-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdissertation.tex
More file actions
74 lines (57 loc) · 1.61 KB
/
dissertation.tex
File metadata and controls
74 lines (57 loc) · 1.61 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
71
72
73
74
\documentclass[dissertation, copyright, numbers, sort&compress, notables]{uothesis}
\usepackage[english]{babel}
\usepackage{graphicx}
\usepackage{dcolumn}% Align table columns on decimal point
\usepackage{bm}% bold math
\usepackage{float}
\usepackage{physics} %bra-ket
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{color}
\usepackage{placeins}
\usepackage{url}
\usepackage{dcolumn}% Align table columns on decimal point
\usepackage{bm}% bold mathu
\usepackage{bibentry}
\usepackage[normalem]{ulem}
\usepackage[noabbrev]{cleveref}
%\usepackage[justification=justified]{subcaption}
\usepackage[dvipsnames]{xcolor}
\newcommand{\be}{\begin{equation}}
\newcommand{\ee}{\end{equation}}
\newcommand{\of}[1]{\left(#1\right)}
\newcommand{\pd}{\partial}
\newcommand{\eps}{\varepsilon}
\newcommand{\utot}{U}
\newcommand{\mpv}{\bar{V}_{\mathrm{p}}} %mean particle volume
%????????????????
%\DeclareUnicodeCharacter{2009}{\,}
\newcommand{\ec}[1]
{\textcolor{red}{#1}}
\definecolor{mygray}{gray}{0.4}
\newcommand{\greytext}[1]
{\textcolor{mygray}{#1}}
\newcommand{\jamesemph}[1]
{\textcolor{blue}{#1}}
%%%PREFATORY PAGES
\include{cover}
\include{abstract}
\include{acknowledgements} %%acknowledgements page optional
\include{cv}
%\include{dedication} %%dedication page optional
%%%MAIN DOCUMENT
\begin{document}
\maketitle
%%%CHAPTERS
\include{introduction}
\include{forceVolumeEntropyPaper}
\include{contactBreaking}
\include{excessContactsScaling}
\include{excessContactsScalingSupplement}
\include{conclusion}
%%%APPENDICES
%%BIBILIOGRAPHY
\bibliographystyle{unsrtnat}
\bibliography{dissertation}
\end{document}