aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/Fading.tex
blob: fcbdc51d1b15e22d745105f9d9498fd2961de88b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
% !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{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
]{scrreprt}

\input{tex/classicthesis-config}
\usepackage{tex/classicthesis}

\begin{document}

\cleardoublepage
\chapter{Intro}

\end{document}