Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open more levels of bookmarks by default #242

Merged
merged 6 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions iacrcc/iacrcc.cls
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
\def\fileversion{0.59}
\def\filedate{2024/02/14}
\def\fileversion{0.61}
\def\filedate{2024/03/24}

\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\typeout{^^J *** LaTeX class for IACR Communications in Cryptology v\fileversion\space ***^^J}
Expand Down Expand Up @@ -152,7 +152,10 @@
\RequirePackage[T1]{fontenc}
\fi
% hyperref: Extensive support for hypertext in LaTeX
\RequirePackage{hyperref}
% bookmarksopen: If Acrobat bookmarks are requested,
% show them with all the subtrees expanded
% bookmarksopenlevel: parameter level to which bookmarks are open
\RequirePackage[bookmarksopen=true,bookmarksopenlevel=2]{hyperref}
%
\if@anonymous
\hypersetup{pdfauthor={hidden for submission}}
Expand Down
Binary file modified iacrcc/iacrdoc.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion iacrcc/iacrdoc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
\def\BibLaTeX{Bib\LaTeX}

\title[running = {The iacrcc class},
subtitle = {iacrcc LaTeX Class Documentation (v0.59)}
subtitle = {iacrcc LaTeX Class Documentation (v0.61)}
]{How to Use the IACR Communications in Cryptology Class}

\genericfootnote{This is a generic footnote produced with \cmd[...]{genericfootnote}.}
Expand Down
Loading