-
Notifications
You must be signed in to change notification settings - Fork 2
/
documentation.tex
46 lines (32 loc) · 893 Bytes
/
documentation.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
\documentclass[a4paper,fleqn]{scrbook}
\input{packages}
\input{colors}
\input{tikz-config}
\input{preamble}
\usepackage[sc]{mathpazo}
\includeonly{
frontmatter/frontmatter-main,
content/introduction/01-main,
content/preliminaries/01-main
}
\title{Underwater Basket Weaving: An Ontology}
\author{Dissertation zur Erlangung des Grades
\\ des Doktors der Naturwissenschaften \\
der Fakultät für Mathematik und Informatik \\
der Universität des Saarlandes \\ \\
vorgelegt von \\
Max Mustermann}
\date{Saarbrücken, 2020}
\begin{document}
\pagestyle{empty}
\frontmatter
\include{frontmatter/frontmatter-main}
\pagestyle{fancy}
\mainmatter
% We use include here instead of input in order to be able to use includeonly further above
\include{content/introduction/01-main}
\appendix
\nocite{*}
\bibliographystyle{alpha}
\bibliography{bibliography}
\end{document}