-
Notifications
You must be signed in to change notification settings - Fork 1
/
thesis.tex
103 lines (78 loc) · 2.04 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
\documentclass[%
12pt,%
twoside,%
openright,%
cleardoublepage=empty%
]{scrreprt}
\input{definitions/packages.tex}
\input{definitions/options.tex}
\input{definitions/style.tex}
\input{definitions/functions.tex}
\usepackage{lipsum}
\author{Aleksandra Rylund Glesaaen}
\title{Heavy Quark QCD at Finite Temperature and Density Using an Effective Theory}
\pagestyle{scrheadings}
\begin{document}
\include{front_back_matter/titlepage}
\include{front_back_matter/titlepage_back}
\cleardoublepage
\include{front_back_matter/quote_page}
\cleardoublepage
\pagenumbering{roman}
\tableofcontents
\cleardoublepage
\include{front_back_matter/abstract}
\cleardoublepage
\include{front_back_matter/german_summary}
\cleardoublepage
\include{front_back_matter/acknowledgements}
\cleardoublepage
\pagenumbering{arabic}
% ------------------------ %
% Introduction %
% ------------------------ %
\part{Introduction}
\cleardoublepage
\include{chapters/chapter_1}
\cleardoublepage
\include{chapters/chapter_2}
\cleardoublepage
\include{chapters/chapter_3}
% ------------------------ %
% The Effective Theory %
% ------------------------ %
\cleardoublepage
\part{The Effective Theory}
\cleardoublepage
\include{chapters/chapter_4}
\cleardoublepage
\include{chapters/chapter_5}
% ------------------------ %
% Discussion and outlook %
% ------------------------ %
\cleardoublepage
\part{Discussion and Outlook}
\cleardoublepage
\include{chapters/chapter_6}
\cleardoublepage
\include{chapters/chapter_7}
% ------------------------ %
% Appendix %
% ------------------------ %
\cleardoublepage
\appendix
\part{Appendix}
\cleardoublepage
\include{chapters/appendix_a}
\cleardoublepage
\include{chapters/appendix_b}
% ----------------------- %
% Back matter %
% ----------------------- %
\cleardoublepage
\bibliographystyle{plainnat}
\bibliography{references/refs,references/books}
\addcontentsline{toc}{chapter}{Bibliography}
\cleardoublepage
\includepdf[pages=-]{front_back_matter/curriculum_vitae/curriculum_vitae.pdf}
\end{document}