-
Notifications
You must be signed in to change notification settings - Fork 0
/
preamble.tex
59 lines (58 loc) · 2.03 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
\usepackage{notoccite}
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage{float}
\usepackage{adjustbox}
\usepackage{color} %May be necessary if you want to color links
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage{setspace}
\usepackage{geometry}
\usepackage{physics}
\usepackage{titlesec}
\usepackage{amssymb}
\usepackage{cite}
\usepackage[toc,page]{appendix}
\geometry{legalpaper, portrait, margin=1in,top=1.5in,bottom=1.5in}
\setcounter{secnumdepth}{5}
\usepackage[belowskip=10pt,aboveskip=10pt]{caption}
%\setlength{\abovedisplayskip}{50pt}
%\setlength{\belowdisplayskip}{50pt}
\setlength{\belowcaptionskip}{0pt}
\setlength{\abovecaptionskip}{20pt}
%\setlength{\intextsep}{50pt}
\setlength{\textfloatsep}{1in}
\usepackage{placeins}
\usepackage[usestackEOL]{stackengine}
\usepackage{chngpage}
\newcommand\red[1]{{\color{purple}#1}}
\linepenalty=5
\renewcommand{\floatpagefraction}{.8}%
\usepackage{xspace}
\usepackage{siunitx}
\usepackage{upgreek}
\newcommand{\pmu}{$p_\mu$\xspace}
\newcommand{\cosmu}{$\cos\theta_\mu$\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*{\CP}{\ensuremath{\mathrm{CP}}\xspace}
\newcommand*{\C}{\ensuremath{\mathrm{C}}\xspace}
\newcommand*{\CPT}{\ensuremath{\mathrm{CPT}}\xspace}
\newcommand*{\SK}{SK\xspace}
\newcommand*{\nova}{$\text{NO}\upnu\text{A}$\xspace}
\newcommand*{\minerva}{$\text{MINER}\upnu\text{A}$\xspace}
\newcommand{\deltacp}{\ensuremath{\delta_{\scriptscriptstyle\mathrm{CP}}}\xspace}
\interfootnotelinepenalty=10000
\usepackage{hyperref}
\hypersetup{
colorlinks=false, %set true if you want colored links
linktoc=all, %set to all if you want both sections and subsections linked
%linkcolor=blue, %choose some color if you want links to stand out
}