aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/Fading.tex
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-09-21 19:11:18 +0200
committerNao Pross <np@0hm.ch>2021-09-21 19:24:38 +0200
commit7c35963f286418a7fde2fe53f350ce6f75a020ad (patch)
tree16a9bd56ebc0f64dba898e5ce06f35b5c82cc081 /doc/thesis/Fading.tex
parentAdjust template (diff)
downloadFading-7c35963f286418a7fde2fe53f350ce6f75a020ad.tar.gz
Fading-7c35963f286418a7fde2fe53f350ce6f75a020ad.zip
Create thesis skeleton
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}