-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThesis.tex
71 lines (51 loc) · 1.79 KB
/
Thesis.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
% ******************************************************************
% Master Thesis
% ******************************************************************
\NeedsTeXFormat{LaTeX2e}
\documentclass[oneside, openright, titlepage, numbers=noenddot, headinclude, footinclude, cleardoublepage=empty, abstractoff, BCOR=5mm, paper=a4, fontsize=11pt, british, ngerman]{scrreprt}
\usepackage[utf8]{inputenc}
\input{Configuration}
\addbibresource{Bibliography.bib}
\makeatletter
% \ifthenelse{\boolean{@drafting}}
% {
% \renewcommand{\PrelimText}{}
% \renewcommand{\finalVersionString}{}
% }
% {}
\makeatother
\begin{document}
\frenchspacing
\raggedbottom
\selectlanguage{british}
\pagenumbering{roman}
\pagestyle{plain}
% ******************************************************************
% Front Matter
% ******************************************************************
\include{FrontBackmatter/Titlepage}
\include{FrontBackmatter/Titleback}
\cleardoublepage\include{FrontBackmatter/Abstract}
\cleardoublepage\include{FrontBackmatter/Preface}
\pagestyle{scrheadings}
\cleardoublepage\include{FrontBackmatter/Contents}
% ******************************************************************
% Main Matter
% ******************************************************************
\cleardoublepage\pagenumbering{arabic}
\cleardoublepage
\include{Chapters/Chapter01}
\cleardoublepage
\include{Chapters/Chapter02}
\include{Chapters/Chapter03}
\include{Chapters/Chapter04}
\include{Chapters/Chapter05}
% ******************************************************************
% Back Matter
% ******************************************************************
\appendix
\cleardoublepage
\include{Chapters/Chapter0A}
\cleardoublepage\include{FrontBackmatter/Bibliography}
%\cleardoublepage\include{FrontBackmatter/Declaration}
\end{document}