-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.tex
59 lines (42 loc) · 1.31 KB
/
index.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
\input{config/configuration}
\input{config/commands}
\input{config/standardtexts}
\loadglsentries{appendix/glossary}
\makeglossaries
\glsaddall
\begin{document}
\setromanfont[BoldFont={Gentium Basic Bold},ItalicFont={Gentium Basic Italic}]{Gentium Basic}
\include{start/titlepage}
\include{start/quote}
\include{start/abstract}
\include{start/managementsummary}
\addcontentsline{toc}{chapter}{Inhaltsverzeichnis}
\tableofcontents
% not included in released version
% \addcontentsline{toc}{chapter}{Aufgabenstellung}
% \includepdf[pages=-, frame, scale=.9]{additionals/assignment.pdf}
\include{technicalreport/index}
\include{projectdoc/index}
% not included in released version
% \include{additionals/index}
\printglossary[type=main,title=Glossar]
\include{appendix/abbreviations}
\include{appendix/wireframes}
\nocite{*}
\cleardoublepage % https://tex.stackexchange.com/a/98995
\phantomsection
\addcontentsline{toc}{chapter}{Literaturverzeichnis}
\bibliographystyle{IEEEtran}
\bibliography{thesis}
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{Abbildungsverzeichnis}
\listoffigures
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{Tabellenverzeichnis}
\listoftables
\renewcommand\listoflistingscaption{Code Listings}
\listoflistings
\addcontentsline{toc}{chapter}{Code Listings}
\end{document}