Skip to content
Snippets Groups Projects
Commit 0bdd003c authored by Jan Wille's avatar Jan Wille
Browse files

guarded pdf meta data to require hyperref

parent 1bc05a1b
No related branches found
No related tags found
No related merge requests found
% Meta Data for the PDF file using values from personal.tex:
\hypersetup{
pdfinfo={
Title={\@title},
Author={\@author},
Subject={\@subject},
Keywords={\@keywords}
}
}
% abbreviations for names:
\if@german
\renewcommand{\abstractname}{Abstract} % Abstract
......@@ -25,6 +15,17 @@
%\setcapwidth[l]{0.8\textwidth} % leftalign all captions
\fi
% Meta Data for the PDF file using values from personal.tex:
\@ifpackageloaded{hyperref}{
\hypersetup{
pdfinfo={
Title={\@title},
Author={\@author},
Subject={\@subject},
Keywords={\@keywords}
}
}
}{}%
% configs for optional packages:
\@ifpackageloaded{biblatex}{
\ExecuteBibliographyOptions{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment