proper pagination
This commit is contained in:
parent
d10458042d
commit
53223ede00
@ -15,7 +15,7 @@ bibliography=totoc, % Include literaturverzeichnis in inhaltsverzeichnis
|
|||||||
listoftables=totoc,
|
listoftables=totoc,
|
||||||
ngerman, % it's a german document
|
ngerman, % it's a german document
|
||||||
%draft % create debug build. remove for release build
|
%draft % create debug build. remove for release build
|
||||||
]{scrreprt}
|
]{scrbook}
|
||||||
|
|
||||||
\parindent=0pt % disable paragraph indent
|
\parindent=0pt % disable paragraph indent
|
||||||
|
|
||||||
|
9
main.tex
9
main.tex
@ -5,12 +5,19 @@
|
|||||||
\input{header}
|
\input{header}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
|
% Disable pagination, we'll re-enable it after the table of contents
|
||||||
|
\pagenumbering{gobble}
|
||||||
|
|
||||||
\input{kapitel/titel}
|
\input{kapitel/titel}
|
||||||
\input{kapitel/selbstständigkeitserklärung}
|
\input{kapitel/selbstständigkeitserklärung}
|
||||||
|
|
||||||
% Inhaltsverzeichnis
|
% Inhaltsverzeichnis
|
||||||
\include{tocdex}
|
\include{tocdex}
|
||||||
|
|
||||||
|
\frontmatter % Begin document "header", paginated with roman numerals.
|
||||||
|
\pagenumbering{Roman} % Capitalized roman numerals plssss
|
||||||
|
|
||||||
% Abbildungsverzeichnis
|
% Abbildungsverzeichnis
|
||||||
\include{imagedex}
|
\include{imagedex}
|
||||||
|
|
||||||
@ -20,6 +27,8 @@
|
|||||||
% Abkürzungsverzeichnis
|
% Abkürzungsverzeichnis
|
||||||
\include{acrodex}
|
\include{acrodex}
|
||||||
|
|
||||||
|
\mainmatter % Begin main part of document, paginated with arabic numerals
|
||||||
|
|
||||||
% Include all the pages
|
% Include all the pages
|
||||||
\input{kapitel/foobar}
|
\input{kapitel/foobar}
|
||||||
\input{kapitel/fazit}
|
\input{kapitel/fazit}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user