-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy paththesis.tex
70 lines (43 loc) · 1.66 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
% ******************************* NUTT PhD Thesis Template **************************
% Please have a look at the README.md file for info on how to use the template
\documentclass[a4paper,12pt,times,twoside,flushleft,print,custommargin,authoryear,PageStyleII]{PhDThesisPSnPDF}
% ********************************** Preamble **********************************
\input{Preamble/preamble}
% ********************************* Meta ********************************
\input{Meta/meta}
% ******************************** Front Matter ********************************
\begin{document}
\frontmatter
\maketitle
\include{Abstract/abstract}
\include{Dedication/dedication}
\include{Declaration/declaration}
\include{Acknowledgements/acknowledgements}
% *********************** Adding TOC and List of Figures ***********************
\tableofcontents
\listoffigures
\listoftables
\printnomenclature
% ******************************** Main Matter *********************************
\mainmatter
\include{Introduction/introduction}
\include{Chapter1/chapter1}
\include{Chapter2/chapter2}
\include{Chapter3/chapter3}
%\include{Chapter4/chapter4}
%\include{Chapter5/chapter5}
%\include{Chapter6/chapter6}
%\include{Chapter7/chapter7}
% ********************************** Appendices ********************************
\begin{appendices}
\include{Appendix1/appendix1}
\end{appendices}
% ********************************** References ******************************
\begin{spacing}{0.9}
\bibliographystyle{apalike}
\cleardoublepage
\bibliography{References/references}
\end{spacing}
% *************************************** Index ********************************
\printthesisindex
\end{document}