Skip to content

fix: hyperref warning about pdfusetitle

MithicSpirit requested to merge MithicSpirit/mlacls:pdfusetitlefix into master

hyperref does not allow pdfusetitle to be used after it is loaded (i.e., in \hypersetup). Instead, it must be passed as an option when loading hyperref.

This fixes the warning message

Package hyperref Warning: Option `pdfusetitle' has already been used, setting the option has no effect

Merge request reports