From 362e6b943bb702cadcd6f85b07209946f81860e5 Mon Sep 17 00:00:00 2001 From: Michael Kuhn Date: Tue, 17 Jan 2023 22:46:57 +0100 Subject: [PATCH] thesis: Improve template Enable two-sided mode, open chapters on the right side and improve page numbering. --- thesis/thesis.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/thesis/thesis.tex b/thesis/thesis.tex index 0a12397..7fe7c73 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -4,8 +4,10 @@ abstract, bibliography=totoc, chapterprefix, + headings=openright, numbers=endperiod, parskip=half, + twoside, ]{scrreprt} \usepackage[T1]{fontenc} @@ -108,6 +110,9 @@ \begin{document} +% \frontmatter +\pagenumbering{roman} + \maketitle \begin{abstract} @@ -119,6 +124,10 @@ \tableofcontents +% \mainmatter +\cleardoubleoddpage +\pagenumbering{arabic} + \chapter{Introduction} \label{cha:introduction} @@ -232,6 +241,8 @@ \section*{Summary} \bibliographystyle{apalike} \bibliography{thesis} +% \backmatter + \appendix \chapter{Appendix}