-
Notifications
You must be signed in to change notification settings - Fork 11
/
thesis.tex
71 lines (63 loc) · 2.48 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
% ----------------------------------------------------------------------------
% A dissertation for the Doctorate of Philosophy
% Hilton Bristow
% 2014
%
% Please think carefully before adjusting the font size or margins in this
% document. They are optimized for readability, with 65-75 characters per line.
% ----------------------------------------------------------------------------
\documentclass[11pt,a4paper]{book}
\usepackage{quthesis}
% ----------------------------------------------------------------------------
% Packages
% ----------------------------------------------------------------------------
\usepackage{subfiles}
% Custom notation
\input{notation}
% ----------------------------------------------------------------------------
% Preamble
% ----------------------------------------------------------------------------
\title{A \LaTeX\xspace Template}
\subtitle{For QUT Doctorate of Philosophy Dissertations}
\author{Hilton Bristow}
\qualifications{B.E. Mechatronics (Hons I)}
\supervisor{Professor Simon Lucey}
\email{[email protected]}
\department{School of Computer Science}
\university{The Queensland University of Technology}
\degree{Doctor of Philosophy}
\keywords{dissertation, LaTeX, PhD, template, thesis, QUT}
\flourish{} % Insert vector flourish here if desired
\logo{} % Insert University logo here if desired
% ----------------------------------------------------------------------------
% Front Matter
% ----------------------------------------------------------------------------
\begin{document}
\frontmatter
\maketitle
\subfile{1-originality}
\subfile{2-dedication}
\subfile{3-acknowledgements}
\subfile{4-abstract}
\subfile{5-toc}
% ----------------------------------------------------------------------------
% Main Matter
% ----------------------------------------------------------------------------
\mainmatter
\subfile{6-introduction}
% ----------------------------------------------------------------------------
% Appendices
% ----------------------------------------------------------------------------
\appendix
%\subfile{appendix}
% ----------------------------------------------------------------------------
% Bibliography
% ----------------------------------------------------------------------------
\backmatter
\bibliographystyle{ieee}
\bibliography{citations}
% ----------------------------------------------------------------------------
% Biography
% ----------------------------------------------------------------------------
\subfile{biography}
\end{document}