-
Notifications
You must be signed in to change notification settings - Fork 0
/
dissertation.tex
74 lines (66 loc) · 1.76 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
%!TEX TS-program = xelatex
\documentclass{Dissertate}
%commands and settings
\newcommand*{\ATLASLATEXPATH}{latex/}
\usepackage{\ATLASLATEXPATH atlasunit}
\usepackage{\ATLASLATEXPATH Xhh4b-defs}
%other use packages
\RequirePackage{booktabs}
%\usepackage{multirow,bigdelim}
%\usepackage{bm}
%\usepackage{dcolumn}
\usepackage{xspace}
\usepackage{rotating}
\usepackage{subcaption}
\usepackage[final]{pdfpages}
%\usepackage{bbding}
%\usepackage{notoccite}
%\usepackage{lineno}
%\usepackage{fancyvrb}
\begin{document}
% the front matter
\input{frontmatter/personalize}
\includepdf[pages=-]{figures/TonyTong_DAC.pdf}
\null\thispagestyle{empty}\newpage
\maketitle
\copyrightpage
\setstretch{1.2}
\abstractpage
\tableofcontents
\listoffigures
\listoftables
\dedicationpage
\acknowledgments
\doublespacing
% include each chapter...
%\include{chapters/preintroduction}
\setcounter{chapter}{-1} % start chapter numbering at 0
\include{chapters/introduction}
\include{chapters/chapter1}%Theory
\include{chapters/chapter2}%LHC, ATLAS
\include{chapters/chapter3}%Reco
\include{chapters/chapter4}%Data, MC
\include{chapters/chapter5}%Event Selection
\include{chapters/chapter6}%Bkg Estimation
\include{chapters/chapter7}%Systematics
\include{chapters/chapter8}%Results
\include{chapters/conclusion}
\setstretch{\dnormalspacing}
\begin{appendices}
%\include{chapters/appendixA}
%\include{chapters/appendixB}
\include{chapters/appendixSB}
\include{chapters/appendixCR}
\include{chapters/appendixSR}
\include{chapters/appendixMuqcd}
\include{chapters/appendixRW}
\include{chapters/appendixZZ}
\include{chapters/appendixSys}
\include{chapters/appendixSysVar}
\end{appendices}
\setstretch{1.2}
\clearpage
\addcontentsline{toc}{chapter}{References}
\bibliography{references}
\bibliographystyle{unsrtnat}
\end{document}