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.tex20
1 files changed, 14 insertions, 6 deletions
diff --git a/doc/thesis/Fading.tex b/doc/thesis/Fading.tex
index fcbdc51..2cf6da4 100644
--- a/doc/thesis/Fading.tex
+++ b/doc/thesis/Fading.tex
@@ -5,13 +5,12 @@
\RequirePackage{silence} % :-\
\WarningFilter{scrreprt}{Usage of package `tocloft'}
-%\WarningFilter{scrreprt}{Activating an ugly workaround}
\WarningFilter{titlesec}{Non standard sectioning command}
\documentclass[
- twoside, openright, titlepage, numbers = noenddot,
- headinclude, footinclude, cleardoblepage = empty, abstract = on,
- BCOR = 5mm, paper = a4, fontsize = 11pt
+ twoside, openright, titlepage, numbers=noenddot,
+ headinclude, footinclude, cleardoublepage=empty, abstract=on,
+ BCOR=5mm, paper=a4, fontsize=11pt
]{scrreprt}
\input{tex/classicthesis-config}
@@ -19,7 +18,16 @@
\begin{document}
-\cleardoublepage
-\chapter{Intro}
+%% Table of contents, List of figures, etc.
+\begingroup
+ \let\clearpage\relax
+ \let\cleardoublepage\relax
+
+ \pagestyle{scrheadings}
+ \tableofcontents
+ \listoffigures
+ \listoftables
+ \lstlistoflistings
+\endgroup
\end{document}