-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdissertation.tex
346 lines (296 loc) · 12.2 KB
/
dissertation.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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
% =============================================================================
% PhD Dissertation: Hunting Hidden Higgses
% Author: Adarsh Pyarelal
% =============================================================================
\documentclass[final,twoside,10pt]{memoir}
% Packages for algorithms
\usepackage{algpseudocode, algorithm}
% Support for images
\usepackage{graphicx}
% Silence some noisy warnings temporarily
\usepackage{silence}
\WarningFilter{fontaxes}{I don't know how to decode}
\WarningFilter{latex}{Marginpar}
\WarningFilter{hyperref}{subfigure}
\usepackage[tracking]{microtype}
\usepackage[smaller]{acronym}
\renewcommand*{\aclabelfont}[1]{\acsfont{\scshape #1}}
\usepackage{pgfornament}
% Packages for creating native Feynman diagrams and plots in LaTeX
\usepackage{tikz-feynman}
\usepackage{pgfplots}
\pgfplotsset{compat=1.14}
% Plots
\pgfplotsset{every axis plot post/.append style={Maroon, line width=0.2pt}}
%% Externalize PGF plots and TikZ diagrams
\usepgfplotslibrary{external}
\immediate\write18{mkdir -p pgf-img} %% Create `pgf-img` directory
\tikzexternalize[ %% Activate externalization
prefix=pgf-img/, %% Avoid cluttering the directory
%system call={lualatex \tikzexternalcheckshellescape -halt-on-error
%-interaction=batchmode -jobname="\image" "\texsource"},
]
\usepackage[scaled=0.8]{beramono}
% =============================================================================
% If using Minion Pro
% =============================================================================
\usepackage[onlymath, minionint, swash,lf]{MinionPro}
\usepackage{fontspec}
\setmainfont[%
Ligatures = {Common, TeX},Numbers = {OldStyle, Proportional},Alternate=1,
ItalicFeatures={Style=Swash},
SmallCapsFeatures={Letters=SmallCaps,LetterSpace=6},
]{Minion Pro}
\setsansfont[%
Numbers = {OldStyle, Proportional},
]{ScalaSans}
\usepackage{pifont} % To get Minion Pro ornaments
% =============================================================================
% If not using Minion Pro, uncomment the lines below, and comment out the lines
% in the block above.
% =============================================================================
% \usepackage[T1]{fontenc}
% \usepackage{mathpazo}
% \newcommand{\slantfrac}[2]{\frac{#1}{#2}}
% =============================================================================
\usepackage[toc]{tabfigures}
% \PassOptionsToPackage{utf8}{inputenc}
% \usepackage{inputenc}
\PassOptionsToPackage{fleqn}{amsmath} % math environments and more by the AMS
\usepackage{amsmath}
% =============================================================================
% Bibliography management
% =============================================================================
\usepackage[%
backend=biber, backref, language=auto, style=numeric-comp, sorting=none,
maxbibnames=10, arxiv=abs, natbib=true,doi=false,url=false,
isbn=false
]{biblatex}
\DeclareBibliographyDriver{set}{%
\entryset
{%
$\cdot$~\setunit*{\addnbspace}}
{}%
\finentry}
\DeclareFieldFormat[phdthesis]{title}{\mkbibemph{#1}\isdot}
\DeclareFieldFormat[thesis]{title}{\mkbibemph{#1}\isdot}
\DeclareFieldFormat[article]{title}{\mkbibemph{#1}\isdot}
\DeclareFieldFormat[article]{journaltitle}{#1\isdot}
\DeclareFieldFormat[article]{volume}{\mkbibbold{#1}\isdot}
\DeclareFieldFormat[article]{number}{}
\DeclareFieldFormat[report]{number}{\textsc{\MakeTextLowercase{#1}}}
\DeclareFieldFormat{eprint:arxiv}{%
\ifhyperref
{\href{http://arxiv.org/\abx@arxivpath/#1}{%
\nolinkurl{[arXiv: #1]}%
\iffieldundef{eprintclass}
{}
{}}}
{\nolinkurl{#1}
\iffieldundef{eprintclass}
{}
{}}}
\renewcommand{\newunitpunct}{, }
\renewcommand{\entrysetpunct}{\\}
\AtEveryBibitem{%
\clearname{note}%
}
\renewbibmacro{in:}{}
%\addbibresource{/Users/adarsh/Research/MendeleyBibliography/library.bib}
\addbibresource{mybiblio.bib}
% Set up back references
\DefineBibliographyStrings{english}{%
backrefpage = {cited on p.},% originally "cited on page"
backrefpages = {cited on pages},% originally "cited on pages"
}
% =============================================================================
% Colors
% =============================================================================
\PassOptionsToPackage{dvipsnames}{xcolor}
\RequirePackage{xcolor} % [dvipsnames]
\definecolor{webgreen}{rgb}{0,.5,0}
\definecolor{webbrown}{rgb}{.6,0,0}
\definecolor{Maroon}{cmyk}{0, 0.87, 0.68, 0.32}
\definecolor{RoyalBlue}{cmyk}{1, 0.50, 0, 0}
\definecolor{Black}{cmyk}{0, 0, 0, 0}
\definecolor{shadecolor}{gray}{0.9}
% =============================================================================
% Set up hyperlinks
% =============================================================================
\PassOptionsToPackage{pdftex,hyperfootnotes=false,pdfpagelabels=true}{hyperref}
\usepackage{hyperref} % backref linktocpage pagebackref
\pdfcompresslevel=9
\pdfadjustspacing=1
\hypersetup{%
colorlinks=true, linktocpage=true, pdfstartpage=3, pdfstartview=FitV,%
breaklinks=true, pdfpagemode=UseNone, pageanchor=true, pdfpagemode=UseOutlines,%
plainpages=false, bookmarksnumbered, bookmarksopen=true, bookmarksopenlevel=1,%
hypertexnames=true, pdfhighlight=/O,%nesting=true,%frenchlinks,%
urlcolor=webbrown, linkcolor=RoyalBlue, citecolor=webgreen, %pagecolor=RoyalBlue,%
pdftitle={Hidden Higgses and Dark Matter at Current and Future Colliders},%
pdfauthor={Adarsh Pyarelal},%
pdfsubject={},%
pdfkeywords={},%
pdfcreator={pdfLaTeX},%
pdfproducer={LaTeX}%
}
\def\equationautorefname{equation}
\def\figureautorefname{figure}
\def\tableautorefname{table}
% =============================================================================
% Set up maths
% =============================================================================
% Math symbols
\usepackage{slashed}
% =============================================================================
% User-defined macros
% =============================================================================
\newcommand{\vdoublet}[2]{\begin{pmatrix} #1 \\ #2\end{pmatrix}}
\newcommand{\hdoublet}[2]{\begin{pmatrix} #1 & #2\end{pmatrix}}
\newcommand{\fourmatrix}[4]{\begin{pmatrix} #1 & #2 \\ #3 & #4\end{pmatrix}}
\renewcommand{\L}{\mathcal{L}}
\newcommand{\Adarsh}[1]{{\color{Maroon} Adarsh: #1}}
% =============================================================================
% Memoir package - layout and styling
% =============================================================================
% Here we set typeblock widths for the main body and the footnotes
\setlxvchars[\normalfont\normalsize] % about 66 characters per column
\setxlvchars[\normalfont\footnotesize] % about 45 characters per column
% Set outer and spine margins (designed for Minion Pro 10pt, change accordingly
% for different fonts. A wide margin is chosen both for legibility of the
% typeblock and for tight integration of marginfigures and margin footnotes.
\setlrmarginsandblock{1.5in}{3.1in}{} % This sets \textwidth to 281.0 pt
% Set upper and lower margins
\setulmarginsandblock{1.22in}{1.22in}{*}
% Set properties of margin notes, sidecaptioned floats, and footnotes in the
% margin.
\setmarginnotes{0.2in}{1.9in}{2\onelineskip}
\setsidecaps{0.2in}{1.9in}
\sidecapmargin{outer}
\renewcommand*{\sidecapstyle}{\normalfont\footnotesize}
\setsidecappos{c}
% Set footnotes in the margin rather than at the foot of the page
\footnotesinmargin
\setsidefeet{\marginparsep}{1.9in}{0.2in}{0pt}{\flushleftright\footnotesize}{*}
% Integrate the counters of the sidefootnotes and footnotes in margin.
\letcountercounter{sidefootnote}{footnote}
\setlength{\footmarkwidth}{0em}
\setlength{\footmarksep}{-\footmarkwidth}
\setlength{\footparindent}{1em}
\sideparmargin{outer}
\renewcommand*{\sideparfont}{\color{Maroon}\itshape}
\renewcommand*{\sideparvshift}{2\baselineskip}
\marginparmargin{outer}
% Style the entries in the Table of Contents
\renewcommand*{\cftchapterfont}{\scshape\MakeTextLowercase}
\renewcommand*{\cftpartfont}{\color{Maroon}\scshape\MakeTextLowercase}
\captionstyle[\centering]{\sffamily\footnotesize}
\captionnamefont{\color{Maroon}\footnotesize\sffamily}
% Reduce spacing between list items
\tightlists
% Make marginfigures centered by default
\setfloatadjustment{marginfigure}{\centering}
% Headers and footers - page numbers, section headings, etc.
\makepagestyle{tufte}
\createmark{chapter}{left}{nonumber}{}{}
\createmark{section}{right}{nonumber}{}{}
\makeoddhead{tufte}{}{}{\scshape\MakeTextLowercase{\leftmark}~~|~~\thepage}
\makeevenhead{tufte}{\thepage~~|~~\scshape\MakeTextLowercase{\rightmark}}{}{}
\makerunningwidth{tufte}[8in]{8in}
\aliaspagestyle{chapter}{empty}
\nouppercaseheads
\pagestyle{tufte}
%% Bringhurst chapter and head styles with a pedersen-type Chapter number
\makechapterstyle{bringhurst}{%
\renewcommand{\chapterheadstart}{}
\renewcommand{\printchaptername}{}
\renewcommand{\chapternamenum}{}
\setlength{\midchapskip}{15mm}
\renewcommand*{\printchapternum}{%
\begin{marginfigure}[0pt]
\resizebox{!}{\midchapskip}{\color{Maroon}\emph{\thechapter}}
\end{marginfigure}
}
\renewcommand{\afterchapternum}{}
\renewcommand{\printchaptertitle}[1]{%
\raggedright\Large\scshape\MakeLowercase{##1}}
\renewcommand{\afterchaptertitle}{%
\vskip\onelineskip \hrule\vskip\onelineskip}
}
\chapterstyle{bringhurst}
\headstyles{bringhurst}
\setsecheadstyle{\bfseries\sffamily}
% Styling Part headings
\renewcommand{\parttitlefont}{\color{Maroon}\normalfont\scshape%
\LARGE\MakeTextLowercase}
\renewcommand{\partnamefont}{\normalfont\large}
\renewcommand{\partnumfont}{\normalfont\large}
\setafterparaskip{-0.5em}
% Setting up figures to allow subfloats
\newsubfloat{figure}
\checkandfixthelayout
% =============================================================================
% Misc layout commands
% =============================================================================
\linespread{1.1}
% =============================================================================
% Creating the title page
% =============================================================================
\pretitle{\vskip 3cm\noindent}
\title{{\scshape\color{Maroon}{\MakeTextLowercase{\LARGE Hidden Higgses and Dark Matter at Current and Future Colliders}}}}
\posttitle{\vskip 0.5em by \vskip 0.7em}
\preauthor{\lineskip 0.5em\begingroup\noindent}
\author{Adarsh Pyarelal}
\postauthor{\endgroup\vskip 5cm
\begin{center}
\begin{tabular}{m{5cm}}
\midrule
\centering Copyright © {\@author} 2017\\
\end{tabular}
\end{center}
\hfill\vfill
}
\date{}
% =============================================================================
\begin{document}
\pagenumbering{arabic}
% =============================================================================
% Frontmatter
% =============================================================================
\include{FrontBackMatter/TitlePage}
\cleardoublepage
\include{FrontBackMatter/CommitteeApproval}
\include{FrontBackMatter/StatementByAuthor}
\include{FrontBackMatter/Acknowledgments}
\tableofcontents*\cleardoublepage
\listoffigures\cleardoublepage
\listoftables\cleardoublepage
\include{FrontBackmatter/Acronyms}
\include{FrontBackMatter/Abstract}
% =============================================================================
% Main content
% =============================================================================
\include{Chapters/Introduction}
\include{Chapters/Theory}
%\include{Chapters/2HDM}
%\include{Chapters/SUSY}
\include{Chapters/ColliderPheno}
\include{Chapters/LightChargedHiggs}
\include{Chapters/ExoticHiggs}
\include{Chapters/DM100TeV}
\include{Chapters/Conclusion}
% =============================================================================
% Backmatter
% =============================================================================
%\appendix
%\appendixpage
%\include{Chapters/Appendix_Notation}
% =============================================================================
% Bibliography
% =============================================================================
\printbibliography
% =============================================================================
% Colophon
% =============================================================================
\include{FrontBackMatter/Colophon}
\end{document}