forked from maxnoe/tudothesis
-
Notifications
You must be signed in to change notification settings - Fork 3
/
thesis.tex
187 lines (144 loc) · 6.66 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
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
180
181
182
183
184
185
186
187
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%% Vorlage für eine Abschlussarbeit %%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Erstellt von Maximilian Nöthe, <maximilian.noethe@tu-dortmund.de>
% ausgelegt für lualatex und Biblatex mit biber
% Bearbeitet von Adrian Krone, <adrian.krone@physik.uni-kassel.de>
% für Abschlussarbeiten an der Universität Kassel
% Kompilieren mit
% latexmk --lualatex --output-directory=build thesis.tex
% oder einfach mit:
% make
\documentclass[
ukcolor, % remove for less red,
BCOR=12mm, % 12mm binding corrections, adjust to fit your binding
parskip=half, % new paragraphs start with half line vertical space
open=any, % chapters start on both odd and even pages
cleardoublepage=plain, % no header/footer on blank pages
]{agethesis}
% Warning, if another latex run is needed
\usepackage[aux]{rerunfilecheck}
% just list chapters and sections in the toc, not subsections or smaller
\setcounter{tocdepth}{1}
%------------------------------------------------------------------------------
%------------------------------ Fonts, Unicode, Language ----------------------
%------------------------------------------------------------------------------
\usepackage{fontspec}
\defaultfontfeatures{Ligatures=TeX} % -- becomes en-dash etc.
% load english (for abstract) and ngerman language
% the main language has to come last
\usepackage[american, ngerman]{babel}
% intelligent quotation marks, language and nesting sensitive
\usepackage[autostyle]{csquotes}
% microtypographical features, makes the text look nicer on the small scale
\usepackage{microtype}
%------------------------------------------------------------------------------
%------------------------ Math Packages and settings --------------------------
%------------------------------------------------------------------------------
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{mathtools}
% Enable Unicode-Math and follow the ISO-Standards for typesetting math
% Remove this if you don't need this and want to save a little compile time
\usepackage[
math-style=ISO,
bold-style=ISO,
sans-style=italic,
nabla=upright,
partial=upright,
warnings-off={mathtools-colon,mathtools-overbracket}, % suppress some unnecessary warnings
]{unicode-math}
\setmathfont{Latin Modern Math}
% nice, small fracs for the text with \sfrac{}{}
\usepackage{xfrac}
%------------------------------------------------------------------------------
%---------------------------- Numbers and Units -------------------------------
%------------------------------------------------------------------------------
\usepackage[
locale=DE,
separate-uncertainty=true,
per-mode=symbol-or-fraction,
]{siunitx}
%------------------------------------------------------------------------------
%-------------------------------- tables -------------------------------------
%------------------------------------------------------------------------------
\usepackage{booktabs} % \toprule, \midrule, \bottomrule, etc
%------------------------------------------------------------------------------
%-------------------------------- graphics -------------------------------------
%------------------------------------------------------------------------------
\usepackage{graphicx}
% currently broken
% \usepackage{grffile}
% allow figures to be placed in the running text by default:
\usepackage{scrhack}
\usepackage{float}
\floatplacement{figure}{htbp}
\floatplacement{table}{htbp}
% keep figures and tables in the section
\usepackage[section, below]{placeins}
% allows to include PDFs as full pages
\usepackage{pdfpages}
% Set the PDF Version of this document to 1.7 (1.4 is the current default)
% This is needed so that PDFs with Version >1.5 can be included
\pdfvariable minorversion=7
%------------------------------------------------------------------------------
%---------------------- customize list environments ---------------------------
%------------------------------------------------------------------------------
\usepackage{enumitem}
%------------------------------------------------------------------------------
%------------------------------ Bibliographie ---------------------------------
%------------------------------------------------------------------------------
\usepackage[
backend=biber, % use modern biber backend
autolang=hyphen, % load hyphenation rules for if language of bibentry is not
% german, has to be loaded with \setotherlanguages
% in the references.bib use langid={en} for english sources
]{biblatex}
\addbibresource{references.bib} % the bib file to use
\DefineBibliographyStrings{german}{andothers = {{et\,al\adddot}}} % replace u.a. with et al.
% Last packages, do not change order or insert new packages after these ones
\usepackage[pdfusetitle, unicode, linkbordercolor=ukruby, citebordercolor=ukruby]{hyperref}
\usepackage{bookmark}
\usepackage[shortcuts]{extdash}
%------------------------------------------------------------------------------
%------------------------- Angaben zur Arbeit ----------------------------
%------------------------------------------------------------------------------
\author{Adrian Peter Krone}
\title{\LaTeX-Dokumentenklasse und Vorlage für Abschlussarbeiten an der Universität Kassel}
\date{2024}
\birthplace{Geburtsort}
\supervisor{Unter~Anleitung~von~Prof.~Dr.~Supervisor}
\chair{AG Ehresmann}
\division{Institut für Physik\\FB 10 - Mathematik und Naturwissenschaften}
\thesisclass{Bachelor of Science} % Change to Master of Science for master thesis
\submissiondate{06. Oktober 2023}
\firstcorrector{Prof.~Dr.~Erstgutachter}
\secondcorrector{Prof.~Dr.~Zweitgutachter}
% uk logo on top of the titlepage
\titlehead{\centering\includegraphics[height=2.5cm]{logos/uk-logo.png}}
% use this to only compile some of the chapters
%\includeonly{content/01_einleitung,content/02_struktur}
\begin{document}
\frontmatter
\include{content/hints}
\maketitle
% Gutachterseite
\makecorrectorpage
% hier beginnt der Vorspann, nummeriert in römischen Zahlen
\include{content/00_abstract} % Optional
\tableofcontents
\mainmatter
% Hier beginnt der Inhalt mit Seite 1 in arabischen Ziffern
\include{content/01_einleitung}
\include{content/02_struktur}
\include{content/03_grundlagen}
\include{content/04_figs_tabs}
\appendix
% Hier beginnt der Anhang, nummeriert in lateinischen Buchstaben
\include{content/a_anhang}
\backmatter
\printbibliography
\cleardoublepage
% From https://www.uni-kassel.de/fb10/organisation/pruefungsbuero/download-formulare
\includepdf{content/Eigenstaendigkeitserklaerung.pdf}
\end{document}