forked from sasjonge/bl-lecture-notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
57 lines (41 loc) · 1.04 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
\documentclass{settings/template}
\begin{document}
\input{settings/pagelayout}
\input{settings/newcommands}
\settitlepage{} % number of report
\setpagestyle
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0.1pt}
%\setlength{\headheight}{1cm}
\fancyhead[R]{ }
\fancyhead[L]{\leftmark}
\fancyfoot[C]{\thepage}
\settableofcontents
% \listoftodos[Todos]
\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}
\input{chapters/700_aboxen_etc.tex}
\newpage
\section{Übersichten}
\input{chapters/800_uebersicht.tex}
\newpage
\setbibliography
\end{document}