aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/Fading.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/thesis/Fading.tex')
-rw-r--r--doc/thesis/Fading.tex33
1 files changed, 22 insertions, 11 deletions
diff --git a/doc/thesis/Fading.tex b/doc/thesis/Fading.tex
index 2cf6da4..31e0b90 100644
--- a/doc/thesis/Fading.tex
+++ b/doc/thesis/Fading.tex
@@ -17,17 +17,28 @@
\usepackage{tex/classicthesis}
\begin{document}
+ % stuff before
+ \hypersetup{pageanchor = false}
+ \include{tex/titlepage}
-%% Table of contents, List of figures, etc.
-\begingroup
- \let\clearpage\relax
- \let\cleardoublepage\relax
-
- \pagestyle{scrheadings}
- \tableofcontents
- \listoffigures
- \listoftables
- \lstlistoflistings
-\endgroup
+ \pdfbookmark[1]{Abstract}{Abstract}
+ \begin{abstract}
+ %% TODO
+ \end{abstract}
+ \cleardoublepage
+
+ \pagenumbering{roman}
+ \include{tex/preamble}
+
+ % actual content
+ \hypersetup{pageanchor = true}
+ \pagenumbering{arabic}
+ \setcounter{page}{1}
+ \include{chapters/introduction}
+ \include{chapters/theory}
+ \include{chapters/implementation}
+ \include{chapters/conclusions}
+
+ % TODO: stuff after
\end{document}