-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdissertation.tex
More file actions
127 lines (108 loc) · 3.42 KB
/
dissertation.tex
File metadata and controls
127 lines (108 loc) · 3.42 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
\documentclass[dissertation, copyright, numbers, sort&compress, notables]{uothesis}
\usepackage[english]{babel}
\usepackage{matlab-prettifier}
\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{graphicx}% Include figure files
\usepackage{soul}
\usepackage{float,subcaption}
\usepackage{graphicx}% Include figure files
\usepackage{caption}
\usepackage[letterpaper]{geometry}
\usepackage{amsmath, amsthm, amsfonts, amsbsy, thmtools, amssymb}
\declaretheorem{theorem}
\usepackage{thm-restate}
\usepackage[hidelinks]{hyperref}
\usepackage[mathscr]{euscript}
\usepackage{tikz}
\usepackage{xr}
\usetikzlibrary{arrows}
\newcommand{\ic}[1]
{\textcolor{blue}{[#1]}}
\newcommand{\jh}[1]{\textcolor{red}{[#1]}}
\newcommand{\Omm}{\Omega_{L,N;m_1,m_2}}
\newcommand{\OLN}{\Omega_{L,N;n_1,n_2}}
\newcommand{\envnt}{\text{Env}_t^N}
\def\maxnt{\mathrm{Max}^{N}_t}
\def\snt{\mathrm{Sam}^{N}_t}
\newcommand{\mean}[1]{\mathrm{Mean}\left(#1\right)}
\newcommand{\meanasy}[1]{\mathrm{Mean}^{\textrm{\tiny{asy}}}\!\left(#1\right)}
\newcommand{\varasy}[1]{\mathrm{Var}^{\textrm{\tiny{asy}}}\!\left(#1\right)}
\newcommand{\meannum}[1]{\mathrm{Mean}^{\textrm{\tiny{num}}}\!\left(#1\right)}
\newcommand{\varnum}[1]{\mathrm{Var}^{\textrm{\tiny{num}}}\!\left(#1\right)}
\newtheorem{Theorem}{Theorem}
\newtheorem{Notation}{Notation}
\newtheorem{Remark}{Remark}
\newtheorem{Corollary}{Corollary}
\makeatletter
\newcommand{\hathat}[1]{%
\begingroup%
\let\macc@kerna\z@%
\let\macc@kernb\z@%
\let\macc@nucleus\@empty%
\hat{\raisebox{.4ex}{\vphantom{\ensuremath{#1}}}\smash{\hat{#1}}}%
\endgroup%
}
\makeatother
\newtheorem{Assumption}{Assumption}
\newtheorem{Claim}{Claim}
\newtheorem{Lemma}{Lemma}
\newtheorem{Definition}{Definition}
\newtheorem{Proposition}{Proposition}
%\usepackage{hyperref}% add hypertext capabilities
%\usepackage[mathlines]{lineno}% Enable numbering of text and display math
%\linenumbers\relax % Commence numbering lines
\newcommand{\ec}[1]{\textcolor{purple}{{#1}}}
\newcommand{\acg}[1]{\textcolor{violet}{{#1}}}
\newcommand{\ext}[1]{\textcolor{red}{[{#1}]}}
%\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}{\,}
\definecolor{mygray}{gray}{0.4}
\newcommand{\greytext}[1]
{\textcolor{mygray}{#1}}
\newcommand{\jamesemph}[1]
{\textcolor{blue}{#1}}
%%%PREFATORY PAGES
\include{0_cover}
\include{0_abstract}
\include{0_acknowledgements} %%acknowledgements page optional
\include{0_cv}
%\include{dedication} %%dedication page optional
%%%MAIN DOCUMENT
\begin{document}
\maketitle
%%%CHAPTERS
\include{ch1_introduction}
\include{ch2_1Drandompaper}
\include{ch2_supplement}
\include{ch3_extrawork}
\include{ch4_photonpaper}
\include{ch5_conclusion}
%%%APPENDICES
%%BIBILIOGRAPHY
\bibliographystyle{unsrtnat}
\bibliography{thesis}
\end{document}