-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.tex
57 lines (55 loc) · 1.18 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{phd}
%\documentclass[externalize]{phd}
%\documentclass[debug, externalize]{phd}
%\documentclass[debug]{phd}
%\documentclass[draft]{phd}
%\marginnote{Use me to produce a margin footnote.}
%\comment{Use me to make a comment.} <=> \comment[c]{Use me to make a comment.}
%\comment[w]{Use me to make a comment (emphasised as a warning).}
%\comment[e]{Use me to make a comment (emphasised as an error).}
\begin{document}
%
\input{./Resources/titlepage}
%
\preface
%
\input{./Resources/acknowledgements}
%
\abstracten
\abstractfr
%
\tableofcontents
%
%
\content
%
\input{./Resources/Chapters/Introduction}
%
\input{./Resources/Chapters/ChapImportant}
%
\input{./Resources/Chapters/ChapVeryImportant}
%
\input{./Resources/Chapters/ChapReallyImportant}
%
\input{./Resources/Chapters/ChapTheMostImportant}
%
\input{./Resources/Chapters/Conclusions}
%
%
\appendix
%
\input{./Resources/Appendices/App1}
%
\input{./Resources/Appendices/AppVeryImportant}
%
\input{./Resources/Appendices/AppTheMostImportant}
%
\nocite{*}
\bibliography{./Resources/Bibliography/Bibliography}
%
\listoffigures
%
%
\abstractpage
%
\end{document}