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.tex44
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/thesis/Fading.tex b/doc/thesis/Fading.tex
new file mode 100644
index 0000000..31e0b90
--- /dev/null
+++ b/doc/thesis/Fading.tex
@@ -0,0 +1,44 @@
+% !TeX program = xelatex
+% !TeX encoding = utf8
+% !TeX root = Fading.tex
+% vim: set ts=2 sw=2 noet:
+
+\RequirePackage{silence} % :-\
+\WarningFilter{scrreprt}{Usage of package `tocloft'}
+\WarningFilter{titlesec}{Non standard sectioning command}
+
+\documentclass[
+ twoside, openright, titlepage, numbers=noenddot,
+ headinclude, footinclude, cleardoublepage=empty, abstract=on,
+ BCOR=5mm, paper=a4, fontsize=11pt
+]{scrreprt}
+
+\input{tex/classicthesis-config}
+\usepackage{tex/classicthesis}
+
+\begin{document}
+ % stuff before
+ \hypersetup{pageanchor = false}
+ \include{tex/titlepage}
+
+ \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}