diff --git a/header.tex b/header.tex index c084ee3..075d48d 100644 --- a/header.tex +++ b/header.tex @@ -15,7 +15,7 @@ bibliography=totoc, % Include literaturverzeichnis in inhaltsverzeichnis listoftables=totoc, ngerman, % it's a german document %draft % create debug build. remove for release build -]{scrreprt} +]{scrbook} \parindent=0pt % disable paragraph indent diff --git a/main.pdf b/main.pdf index 66ca894..8c14b01 100644 Binary files a/main.pdf and b/main.pdf differ diff --git a/main.tex b/main.tex index 1860935..4f133c5 100644 --- a/main.tex +++ b/main.tex @@ -5,12 +5,19 @@ \input{header} \begin{document} + +% Disable pagination, we'll re-enable it after the table of contents +\pagenumbering{gobble} + \input{kapitel/titel} \input{kapitel/selbstständigkeitserklärung} % Inhaltsverzeichnis \include{tocdex} +\frontmatter % Begin document "header", paginated with roman numerals. +\pagenumbering{Roman} % Capitalized roman numerals plssss + % Abbildungsverzeichnis \include{imagedex} @@ -20,6 +27,8 @@ % Abkürzungsverzeichnis \include{acrodex} +\mainmatter % Begin main part of document, paginated with arabic numerals + % Include all the pages \input{kapitel/foobar} \input{kapitel/fazit}