-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis_main.tex
179 lines (159 loc) · 4.22 KB
/
thesis_main.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
169
170
171
172
173
174
175
176
177
178
179
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Master Thesis
% Polina Polunina
% November 2022
%
% License:
% CC-BY-SA 4.0 -- Creative Commons Attribution-ShareAlike 4.0 International
% https://creativecommons.org/licenses/by-sa/4.0/legalcode
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[
a4paper,
11pt,
headsepline,
captions=tableheading,
%english,
parskip=half,
bibliography=totoc,
twoside,
]
{scrartcl}
\usepackage[automark]{scrlayer-scrpage}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage[german, english]{babel}
\usepackage{graphicx}
\usepackage[table,xcdraw]{xcolor}
\definecolor{darkblue}{rgb}{0,0,0.5}
\usepackage{transparent}
\usepackage{import}
\usepackage{listings}
\usepackage{caption}
\usepackage{subcaption}
\captionsetup{
justification=RaggedRight,
singlelinecheck=true
}
\usepackage{wrapfig}
\usepackage[
left=3cm,
right=2cm,
top=2cm,
bottom=2cm,
includeheadfoot,
headheight=26pt
]
{geometry}
\usepackage{colortbl}
\usepackage[hyphens]{url}
\Urlmuskip=0mu plus 10mu
\usepackage[hidelinks]{hyperref}
\usepackage{caption}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{mathtools}
\usepackage{bm}
\usepackage{enumitem}
\usepackage{listings}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
\definecolor{codepurple}{rgb}{0.58,0,0.82}
\definecolor{codegreen}{rgb}{0.24,0.55,0.35}
\lstset{basicstyle=\ttfamily\footnotesize,
showstringspaces=false,
commentstyle=\color{codegreen},
keywordstyle=\color{blue},
numberstyle=\tiny\color{codegray},
stringstyle=\color{codepurple},
breakatwhitespace=false,
breaklines=true,
captionpos=b,
keepspaces=true,
numbers=left,
numbersep=5pt,
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2,
xleftmargin=.05\textwidth,
xrightmargin=.03\textwidth
}
\usepackage[nameinlink]{cleveref}
%\usepackage{lscape}
\usepackage{pdflscape}
\usepackage{tabu}
\usepackage{csquotes}
\usepackage{multirow}
\usepackage{siunitx}
\DeclareSIUnit\bp{bp}
\DeclareSIUnit\byte{B}
\usepackage[style=numeric,
citestyle=numeric,
backend=biber,
sorting=none]{biblatex}
\addbibresource{literature/thesis.bib}
\DefineBibliographyExtras{english}{%
\let\finalandcomma\empty
\let\finalandsemicolon\empty
}
\usepackage[toc,page]{appendix}
\usepackage{afterpage}
%break on URL lower case letters
\setcounter{biburllcpenalty}{5000}
\emergencystretch=1em
\newcommand{\xxx}{\textcolor{red}{XXX}}
\DeclareUnicodeCharacter{202F}{FIX ME!!!!}
\renewcommand{\labelenumi}{\alph{enumi})}
\pdfsuppresswarningpagegroup=1
%\RedeclareSectionCommand[
% beforeskip=.5\baselineskip,
% afterskip=.002\baselineskip]{section}
%\RedeclareSectionCommand[
% beforeskip=0.4\baselineskip,
% afterskip=0.002\baselineskip]{subsection}
% left fixed width:
\newcolumntype{L}[1]{>{\raggedright\arraybackslash}p{#1}}
\input{glossary.tex}
\makeatletter
\def\hlinewd#1{%
\noalign{\ifnum0=`}\fi\hrule \@height #1 \futurelet
\reserved@a\@xhline}
\makeatother
\usepackage{tabularray}
\usepackage{float}
%sectioning
\makeatletter
\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
{-2.5ex\@plus -1ex \@minus -.25ex}%
{1.25ex \@plus .25ex}%
{\normalfont\normalsize\bfseries}}
\renewcommand\subparagraph{\@startsection{subparagraph}{5}{\z@}%
{-2.5ex\@plus -1ex \@minus -.25ex}%
{1.25ex \@plus .25ex}%
{\normalfont\normalsize\bfseries}}
\makeatother
\newcommand{\subsubsubsection}[1]{\paragraph{#1}\mbox{}\\}
\setcounter{secnumdepth}{5} % how many sectioning levels to assign numbers to
\setcounter{tocdepth}{3} % how many sectioning levels to show in outline
\begin{document}
\selectlanguage{english}
\include{titlepage}
%\cleardoublepage
\include{declaration}
\include{acknowledgements}
\include{abstract}
\clearpage
\pdfbookmark[1]{\contentsname}{toc}
\tableofcontents
\clearpage
\include{introduction}
\include{priorWork}
\include{methods}
\include{results}
\include{discussionOutlook}
\include{appendix}
%\cleardoublepage
\printbibliography
\clearpage
\printglossaries
\end{document}