-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmasterthesis.tex
168 lines (161 loc) · 5.38 KB
/
masterthesis.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
% !TeX spellcheck = en_US
% Dokument
\documentclass[12pt,twoside,paper=a4,bibliography=totoc, listof=totoc,headsepline,footsepline,chapterprefix=true,open=right,headings=twolinechapter,headings=big,headings=standardclasses]{scrbook}
% -----------------------------------
% Sprache und Codierung
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\usepackage{csquotes}
% Schriftart
\usepackage{mathpazo}
% für große Kapitelzahlen
\usepackage{anyfontsize}
%\setkomafont{chapter}{\normalfont\Huge}
\renewcommand*{\chapterheadstartvskip}{\vspace*{4\baselineskip}}
\renewcommand*{\chapterheadendvskip}{\vspace*{2\baselineskip}}
\renewcommand*{\chapterformat}{%
{\fontsize{20}{30}\scshape\chapappifchapterprefix{}}%
\fontsize{90}{30}\selectfont\rlap{\thechapter\autodot}%
}
\renewcommand*{\raggedchapter}{\raggedright}
\renewcommand*\othersectionlevelsformat[3]{%
\llap{#3\autodot\enskip}%
}
% Bibliographie
\usepackage[backend=biber,style=numeric-comp,sorting=none,backref=true,sortcites=true]{biblatex}
\addbibresource{bibliography.bib}
\renewcommand*{\bibfont}{\small}
\renewcommand*{\mkbibnamefamily}[1]{\textsc{#1}}
\renewcommand*{\mkbibnameprefix}[1]{\textsc{#1}}
\renewcommand*{\mkbibnamegiven}[1]{\textsc{#1}}
\usepackage{ragged2e}
\AtBeginBibliography{\RaggedRight}
\makeatletter
\def\blx@maxline{77}
% für URLs in Quellen und im Text
\makeatother
\usepackage{url}
\usepackage{mdwlist}
% Kopf- und Fußzeilen
\usepackage{scrlayer-scrpage}
\ofoot*{\raisebox{-2mm}{\pagemark}}
\renewcommand*{\chapterpagestyle}{scrheadings}
%\renewcommand*{\emptypagestyle}{scrheadings}
% Fußnoten nicht auf mehrere Seiten aufteilen
\interfootnotelinepenalty=10000
\usepackage[hang]{footmisc}
\setlength{\footnotemargin}{1em}
% Absatzanfang nicht einrücken
\setlength{\parindent}{0pt}
% Grafiken
\usepackage{graphicx}
\usepackage{pdfpages}
\graphicspath{{./images/}{./plots/}{./sketches/}}
\usepackage[space]{grffile}
% Tabellen
\usepackage{tabularx}
\usepackage{longtable}
\usepackage{multirow}
\usepackage{listings}
\usepackage{booktabs}
% Bildunterschriften
\usepackage{float}
\usepackage[format=plain, indention=1.5em, labelfont={bf}, justification=justified]{caption}
% Bilder neben Text
\usepackage{wrapfig}
% Zeileneinstellung
\usepackage{setspace}
% Mathe
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{mathtools}
\DeclareMathOperator{\arctantwo}{arctan2}
% Counter
\usepackage{chngcntr}
\counterwithout{footnote}{chapter}
% Gibt an, wie viele Ebenen nummeriert werden sollen
\setcounter{secnumdepth}{5}
\setcounter{tocdepth}{5}
% Serifenschrift
\rmfamily
% Seitenränder
\usepackage[outer=22mm, inner=26mm, top=32mm, bottom=36mm]{geometry}
% Hyperlinks
\usepackage{hyperref}
% Todonotes
\usepackage{todonotes}
% Zitate
\usepackage{epigraph}
% Einheiten
\usepackage[per-mode=reciprocal, separate-uncertainty=true, binary-units=true, exponent-product = \cdot]{siunitx}
\DeclareSIUnit{\au}{a.u.}
%\sisetup{detect-family}
%\sisetup{range-phrase={\text{~to~}}}
% für Subcaptions
\usepackage{subcaption}
% mehere Referenzen in einem
\usepackage{cleveref}
% Umgebung für Variablenbeschreibung
\newenvironment{vardescription}
{\par\vspace{\abovedisplayskip}\noindent
\tabularx{\columnwidth}{>{$}l<{$} @{${}\quad{}$} >{\raggedright\arraybackslash}X}}
{\endtabularx\par\vspace{\belowdisplayskip}}
\usepackage{xspace}
% Um zwei Subfigures aneinander zentriert auszurichten
\newsavebox{\savedimage}
\newcommand{\saveimageheight}[2][]{%
\savebox{\savedimage}{\includegraphics[#1]{#2}}}
\newcommand{\raiseimage}[2][]{%
\raisebox{.5\dimexpr\ht\savedimage-\height}{%
\includegraphics[#1]{#2}}}%
% Zeilenumbruch nach Paragraph und Subparagraph
\RedeclareSectionCommands[afterskip=1sp]{paragraph,subparagraph}
% Farbe von Überschriften
\usepackage{xcolor}
\addtokomafont{chapter}{\color[cmyk]{1,0.6,0,0.5}}
\addtokomafont{section}{\color[cmyk]{1,0.6,0,0.33}}
\addtokomafont{subsection}{\color[cmyk]{1,0.54,0,0.22}}
\addtokomafont{subsubsection}{\color[cmyk]{1,0.6,0,0}}
\addtokomafont{paragraph}{\color[cmyk]{0.67,0.4,0,0}}
\addtokomafont{subparagraph}{\color[cmyk]{0.5,0.3,0,0}}
% Geant4
\newcommand{\geant}{\textsc{Geant4}\xspace}
% IceAct, IceCube, IceTop
\newcommand{\iceact}{\mbox{IceAct}\xspace}
\newcommand{\icecube}{\mbox{IceCube}\xspace}
\newcommand{\icetop}{\mbox{IceTop}\xspace}
% Document
% -----------------------------------
\begin{document}
\frontmatter
\input{./title/title} % Titelblatt
\input{./title/persons} % Betreuer, Korrektor
\protect\thispagestyle{scrheadings}
\onehalfspacing % Zeilenabstand ab hier 1.5 zeilig
%\renewcommand{\contentsname}{Content}
\tableofcontents % Inhaltsverzeichnis
% -----------------------------------
\mainmatter % die einzelnen Kapitel
\protect\pagestyle{scrheadings}
\input{./chapters/introduction}
\input{./chapters/iceact_model}
\input{./chapters/iceact_simulation}
\input{./chapters/iceact_parameterization}
\input{./chapters/iceact_evaluation}
\input{./chapters/summary_outlook}
% -----------------------------------
\appendix
\input{./chapters/appendix}
\backmatter
\pagenumbering{Roman}
\renewcommand{\listfigurename}{Figures}
\listoffigures % Abbildungsverzeichnis
\renewcommand{\listtablename}{Tables}
\listoftables % Tabellenverzeichnis
\printbibliography[title=Literature]
\input{./chapters/acknowledgements}
\cleardoublepage
\includepdf{./chapters/form_eidesstattliche_versicherung.pdf}
\end{document}