-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathALICE_analysis_note.tex
More file actions
44 lines (43 loc) · 1.14 KB
/
ALICE_analysis_note.tex
File metadata and controls
44 lines (43 loc) · 1.14 KB
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
\documentclass[ALICE,manyauthors]{ALICE_analysis_notes}
%\documentclass[ALICE,manyauthors]{ALICE_scientific_notes}
%
%\newcommand{\jpsi}{\rm J/$\psi$}
%\newcommand{\psip}{$\psi^\prime$}
%\newcommand{\jpsiDY}{\rm J/$\psi$\,/\,DY}
%\newcommand{\dd}{\mathrm{d}}
%\newcommand{\chic}{$\chi_{\rm c}$}
%\newcommand{\ezdc}{$E_{\rm ZDC}$}
%\newcommand{\red}{\textcolor{red}}
%\newcommand{\blue}{\textcolor{blue}}
\newcommand{\slfrac}[2]{\left.#1\right/#2}
\usepackage{rotating}
%
\begin{document}%
%%%%%%%%%%%%% ptdr definitions %%%%%%%%%%%%%%%%%%%%%
%
%%%%%%%%%%%%%%% Title page %%%%%%%%%%%%%%%%%%%%%%%%
%
\begin{titlepage}
%
\PHnumber{ALICE-ANA-2014-xxx}
\PHdate{\today}
%
%%% Put your own title + short title here:
\title{My analysis note}
\ShortTitle{My analysis note} % appears on right page headers
%
\author{Your name$^{1}$}
\author{
1. Your affiliation\\
}
\author{Email: YourEmail@cern.ch}
%
\ShortAuthor{ALICE Analysis Note 2012} % appears on left page headers, do not change
%
\begin{abstract}
Here goes your abstract
\end{abstract}
\end{titlepage}
%
%\input{alice_mynote.tex} %%%%%%%%%%% put the body of the article here
\end{document}