2021-10-28 09:42:13 +02:00
|
|
|
%
|
|
|
|
% Hauptdatei
|
|
|
|
%
|
|
|
|
|
|
|
|
\input{header}
|
|
|
|
|
|
|
|
\begin{document}
|
2021-10-28 10:59:42 +02:00
|
|
|
|
|
|
|
% Disable pagination, we'll re-enable it after the table of contents
|
|
|
|
\pagenumbering{gobble}
|
|
|
|
|
2022-01-02 15:26:56 +01:00
|
|
|
\input{chapters/title}
|
2022-01-02 15:19:25 +01:00
|
|
|
|
|
|
|
% Only apply this geometry after the title page.
|
|
|
|
% We don't want to have a right/bottom indent on the title page aswell.
|
|
|
|
\newgeometry{
|
|
|
|
a4paper,
|
|
|
|
right=50mm,
|
|
|
|
bottom=50mm
|
|
|
|
}
|
|
|
|
|
|
|
|
% Selbstständigkeitserklärung
|
|
|
|
\include{selbstständigkeitserklärung}
|
2021-10-28 09:42:13 +02:00
|
|
|
|
|
|
|
% Inhaltsverzeichnis
|
2022-01-02 15:19:25 +01:00
|
|
|
\include{dexes/tocdex}
|
2021-10-28 09:42:13 +02:00
|
|
|
|
2021-10-28 10:59:42 +02:00
|
|
|
\frontmatter % Begin document "header", paginated with roman numerals.
|
|
|
|
\pagenumbering{Roman} % Capitalized roman numerals plssss
|
|
|
|
|
2021-10-28 09:42:13 +02:00
|
|
|
% Abbildungsverzeichnis
|
2022-01-02 15:19:25 +01:00
|
|
|
\include{dexes/imagedex}
|
2021-10-28 09:42:13 +02:00
|
|
|
|
|
|
|
% Tabellenverzeichnis
|
2022-01-02 15:19:25 +01:00
|
|
|
\include{dexes/tabledex}
|
2021-10-28 09:42:13 +02:00
|
|
|
|
|
|
|
% Abkürzungsverzeichnis
|
2022-01-02 15:19:25 +01:00
|
|
|
\include{dexes/acrodex}
|
|
|
|
|
|
|
|
% Glossar
|
|
|
|
\include{dexes/glossarydex}
|
2021-10-28 09:42:13 +02:00
|
|
|
|
2021-10-28 10:59:42 +02:00
|
|
|
\mainmatter % Begin main part of document, paginated with arabic numerals
|
|
|
|
|
2022-01-02 16:00:43 +01:00
|
|
|
% Include all the chapters
|
|
|
|
\include{chapters}
|
2021-10-28 09:42:13 +02:00
|
|
|
|
|
|
|
% Include the footer
|
|
|
|
\input{footer}
|
|
|
|
\end{document}
|