- Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpdfsetup.tex
More file actions
Latest commit
20 lines (18 loc) · 483 Bytes
/
Copy pathpdfsetup.tex
File metadata and controls
20 lines (18 loc) · 483 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Hyperref-Optionen für PDF-Files
% Dieses Paket muss als letztes eingebunden werden. Deshalb
% wird es hier "lokal" und nicht in setup.tex aufgeführt!
\usepackage[breaklinks]{hyperref}
\usepackage{breakurl}
\hypersetup{
pdftitle = {\theTitle},
pdfauthor = {\theAuthor},
pdfsubject = {},
pdfkeywords = {\theSchool},
pdfdisplaydoctitle = true,
pdfpagemode = UseThumbs,
colorlinks = false,
linkcolor = green,
linkbordercolor = {0 1 0},
pdfpagelayout = {SinglePage}
}
\urlstyle{same}