latex3 / hyperref

Hypertext support for LaTeX
170 stars 36 forks source link

`\DocumentMetadata` with `bookmarks=false` gives warning #352

Closed mbertucci47 closed 1 month ago

mbertucci47 commented 3 months ago

Not sure if this belongs here or at latex2e, please feel free to move.

If \DocumentMetadata is used with bookmarks=false, a warning about hooks is produced:

LaTeX hooks Warning: Cannot remove chunk 'hyperref/bookmark' from hook
(hooks)              'begindocument/before' because it does not exist in that
(hooks)              hook.

Example file:

\DocumentMetadata{lang=en-US}
\documentclass{article}
\usepackage[bookmarks=false]{hyperref}
\begin{document}
text
\end{document}
u-fischer commented 1 month ago

This has been resolve in the pdfmanagement/generic driver.