IACR / latex

Latex classes for IACR publications. We will start with the new journal proposal.
8 stars 1 forks source link

Open more levels of bookmarks by default #241

Closed jwbos closed 3 months ago

jwbos commented 3 months ago

Dan Bernstein suggested to open more levels of bookmarks by default using

\RequirePackage[bookmarksopen=true,bookmarksopenlevel=2]{hyperref}

bookmarksopen: If Acrobat bookmarks are requested, show them with all the subtrees expanded. bookmarksopenlevel: parameter level (\maxdimen) to which bookmarks are open

Currently we load hyperref without any specific options set. This suggestion makes perfect sense and I don't see any downside.

jwbos commented 3 months ago

See #242.