-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
105 lines (85 loc) · 2.59 KB
/
thesis.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
\documentclass[12pt,oneside]{memoir}
\usepackage{etoolbox}
\usepackage{microtype}
% \usepackage[T1]{fontenc} % not needed for xe/lualatex
% \usepackage[utf8]{inputenc} % not needed for lualatex
\usepackage{csquotes} % [autostyle]? enable if needed
\usepackage[USenglish]{babel} % or [american]?; \DeclareLanguageMapping
% \usepackage{lmodern} % printing?
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{mathtools}
\usepackage[separate-uncertainty]{siunitx}
% \usepackage{caption} % see memoir doc p. 206
\usepackage{graphicx}
% \usepackage[backend=biber,citestyle=numeric-comp,firstinits=true]{biblatex}
% \usepackage[backend=biber,citestyle=numeric-comp,giveninits,sorting=none]{biblatex}
\usepackage[backend=biber,%
% APS style:
style=phys,%
articletitle=false,biblabel=brackets,%
chaptertitle=false,pageranges=false,%
%
maxnames=10,eprint=true
]{biblatex}
\usepackage[bookmarksdepth=3]{hyperref}
\hypersetup{colorlinks=true,allcolors=blue,bookmarksnumbered=true}
\usepackage{xspace}
\usepackage{changepage}
\usepackage{braket} % or physics; see macros/misc.tex
% \usepackage{multirow}
\usepackage{xstring}
% \usepackage{subfig}
\usepackage{authoraftertitle} % \MyTitle etc.
\usepackage[v1]{subfiles}
\input{macros.tex}
\addbibresource{biblio.bib}
\title{Robust Measurement of Mixing Parameters \\
$\SinSq$ and $\Delta m^2_{ee}$ with Reactor Antineutrinos \\
at Daya Bay}
\author{Matthew Kramer}
\def\MyYear{2021}
\date{Fall \MyYear}
\begin{document}
% Print whole bibliography, cited or not
\nocite{*}
\pagestyle{empty}
\input{front/cover.tex}
% \input{front/approval.tex}
\input{front/copyright.tex}
\pagestyle{headings}
\aliaspagestyle{chapter}{headings}
\mainmatter
\input{front/abstract.tex}
\frontmatter
\input{front/dedication.tex}
\tableofcontents{}
\clearpage
\listoffigures
\clearpage
\listoftables
\subfile{front/acknowledgments.tex}
\subfile{front/preface.tex}
\mainmatter
\subfile{chapters/Introduction.tex}
\subfile{chapters/Experiment.tex}
\subfile{chapters/Calibration.tex}
\subfile{chapters/Reconstruction.tex}
\subfile{chapters/Selection.tex}
\subfile{chapters/Backgrounds.tex}
\subfile{chapters/AccAndDMC.tex}
\subfile{chapters/Fitting.tex}
\subfile{chapters/CutVary.tex}
\subfile{chapters/Conclusion.tex}
\printbibliography
\appendix
\subfile{chapters/BackgroundDetails.tex}
\subfile{chapters/Reactor.tex}
\subfile{chapters/FittingDetails.tex}
\subfile{chapters/Misc.tex}
\subfile{chapters/PastAndFuture.tex}
% \backmatter
\end{document}
% This runs only when a chapter is processed solo
\input{macros/solo_chapter.tex}