Skip to content

Commit

Permalink
Pass option 'pdfusetitle' to hyperref.sty
Browse files Browse the repository at this point in the history
Fixes #2795.
  • Loading branch information
henrikt-ma committed Jan 5, 2021
1 parent 632fb4a commit 5d8f409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions preamble.tex
Expand Up @@ -92,9 +92,9 @@
\newcommand*\seealso[2]{\emph{\alsoname} #1}

\ifpdf
\usepackage{hyperref}
\usepackage[pdfusetitle]{hyperref}
\else
\usepackage[backref=page]{hyperref} % Need backref, since we can't use biblatex.
\usepackage[pdfusetitle,backref=page]{hyperref} % Need backref, since we can't use biblatex.
\fi
% The bookmarks are used as table-of-contents in Acrobat
% The default (magenta for urls and red for internal links) isn't nice
Expand Down

0 comments on commit 5d8f409

Please sign in to comment.