39 lines
709 B
TeX
Raw Normal View History

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}
2021-10-28 09:42:13 +02:00
\input{kapitel/titel}
\input{kapitel/selbstständigkeitserklärung}
% Inhaltsverzeichnis
\include{tocdex}
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
\include{imagedex}
% Tabellenverzeichnis
\include{tabledex}
% Abkürzungsverzeichnis
\include{acrodex}
2021-10-28 10:59:42 +02:00
\mainmatter % Begin main part of document, paginated with arabic numerals
2021-10-28 09:42:13 +02:00
% Include all the pages
\input{kapitel/foobar}
\input{kapitel/fazit}
% Include the footer
\input{footer}
\end{document}