Closed mbertucci47 closed 1 month 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:
\DocumentMetadata
bookmarks=false
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}
This has been resolve in the pdfmanagement/generic driver.
Not sure if this belongs here or at latex2e, please feel free to move.
If
\DocumentMetadata
is used withbookmarks=false
, a warning about hooks is produced:Example file: