forked from jwlawson/dmathesis
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmain.tex
More file actions
70 lines (57 loc) · 1.26 KB
/
Copy pathmain.tex
File metadata and controls
70 lines (57 loc) · 1.26 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
\documentclass[twoside,openright,frontopenright]{ip3thesis}
\input{preamble}
\usepackage{subfiles}
\begin{document}
\title{Some title of the thesis}
\subtitle{An optional subtitle}
\author{Author's name}
\researchgroup{Institute for Particle Physics Phenomenology}
\maketitlepage*
\begin{abstract}
%
This is some abstract about this thesis.
%
\end{abstract}
\disableprotrusion
\tableofcontents*
\listoffigures
\listoftables
\enableprotrusion
\begin{declaration*}
%
The work in this thesis is based on research carried out in the Department of
Physics at Durham University. No part of this thesis has been
submitted elsewhere for any degree or qualification.
%
\end{declaration*}
\begin{acknowledgements*}
%
I would like to thank\ldots
%
\end{acknowledgements*}
\begin{epigraph*}
%
This a place for some profound quote which sums up your work, feelings or
life.
\source{Some book}{A. Author}
%
\end{epigraph*}
%\dedicationtext{This thesis is dedicated to}
\begin{dedication*}
%
Someone special
\also[and]{that other guy}
%
\end{dedication*}
\cleardoublepage
\subfile{intro}
%\subfile{background}
%\subfile{paper1}
%\subfile{paper2}
%\subfile{paper3}
\appendix
%\subfile{appendix1}
%\subfile{appendix2}
\bibliographystyle{JHEP}
\bibliography{bibliography}
\end{document}