25 lines
584 B
TeX
25 lines
584 B
TeX
% configure hyper links
|
|
\hypersetup{
|
|
bookmarksopen=false,
|
|
bookmarksnumbered=true,
|
|
bookmarksopenlevel=0,
|
|
pdftitle=\reportTitle,
|
|
pdfsubject=\reportTitle,
|
|
pdfauthor=\authorName,
|
|
pdfborder={0 0 0} % disable border
|
|
}
|
|
|
|
% translate caption title to german
|
|
\captionsetup*[figure]{name=Bild}
|
|
\captionsetup*[table]{name=Tabelle}
|
|
\captionsetup*[listing]{name=Quelltext}
|
|
|
|
% mak line numbering on the right side (outside) of the header
|
|
\pagestyle{fancy}
|
|
\fancyhf{}
|
|
\fancyhead[R]{\thepage}
|
|
\renewcommand{\headrulewidth}{0.5pt}
|
|
|
|
% line spacing: 1.5
|
|
\onehalfspacing
|