summaryrefslogtreecommitdiff
path: root/book/computingME.tex
blob: f34e6e7f761e03e3b61890976b286638b0f5e16b (plain)
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
% arara: pdflatex: { synctex: on }
% arara: pdflatex: { synctex: on }
\documentclass[oneside]{scrbook}
\title{A Sample Thesis}
\author{A.N. Other}
\date{July 2013}
\titlehead{A Thesis submitted for the degree of Doctor of Philosophy}
\publishers{School of Something\\University of Somewhere}
\begin{document}
\maketitle
\frontmatter
\tableofcontents
\listoffigures
\listoftables
\chapter{Acknowledgements}
I would like to thank my supervisor, Professor Someone. This
research was funded by the Imaginary Research Council.
\chapter{Using this book}
A brief summary of the project goes here.
\mainmatter
\include{module0}
\include{module1}
\include{module2}
\include{module3}
\include{module4}
\include{module5}
\backmatter
\end{document}