~sthagen/liitos#52: 
Enable inject of section level table of contents bookmark in PDF

Some users want a top level document title bookmark in PDF output. We should enable this per configuration using defaults derived from document title.

Set the default "markup" of that bookmark to bold, but allow to override per some ..._bold: false or similarly.

Example resulting inside this.tex:

\newpage
\renewcommand*\contentsname{Table of Contents}
{
\setcounter{tocdepth}{3}%%_PATCH_%_TOC_%_LEVEL_%%
\pdfbookmark[section, bold]{\contentsname}{toc}
\tableofcontents
}
Status
RESOLVED IMPLEMENTED
Submitter
~sthagen
Assigned to
Submitted
1 year, 24 days ago
Updated
1 year, 24 days ago
Labels
Feature

~sthagen REPORTED IMPLEMENTED 1 year, 24 days ago

Implemented in version 2023.11.20

Register here or Log in to comment, or comment via email.