From 6eeb072c1b3d8157ba784c134ebb02b67e5547f8 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 13 Jul 2017 15:06:57 +0200 Subject: thesis/thesis.tex: Moving list of figures, listings and tables to the end. Inserting blank page after title page. --- thesis/thesis.tex | 55 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 33 insertions(+), 22 deletions(-) diff --git a/thesis/thesis.tex b/thesis/thesis.tex index 2b8d6b9..f737290 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -36,11 +36,13 @@ parskip=never]{paper} \usepackage{hyperref} \hypersetup{hidelinks, colorlinks = false} -\usepackage[font=scriptsize]{caption} \usepackage[authoryear]{natbib} +% caption +\usepackage[font=scriptsize]{caption} % glossary \usepackage[acronym,nonumberlist,toc,xindy]{glossaries} +\makeglossaries \newacronym{aap}{AAP}{Ambisonics Amplitude Panning} \newacronym{adat}{ADAT}{Alesis Digital Audio Tape} \newacronym{alsa}{ALSA}{Advanced Linux Sound Architecture} @@ -136,7 +138,6 @@ parskip=never]{paper} } -\makeglossaries \graphicspath{{../images//}} @@ -146,7 +147,6 @@ parskip=never]{paper} } \begin{document} - \pagenumbering{Roman} \pagestyle{empty} \begin{titlepage} \centering @@ -168,6 +168,11 @@ parskip=never]{paper} {\large \today\par} \end{titlepage} + \nextpage + \mbox{} + \cleardoublepage + \nextpage + \section*{Eidesstattliche Erklärung} \vspace{1cm} Hiermit erkläre ich, dass ich die vorliegende Arbeit selbstständig und @@ -179,6 +184,7 @@ parskip=never]{paper} David Runge \newpage + \section*{Acknowlegdements} Thanks \newpage @@ -191,25 +197,6 @@ parskip=never]{paper} \end{abstract} \newpage - \setcounter{page}{1} - \pagestyle{plain} - \printglossaries - \newpage - \phantomsection - \addcontentsline{toc}{section}{\listtablename} - \listoftables - \newpage - - \phantomsection - \addcontentsline{toc}{section}{\listfigurename} - \listoffigures - \newpage - - \phantomsection - \addcontentsline{toc}{section}{\listlistingname} - \listoflistings - \newpage - \pagestyle{empty} { \setcounter{tocdepth}{4} @@ -2249,4 +2236,28 @@ ssr-aap -N “server” -C “127.0.0.1:50002” \addcontentsline{toc}{section}{References} \bibliographystyle{plainnat} \bibliography{../bib/ssr-networking} + \cleardoublepage + \newpage + + \pagenumbering{Roman} + \setcounter{page}{1} + \pagestyle{plain} + \printglossaries + \newpage + + \phantomsection + \addcontentsline{toc}{section}{\listfigurename} + \listoffigures + \newpage + + \phantomsection + \addcontentsline{toc}{section}{\listlistingname} + \listoflistings + \newpage + + \phantomsection + \addcontentsline{toc}{section}{\listtablename} + \listoftables + \newpage + \end{document} -- cgit v1.2.3-54-g00ecf