summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-07-13 15:06:57 +0200
committerDavid Runge <dave@sleepmap.de>2017-07-13 15:06:57 +0200
commit6eeb072c1b3d8157ba784c134ebb02b67e5547f8 (patch)
tree6e745f97b6c1fd30cda744691001a3c23366eae4
parent66b5561765096076eb8537edd3fc48a9b4137cb6 (diff)
downloadmaster-thesis-6eeb072c1b3d8157ba784c134ebb02b67e5547f8.tar.gz
master-thesis-6eeb072c1b3d8157ba784c134ebb02b67e5547f8.tar.bz2
master-thesis-6eeb072c1b3d8157ba784c134ebb02b67e5547f8.tar.xz
master-thesis-6eeb072c1b3d8157ba784c134ebb02b67e5547f8.zip
thesis/thesis.tex: Moving list of figures, listings and tables to the end. Inserting blank page after title page.
-rw-r--r--thesis/thesis.tex55
1 files 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}