-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In a PDF TOC, in place of *, I wanted hyperlinks for "Table of contents", Tables, Figures, etc.
HAVE![]() | WANT![]() |
This part on the "printable page" as in template of course

A starting point:
\AddToHookNext{shipout/foreground}{\put (0, 0){\pdfbookmark[0]{Cover}{sec:cover}}}
\label{sec:cover}\maketitle\clearpage
\AddToHookNext{shipout/foreground}{\put (0, 0){\pdfbookmark[0]{Acknowledgements}{sec:acks}}}
\input{acknowledgements}\clearpage
\AddToHookNext{shipout/foreground}{\put (0, 0){\pdfbookmark[0]{Abstract}{sec:abstract}}}
\input{abstract}\clearpage
\pdfbookmark[0]{\contentsname}{toc}\tableofcontents\clearpage
\pdfbookmark[0]{\listtablename}{lot}\listoftables\clearpage
\pdfbookmark[0]{\listfigurename}{lof}\listoffigures\clearpage
- The
\AddToHookNext{shipout/foreground}{\put (0, 0)
bit is to achor to top of page - The
\pdfbookmark[0]{display text}{ref}
adds it to the PDF table of contents (only)
Originally posted by @nkrusch in #12 (comment)
Metadata
Metadata
Assignees
Labels
No labels