-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththesis.tex
More file actions
51 lines (36 loc) · 1 KB
/
Copy paththesis.tex
File metadata and controls
51 lines (36 loc) · 1 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
41
42
43
44
45
46
47
48
49
50
51
\documentclass[a4paper,12pt,twoside]{report}
\input{thesis.preamble}
\begin{document}
\title{\LARGE {\bf Optimising Reconfigurable Systems for Real-time Applications}\\
\vspace*{6mm}
}
\author{Thomas Chun Pong Chau}
\submitdate{March 2015}
\normallinespacing
\maketitle
\preface
\input{originality/originality}
\input{copyright/copyright}
\input{abstract/abstract}
\input{acknowledgements/acknowledgements}
\input{dedication/dedication}
\input{publications/publications}
%\input{quotes/quotes}
%\printglossaries
\body
\input{1_introduction/introduction}
\input{2_background/background}
% body of thesis comes here
\input{3_precision/precision}
\input{4_adaptation/adaptation}
\input{5_tool/tool}
\input{6_conclusion/conclusion}
\appendix
% appendices come here
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{Bibliography}
\renewcommand{\bibname}{Bibliography}
\bibliographystyle{IEEEtran}
\bibliography{bibliography/bibliography}
\end{document}