43 lines
856 B
TeX
43 lines
856 B
TeX
\documentclass[12pt,a4paper,oneside]{scrreprt}
|
|
|
|
\input{settings/preamble.tex}
|
|
\input{settings/acronyms.tex}
|
|
|
|
\begin{document}
|
|
|
|
\input{settings/symbols.tex}
|
|
|
|
\input{settings/definitions.tex}
|
|
|
|
\input{settings/titlepage.tex}
|
|
\pagebreak
|
|
\ifoot*{\vorname \ \nachname}
|
|
\ofoot*{\pagemark}
|
|
|
|
\pagenumbering{Roman}
|
|
|
|
\begingroup
|
|
\let\clearpage\relax
|
|
\ifthenelse{\boolean{sperrvermerk}}{%
|
|
\input{content/01_sperrvermerk.tex}
|
|
}{}
|
|
\input{content/02_eidesstattliche_erklaerung.tex}
|
|
\endgroup
|
|
|
|
\input{content/03_kurzzusammenfassung.tex}
|
|
\input{content/04_abstract.tex}
|
|
%\input{content/05_vorwort.tex}
|
|
\input{content/06_verzeichnisse.tex}
|
|
|
|
\pagenumbering{arabic}
|
|
\automark{chapter}
|
|
\input{content/07_chapter1.tex}
|
|
\input{content/08_chapter2.tex}
|
|
|
|
\pagebreak
|
|
\manualmark
|
|
\markboth{}{}
|
|
\input{content/98_literaturverzeichnis.tex}
|
|
\input{content/99_anhang.tex}
|
|
|
|
\end{document} |