-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.tex
More file actions
40 lines (33 loc) · 1.19 KB
/
main.tex
File metadata and controls
40 lines (33 loc) · 1.19 KB
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
% Choose your language: The main language should be mentioned last.
% Add a % in front of the next to rows to tell the compiler which row NOT to use.
% \documentclass[hidelinks, a4paper, 12pt, english, ngerman]{article} % german thesis
\documentclass[hidelinks, a4paper, 12pt, ngerman, english]{article} % english thesis
\input{setup}
\input{references/glossary}
\begin{document}
\pagenumbering{gobble}
\include{sections/cover}
\include{sections/information}
\todo[inline]{Enter your data int the Declaration.}
\iflanguage{english}{\include{sections/declaration_english}}{\include{sections/declaration_german}}
\include{sections/acknowledgements}
\include{sections/quote}
\include{sections/abstract}
\include{sections/zusammenfassung}
\include{sections/table_of_contents}
\pagenumbering{arabic}
\include{sections/motivation}
\include{sections/fundamentals}
\include{sections/methodology}
\include{sections/results}
\include{sections/discussion}
\include{sections/conclusion}
\pagenumbering{Roman}
\include{sections/symbols}
\include{sections/figures}
\include{sections/tables}
\include{sections/algorithms}
\include{sections/glossary}
\include{sections/references}
\include{sections/appendix}
\end{document}