-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreamble.tex
65 lines (54 loc) · 2.08 KB
/
preamble.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
\let\olddegree\degree % Store \degree in \olddegree
\let\degree\relax % Remove definition of \degree
\usepackage{xspace}
\usepackage{tikz}
\usepackage{morefloats,afterpage}
\usepackage{mathrsfs}
\usepackage{verbatim}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{multirow}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{mathpazo}
\usepackage{rotating}
\usepackage{tabularx}
\usepackage{gensymb}
\usepackage{floatrow}
\usepackage{lineno}
\usepackage{soul}
\usepackage{braket}
\usepackage{epigraph}
\usepackage[colorlinks=false,bookmarks=true,plainpages=false]{hyperref}
%% Using Babel allows other languages to be used and mixed-in easily
%\usepackage[ngerman,english]{babel}
\usepackage[english]{babel}
\usepackage[greek]{babel}
\selectlanguage{english}
\newcommand\TODO[1]{{\Huge{\textbf{\red{TODO:\xspace#1}}}}}
%\newcolumntype{Y}{>{\centering\arraybackslash}X}
%\DeclareRobustCommand{\nova}{NOvA\xspace}
%\DeclareRobustCommand{\t2k}{T2K\xspace}
%\DeclareRobustCommand{\sno}{SNO\xspace}
%\DeclareRobustCommand{\sk}{Super-Kamiokande\xspace}
%\DeclareRobustCommand{\nd}{ND280\xspace}
%\newcommand{\nue}{$\nu_{e}$\xspace}
%\newcommand{\nueb}{$\bar{\nu}_{e}$\xspace}
%\newcommand{\numu}{$\nu_{\mu}$\xspace}
%\newcommand{\numub}{$\bar{\nu}_{\mu}$\xspace}
%\newcommand{\nutau}{$\nu_{\tau}$\xspace}
%\newcommand{\nuebar}{$\bar{\nu}_{e}$\xspace}
%\newcommand{\numubar}{$\bar{\nu}_{\mu}$\xspace}
%\newcommand{\FGDCCNoPi}[2]{FGD{#1} CC$0\pi$ {#2}\xspace}
%\newcommand{\FGDCCOnePi}[2]{FGD{#1} CC$1\pi$ {#2}\xspace}
%\newcommand{\FGDCCOther}[2]{FGD{#1} CCOther {#2}\xspace}
%\newcommand{\FGDCCOneTrk}[2]{FGD{#1} CC1Track {#2}\xspace}
%\newcommand{\FGDCCNTrk}[2]{FGD{#1} CCNTrack {#2}\xspace}
%\newcommand{\FGDCCnuOneTrk}[2]{FGD{#1} CC1Trk {#2}\xspace}
%\newcommand{\FGDCCnuNTrk}[2]{FGD{#1} CCNTrk {#2}\xspace}
%\newcommand{\pmu}{$p_\mu$\xspace}
%\newcommand{\cosmu}{$\cos\theta_\mu$\xspace}
\DeclareRobustCommand{\arXivCode}[1]{arXiv:#1}
\let\cleardoublepage=\clearpage
\let\degreesymb\degree % Store new \degree in \degreesymb
\let\degree\olddegree % Restore \degree to its old definition \olddegree