Updated LaTeX template

This commit is contained in:
Leonetienne
2022-01-02 15:19:25 +01:00
parent 0599c3b9a6
commit 802f178f92
26 changed files with 262 additions and 76 deletions

View File

@@ -9,23 +9,36 @@
% Disable pagination, we'll re-enable it after the table of contents
\pagenumbering{gobble}
\input{kapitel/titel}
\input{kapitel/selbstständigkeitserklärung}
\input{kapitel/title}
% 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}
% Inhaltsverzeichnis
\include{tocdex}
\include{dexes/tocdex}
\frontmatter % Begin document "header", paginated with roman numerals.
\pagenumbering{Roman} % Capitalized roman numerals plssss
% Abbildungsverzeichnis
\include{imagedex}
\include{dexes/imagedex}
% Tabellenverzeichnis
\include{tabledex}
\include{dexes/tabledex}
% Abkürzungsverzeichnis
\include{acrodex}
\include{dexes/acrodex}
% Glossar
\include{dexes/glossarydex}
\mainmatter % Begin main part of document, paginated with arabic numerals