-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy paththesis.tex
98 lines (80 loc) · 1.7 KB
/
thesis.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
% !TeX encoding = UTF-8
% !TeX program = lualatex
% !TeX spellcheck = en_US
% !TeX root = thesis.tex
\input{header}
\input{glossaries}
\begin{document}
% Cover
\includepdf[pages=1,trim=28cm 1.3cm 2.1cm 1.2cm,,fitpaper=false, pagecommand*={\thispagestyle{empty}}]{cover/cover.pdf}
\cleardoublepage
%
\pagenumbering{roman}
%
\singlespacing
\include{title}
\include{abstract}
\include{dedication}
\include{acknowledgments}
\singlespacing
{\pagestyle{plain}
\pdfbookmark[chapter]{\contentsname}{toc}
\tableofcontents
\clearpage}
% Glossaries
\glsaddall
%% Acronyms
{\pagestyle{plain}
\printglossary[type=\acronymtype,style=long]
\clearpage}
%% Symbols
{\pagestyle{plain}
\printglossary[type=symbolslist,style=symbunitlong]
\clearpage}
\cleardoublepage
\pagenumbering{arabic}
% Chapters
\include{1_chapter}
\glsresetall
\include{2_chapter}
\glsresetall
\include{3_chapter}
\glsresetall
\include{4_chapter}
\glsresetall
\include{5_chapter}
\glsresetall
\include{6_chapter}
\glsresetall
\include{7_chapter}
\small
{\pagestyle{thesisLISTS}
\listoffigures
\listoftables
%\listoflistings
\clearpage}
\clearpage
{\pagestyle{thesisINTRO}
\small
\sffamily
\bibliography{literature/literature}
\addcontentsline{toc}{chapter}{Bibliography}
\clearpage}
%Appendix
\normalsize
{\pagestyle{thesisAPPENDIX}
\phantomsection
\appendix
\include{appendix}
}
%% Index
\printindex
\include{declaration}
% Cover on correct page
\clearpage
\thispagestyle{empty}
\vspace*{\fill}
\vspace*{\fill}
\clearpage
\includepdf[pages=1,trim=10cm 1.3cm 28cm 1.2cm,,fitpaper=false, pagecommand*={\thispagestyle{empty}}]{cover/cover.pdf}
\end{document}