From 7c35963f286418a7fde2fe53f350ce6f75a020ad Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 21 Sep 2021 19:11:18 +0200 Subject: Create thesis skeleton --- doc/thesis/Fading.tex | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) (limited to 'doc/thesis/Fading.tex') 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} -- cgit v1.2.1