Compare commits
2 Commits
92834b524e
...
911370409b
Author | SHA1 | Date |
---|---|---|
Sven Vogel | 911370409b | |
Sven Vogel | 991d39d4c3 |
|
@ -1,5 +1,4 @@
|
||||||
\addcontentsline{toc}{section}{Sperrvermerk}
|
\addcontentsline{toc}{section}{Sperrvermerk}
|
||||||
\thispagestyle{empty}
|
|
||||||
\cleardoublepage
|
\cleardoublepage
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\vspace*{2cm}
|
\vspace*{2cm}
|
||||||
|
@ -15,6 +14,6 @@
|
||||||
Ort, Datum & Unterschrift \\
|
Ort, Datum & Unterschrift \\
|
||||||
\end{tabularx}
|
\end{tabularx}
|
||||||
\end{center}
|
\end{center}
|
||||||
|
\thispagestyle{empty}
|
||||||
\pagebreak
|
\pagebreak
|
||||||
\newpage
|
\newpage
|
|
@ -6,18 +6,21 @@
|
||||||
\cleardoublepage
|
\cleardoublepage
|
||||||
\addcontentsline{toc}{section}{Inhaltsverzeichnis}
|
\addcontentsline{toc}{section}{Inhaltsverzeichnis}
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
|
\thispagestyle{fancy} % use custom fancy header and footer
|
||||||
\newpage
|
\newpage
|
||||||
|
|
||||||
% figures
|
% figures
|
||||||
\cleardoublepage
|
\cleardoublepage
|
||||||
\addcontentsline{toc}{section}{\listfigurename}
|
\addcontentsline{toc}{section}{\listfigurename}
|
||||||
\listoffigures
|
\listoffigures
|
||||||
|
\thispagestyle{fancy} % use custom fancy header and footer
|
||||||
\newpage
|
\newpage
|
||||||
|
|
||||||
% tables
|
% tables
|
||||||
\cleardoublepage
|
\cleardoublepage
|
||||||
\addcontentsline{toc}{section}{\listtablename}
|
\addcontentsline{toc}{section}{\listtablename}
|
||||||
\listoftables
|
\listoftables
|
||||||
|
\thispagestyle{fancy} % use custom fancy header and footer
|
||||||
\newpage
|
\newpage
|
||||||
|
|
||||||
% code listings
|
% code listings
|
||||||
|
@ -34,7 +37,10 @@
|
||||||
\printnomenclature
|
\printnomenclature
|
||||||
\newpage
|
\newpage
|
||||||
|
|
||||||
\renewcommand{\glossaryname}{Glossar}
|
% 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
|
||||||
\printglossaries
|
\printglossaries
|
||||||
\newpage
|
\newpage
|
||||||
|
|
||||||
|
|
Reference in New Issue