-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdphil.tex
71 lines (58 loc) · 1.74 KB
/
dphil.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
\documentclass[12pt%,twoside
]{ociamthesis}
%\includeonly{auxiliary/definitions,auxiliary/tikz,
%frontmatter/abstract,frontmatter/acknowledgements,
%chapters/overview,
%chapters/preface,
%chapters/introduction,
%chapters/1,
%chapters/2,
%chapters/3,
%chapters/4,
%chapters/5,
%chapters/6,
%chapters/7,
%auxiliary/references}
\include{auxiliary/definitions}
\include{auxiliary/tikz}
\title{The Algebra of Open and \\[1ex]
Interconnected Systems} %note \\[1ex] is a line break in the title
\author{Brendan Fong}
\college{Hertford College}
%\renewcommand{\submittedtext}{change the default text here if needed}
\degree{Doctor of Philosophy in Computer Science}
\degreedate{Trinity 2016}
\begin{document}
\baselineskip=18pt plus1pt
\setcounter{secnumdepth}{3} %set the number of sectioning levels that get number and appear in the contents
\setcounter{tocdepth}{3}
\maketitle
\pagestyle{empty}
\include{frontmatter/dedication}
%\include{frontmatter/acknowledgements}
\include{frontmatter/abstract}
\pagestyle{plain}
\begin{romanpages}
\tableofcontents
%\include{chapters/overview}
\include{chapters/preface}
%\include{chapters/introduction}
\end{romanpages}
\pagestyle{fancy}
\part{Mathematical Foundations} \label{part.maths}
\include{chapters/1}
\include{chapters/2}
\include{chapters/3}
\include{chapters/4}
\part{Applications} \label{part.apps}
\include{chapters/5}
\include{chapters/6}
\include{chapters/7}
%\include{auxiliary/notation}
\phantomsection
\addcontentsline{toc}{chapter}{Bibliography}
\include{auxiliary/references}
%\renewcommand{\bibname}{References} %uncomment to change bibliography name to references
%\bibliography{auxiliary/dphilrefs}
%\bibliographystyle{alpha} %use the plain bibliography style
\end{document}