-
Notifications
You must be signed in to change notification settings - Fork 7
/
exposee.tex
55 lines (40 loc) · 1.55 KB
/
exposee.tex
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
%%% TEMPLATE-INFO
%% AUTHOR : [email protected]
%% VERSION : 0.01
%% Please send comments and feedback (and donations ;-)) to author, thanks!
%%% DOCUMENT-INFO
%% VERSION : 0.1
\RequirePackage{fix-cm,cmap}
\documentclass[
fontsize=11pt,
paper=a4,
abstract=true,
numbers=noenddot,
listof=totoc,
bibliography=totoc,
open=right,
cleardoublepage=plain,
parskip=half+, % comment this out if you do not want an empty half line between paragraphs, but please read the KomaScript Guide and search for parskip (around page 82): ftp://ftp.dante.de/pub/tex/macros/latex/contrib/koma-script/scrguide.pdf
BCOR=1cm, % Bindekorrektur: Change this accordingly, also read the KomaScript Guide! Make sure you read the guide.
]{scrreprt}
\input{misc/preamble}
\input{misc/acronyms.tex}
%% here your document starts
\begin{document}
%% switch to roman paginating for the acknowledgements, table of contents etc.
\pagenumbering{roman} % uncomment this if you like it
%% title page --- made out of expressions defined above
\input{frontpage}
\pagenumbering{arabic} %switches to arabic numbers for the rest of the text
\setcounter{page}{1}
\include{chapters/intro}
\include{chapters/wps}
\include{chapters/thesis_structure}
\include{chapters/timeline}
\include{chapters/tools}
\pagestyle{scrplain} % turn off headers and footers
\KOMAoptions{open=any} % Plaziert Kapitel auch auf linken Seiten
%% generate bibliography with bibtex, the bibfile here is "literature/literature.bib"
\flushbottom
\printbibliography
\end{document}