5 |
|
\usepackage{slashbox} |
6 |
|
\usepackage{epstopdf} %added for MAC compiler |
7 |
|
\usepackage{pdfpages} |
8 |
+ |
\usepackage{appendix} |
9 |
+ |
\usepackage{lineno} |
10 |
|
\RequirePackage{lineno} |
11 |
|
\newcommand{\met}{\mbox{$\raisebox{.3ex}{$\not$}E_T$\hspace*{0.5ex}}} |
12 |
|
|
47 |
|
|
48 |
|
\end{titlepage} |
49 |
|
\newpage |
50 |
+ |
\tableofcontents |
51 |
+ |
\newpage |
52 |
+ |
\linenumbers |
53 |
|
\input{introduction.tex} |
54 |
|
\input{datasets.tex} |
55 |
|
\input{eventsel.tex} |
66 |
|
\clearpage |
67 |
|
\input{bibliography.tex} |
68 |
|
\clearpage |
69 |
< |
\appendix |
70 |
< |
\input{appendix_trigger.tex} |
71 |
< |
\input{appendix.tex} |
72 |
< |
|
69 |
> |
%\appendix |
70 |
> |
%\renewcommand\thesection{Appendix \Alph{section}} |
71 |
> |
\appendixtitleon |
72 |
> |
\appendixtitletocon |
73 |
> |
\begin{appendices} |
74 |
> |
\input{appendix_trigger.tex} |
75 |
> |
\input{appendix_candidates.tex} |
76 |
> |
\input{appendix.tex} |
77 |
> |
\end{appendices} |
78 |
|
% \setcounter{page}{2}%JPP |
79 |
|
|
80 |
|
|