\documentclass[ngerman,regno,a4paper,12pt,oneside]{scrbook} %page format \usepackage[ a4paper, top=35mm,right=20mm,bottom=30mm,left=20mm, headheight=25mm ]{geometry} \input{Packages.tex} \input{Style.tex} \def \AUTHOR{Paul Lödige} \def \AUTHOREMAIL{paul.loedige@student.kit.edu} \def \AUTHORSTUDENTID{2423958} \def \MODULE{Maschinelles Lernen: Grundlagend und Algorithmen} \def \MODULECOMPACT{ML} \def \DATE{\today} \input{Glossary.tex} \begin{document} \input{TitlePage.tex} \clearpage \input{Preface.tex} \clearpage % {{{ Main Content% \pagenumbering{arabic} \part{Example Part} \input{chapters/ExamplePart/ExampleChapter.tex} \clearpage % }}} % \input{Appendix.tex} \end{document}