27 lines
676 B
TeX
27 lines
676 B
TeX
% Schriftgröße 12 Punkte
|
|
\documentclass[12pt,a4paper,oneside]{scrreprt}
|
|
|
|
\input{settings/preamble.tex}
|
|
\input{settings/acronyms.tex}
|
|
\input{settings/symbols.tex}
|
|
|
|
\begin{document}
|
|
\input{settings/definitions.tex}
|
|
\input{settings/titlepage.tex}
|
|
|
|
\pagenumbering{Roman}
|
|
\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}
|
|
|
|
\pagenumbering{arabic}
|
|
\input{content/07_chapter1.tex}
|
|
\input{content/08_chapter2.tex}
|
|
|
|
\input{content/98_literaturverzeichnis.tex}
|
|
\input{content/99_anhang.tex}
|
|
|
|
\end{document} |