From 68339702fcf94b21ba37cc0a8e745c07aabb6ef0 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 21 Sep 2021 17:03:34 +0200 Subject: Create thesis with latex template --- doc/thesis/Fading.tex | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/thesis/Fading.tex (limited to 'doc/thesis/Fading.tex') diff --git a/doc/thesis/Fading.tex b/doc/thesis/Fading.tex new file mode 100644 index 0000000..fcbdc51 --- /dev/null +++ b/doc/thesis/Fading.tex @@ -0,0 +1,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} -- cgit v1.2.1