This repository has been archived on 2024-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
2023-09-15 13:30:07 +00:00
|
|
|
% configure hyper links
|
|
|
|
\hypersetup{
|
|
|
|
bookmarksopen=false,
|
|
|
|
bookmarksnumbered=true,
|
|
|
|
bookmarksopenlevel=0,
|
|
|
|
pdftitle=\reportTitle,
|
|
|
|
pdfsubject=\reportTitle,
|
|
|
|
pdfauthor=\authorName,
|
|
|
|
pdfborder={0 0 0} % disable border
|
|
|
|
}
|
|
|
|
|
2023-09-27 13:38:55 +00:00
|
|
|
% translate caption title to german
|
2023-09-15 13:30:07 +00:00
|
|
|
\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
|