-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.tex
61 lines (43 loc) · 1.24 KB
/
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
\documentclass{settings/template}
\bibliography{bibtex/bibliography.bib}
\begin{document}
\input{settings/pagelayout}
\input{settings/newcommands}
\settitlepage{} % number of report
\settableofcontents
\newpage
\renewcommand{\listtheoremname}{Theoremverzeichnis}
\addcontentsline{toc}{section}{Theoremverzeichnis}
\listoftheorems[ignore=tafel]
\newpage
\renewcommand{\listtheoremname}{Tafelverzeichnis}
\addcontentsline{toc}{section}{Tafelverzeichnis}
\listoftheorems[ignoreall, show=tafel]
\newpage
\normalsize
\section{Einleitung}
\input{chapters/100_einleitung.tex}
\newpage
\section{Grundlagen}
\input{chapters/200_grundlagen.tex}
\newpage
\section{Ausdrucksstärke und Modellkonstruktionen}
\input{chapters/300_ausdruckstaerke_etc.tex}
\newpage
\section{Tableau-Algorithmen}
\input{chapters/400_tableau.tex}
\newpage
\section{Komplexität}
\input{chapters/500_komplexitaet.tex}
\newpage
\section{Effiziente Beschreibungslogiken}
\input{chapters/600_el.tex}
\newpage
\section{ABoxen und Anfragebeantwortung}\label{sec:abox}
\input{chapters/700_aboxen_etc.tex}
\newpage
\section{Übersichten}
\input{chapters/800_uebersicht.tex}
\newpage
\setbibliography
\end{document}