2022-05-19 09:11:50 +02:00
|
|
|
%
|
|
|
|
% Hauptdatei
|
|
|
|
%
|
|
|
|
|
|
|
|
\input{header}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
% Disable pagination, we'll re-enable it after the table of contents
|
|
|
|
\pagenumbering{gobble}
|
|
|
|
|
|
|
|
\input{chapters/title}
|
|
|
|
|
|
|
|
% Selbstständigkeitserklärung
|
2022-05-19 10:15:13 +02:00
|
|
|
\include{selbststaendigkeitserklaerung}
|
|
|
|
|
|
|
|
% Sperrvermerk
|
|
|
|
\include{sperrvermerk}
|
2022-05-19 09:11:50 +02:00
|
|
|
|
|
|
|
% Inhaltsverzeichnis
|
|
|
|
\include{dexes/tocdex}
|
|
|
|
|
|
|
|
\frontmatter % Begin document "header", paginated with roman numerals.
|
|
|
|
\pagenumbering{Roman} % Capitalized roman numerals plssss
|
|
|
|
|
|
|
|
% Abbildungsverzeichnis
|
|
|
|
\include{dexes/imagedex}
|
|
|
|
|
|
|
|
% Tabellenverzeichnis
|
|
|
|
\include{dexes/tabledex}
|
|
|
|
|
|
|
|
% Abkürzungsverzeichnis
|
2022-05-19 10:01:46 +02:00
|
|
|
%\include{dexes/acrodex}
|
2022-05-19 09:11:50 +02:00
|
|
|
|
|
|
|
% Glossar
|
2022-05-19 10:01:46 +02:00
|
|
|
%\include{dexes/glossarydex}
|
2022-05-19 09:11:50 +02:00
|
|
|
|
|
|
|
\mainmatter % Begin main part of document, paginated with arabic numerals
|
|
|
|
|
|
|
|
% Include all the chapters
|
|
|
|
\include{chapters}
|
|
|
|
|
|
|
|
% Include the footer
|
|
|
|
\input{footer}
|
|
|
|
\end{document}
|
2022-05-19 11:14:29 +02:00
|
|
|
|