% !TeX spellcheck = en_GB \documentclass[ paper=a4, % paper format oneside, % oneside or twoside %draft, % activate draft mode to see bad boxes abstract=false, % toogle abstract 12pt, % font size bibliography=totoc, % show bibliography in toc listof=totoc, % show list of tables and figures in toc fleqn, % no idea.. titlepage=false % toggle titlepage ]{scrartcl} % meta \newcommand{\metaauthor}{Moritz Münch} \newcommand{\metatitle}{} \newcommand{\metasubject}{} \newcommand{\metakeywords}{} % fonts & language \input{texmaster/fonts_language} % graphics \input{texmaster/graphics} % tables \input{texmaster/tables} % si units \input{texmaster/si_units} % abbreviations and acronyms \input{texmaster/acronyms_abbreviations} % references \input{texmaster/references} % misc \input{texmaster/misc} \begin{document} % print titlepage \include{texmaster/titlepage} % print abstract \include{texmaster/abstract} % print acknowledgements \input{texmaster/acknowledgements} % print toc \cleardoublepage \tableofcontents % print acronyms and abbreviations \cleardoublepage \input{texmaster/nomenclature} % main document \cleardoublepage %\section{} %\label{} % %\subsection{} %\label{} % %\paragraph{} %\label{} % print figures \cleardoublepage \listoffigures % print tables \cleardoublepage \listoftables % print references \cleardoublepage \printbibliography % print appendix \cleardoublepage \appendix \end{document}