Compare commits
No commits in common. "911370409b2d76ce3b469dfaaa217241199f4ce5" and "92834b524edab0fe7ee9e5cfedc27b0c3afe5f65" have entirely different histories.
911370409b
...
92834b524e
|
@ -1,4 +1,5 @@
|
|||
\addcontentsline{toc}{section}{Sperrvermerk}
|
||||
\thispagestyle{empty}
|
||||
\cleardoublepage
|
||||
\begin{center}
|
||||
\vspace*{2cm}
|
||||
|
@ -14,6 +15,6 @@
|
|||
Ort, Datum & Unterschrift \\
|
||||
\end{tabularx}
|
||||
\end{center}
|
||||
\thispagestyle{empty}
|
||||
|
||||
\pagebreak
|
||||
\newpage
|
|
@ -6,21 +6,18 @@
|
|||
\cleardoublepage
|
||||
\addcontentsline{toc}{section}{Inhaltsverzeichnis}
|
||||
\tableofcontents
|
||||
\thispagestyle{fancy} % use custom fancy header and footer
|
||||
\newpage
|
||||
|
||||
% figures
|
||||
\cleardoublepage
|
||||
\addcontentsline{toc}{section}{\listfigurename}
|
||||
\listoffigures
|
||||
\thispagestyle{fancy} % use custom fancy header and footer
|
||||
\newpage
|
||||
|
||||
% tables
|
||||
\cleardoublepage
|
||||
\addcontentsline{toc}{section}{\listtablename}
|
||||
\listoftables
|
||||
\thispagestyle{fancy} % use custom fancy header and footer
|
||||
\newpage
|
||||
|
||||
% code listings
|
||||
|
@ -37,10 +34,7 @@
|
|||
\printnomenclature
|
||||
\newpage
|
||||
|
||||
% define custom german title for glossary lisitng
|
||||
\addcontentsline{toc}{section}{Glossar} % add table of contents entry
|
||||
\section*{Glossar} % add unumbered title
|
||||
\renewcommand{\glossarysection}[2][]{} % remove default title for section
|
||||
\renewcommand{\glossaryname}{Glossar}
|
||||
\printglossaries
|
||||
\newpage
|
||||
|
||||
|
|
Reference in New Issue