-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.tex
83 lines (56 loc) · 2.07 KB
/
paper.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
\documentclass[a4paper,11pt]{article}
\pdfoutput=1
\usepackage{cancel}
\usepackage{jheppub}
\usepackage[T1]{fontenc}
\usepackage{overpic}
\usepackage{color}
\usepackage{amsthm}
\usepackage{graphicx}
\usepackage{slashed}
\usepackage{amssymb}
\usepackage{xspace} % for correct spacing after commands
\def\slashchar#1{\setbox0=\hbox{$#1$} % set a box for #1
\dimen0=\wd0 % and get its size
\setbox1=\hbox{/} \dimen1=\wd1 % get size of /
\ifdim\dimen0>\dimen1 % #1 is bigger
\rlap{\hbox to \dimen0{\hfil/\hfil}}#1
\else % / is bigger
\rlap{\hbox to \dimen1{\hfil$#1$\hfil}}/ \fi}
\DeclareMathOperator{\sgn}{sgn}
\newtheorem{prop}{Proposition}
\newtheorem{cor}{Corollary}
\newcommand{\GeV}{\ensuremath{\,\text{Ge\hspace{-.08em}V}}\xspace}
\newcommand{\TeV}{\ensuremath{\,\text{Te\hspace{-.08em}V}}\xspace}
\newcommand{\editnote}[2]{(\textcolor{red}{#1: #2})}
\title{\boldmath The Proceedings of the BOOST 2015 Conference: A Review of Jet Substructure at the Start of LHC Run 2}
\author{Steven Schramm$^{a}$,}
\author{Sal Rappoccio$^{b}$,}
\author{Jesse Thaler$^{c}$}
\affiliation{$^a$Universite de Geneve}
\affiliation{$^b$SUNY Buffalo}
\affiliation{$^c$Center for Theoretical Physics, Massachusetts Institute of Technology, Cambridge, MA 02139}
\abstract{
Is very abstract
}
\begin{document}
\maketitle
\flushbottom
\section{Introduction}
\input{sections/introduction.tex}
\section{Jet Tagging and Resonance Searches}
\input{sections/tagging.tex}
\section{Other Searches With Substructure}
\input{sections/othersearches.tex}
\section{Progress in Analytical Calculations}
\input{sections/calculations.tex}
\section{Experimental Measurements}
\input{sections/measurements.tex}
\section{Prospects for Super Boosted Objects}
\input{sections/superboosted.tex}
\section{Conclusion}
\input{sections/conclusions.tex}
\section{Acknowledgements}
\bibliographystyle{atlasnote}
\bibliography{paper}
\end{document}