29 lines
584 B
TeX
29 lines
584 B
TeX
% Schriftgröße 12 Punkte
|
|
\documentclass[12pt,a4paper]{article}
|
|
|
|
\input{settings/preamble.tex}
|
|
|
|
\begin{document}
|
|
|
|
\input{settings/definitions.tex}
|
|
|
|
\input{settings/titlepage.tex}
|
|
|
|
\pagebreak
|
|
\tableofcontents
|
|
\pagebreak
|
|
|
|
\input{content/01_sperrvermerk.tex}
|
|
\input{content/02_eidesstattliche_erklaerung.tex}
|
|
\input{content/03_kurzzusammenfassung.tex}
|
|
\input{content/04_abstract.tex}
|
|
\input{content/05_vorwort.tex}
|
|
\input{content/06_verzeichnisse.tex}
|
|
|
|
\pagebreak
|
|
\input{content/07_chapter1.tex}
|
|
|
|
\input{content/98_literaturverzeichnis.tex}
|
|
\input{content/99_anhang.tex}
|
|
|
|
\end{document} |