-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.tex
52 lines (33 loc) · 1.2 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
% !TeX program = xelatex
\documentclass{tudelft-report} %[whitelogo]
\input{preamble}
\begin{document}
%% Include an optional title page.
\input{title}
\input{abstract}
\input{preface}
\addcontentsline{toc}{chapter}{Preface}
\tableofcontents
\addcontentsline{toc}{chapter}{Contents}
\listoffigures
%\listofalgorithms
%% Use Arabic numerals for the page numbers of the chapters.
\mainmatter
\input{chapters/1.introduction}
\input{chapters/2.background}
\input{chapters/3.problem-related-work}
\input{chapters/4.methodology}
\input{chapters/5.experimental-results}
\input{chapters/6.conclusions}
%% Use letters for the chapter numbers of the appendices.
\appendix
%\input{appendix-a}
% Acronyms and Glossary
\printglossary[type=\acronymtype] % makeindex main.acn -s main.ist -t main.alg -o main.acr
\addcontentsline{toc}{chapter}{Acronyms} % toc gives different font
%\printglossary
\bibliography{references}
\end{document}
% Using the order described here: http://academia.stackexchange.com/questions/5569/where-in-a-thesis-should-a-glossary-be-positioned
%vTODO Check for consistent spelling, probably update glossary and check for use of dashes and change words to reach consistency
%vTODO List of Figures?