-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
95 lines (77 loc) · 2.34 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
\documentclass{thesisclass}
%% -------------------------------
%% | Information for PDF file |
%% -------------------------------
\hypersetup{
colorlinks=false,
linkbordercolor={0.6353 0.1333 0.1373}, %KIT red
filebordercolor={0.1373 0.6314 0.8784}, % KIT cyan
urlbordercolor={0.2745 0.3922 0.6667}, % KIT blue
citebordercolor={0 0.5882 0.5098}, % KIT green
pdftitle={Improvement of the single top-quark detection in the s-channel at the CMS Experiment},
pdfauthor={Genti Saliu},
pdfkeywords={none}
}
%% ---------------------------------
%% | Information about the thesis |
%% ---------------------------------
\newcommand{\myname}{Genti Saliu}
\newcommand{\mytitle}{Improvement of $s$-channel single top quark reconstruction at a center-of-mass energy of \SI{13}{TeV} with the CMS experiment}
\newcommand{\myinstitute}{Institute of Experimental Particle Physics}
\newcommand{\mydepartment}{Department of Physics}
\newcommand{\myuniversity}{Karlsruhe Institute of Technology (KIT)}
\newcommand{\myplace}{Karlsruhe}
\newcommand{\reviewerone}{Prof. Dr. Thomas Müller}
\newcommand{\reviewertwo}{Dr. Nils Faltermann}
\newcommand{\timestart}{08 August 2018}
\newcommand{\timeend}{08 November 2018}
\newcommand{\submissiontime}{08 November 2018}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Here, main documents begins %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\selectlanguage{english}
\frontmatter
\pagenumbering{roman}
\include{titlepage}
\include{content/acceptance}
\include{content/declaration}
\blankpage
%% -------------------
%% | Directories |
%% -------------------
\tableofcontents
\blankpage
%% -----------------
%% | Main part |
%% -----------------
\mainmatter
\pagenumbering{arabic}
\include{content/abstract}
\include{content/chap01}
\include{content/chap02}
\include{content/chap03}
\include{content/chap04}
\include{content/chap05}
\include{content/chap06}
\include{content/conclusion}
%% --------------------
%% | Bibliography |
%% --------------------
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{\bibname}
\begingroup
\setlength{\emergencystretch}{.5em}
\printbibliography
\endgroup
%% ----------------
%% | Appendix |
%% ----------------
\cleardoublepage
\begin{appendices}
\input{content/appendix}
\end{appendices}
\backmatter
\include{content/acknowledgments}
\end{document}