-
Notifications
You must be signed in to change notification settings - Fork 0
/
driver.tex
34 lines (23 loc) · 880 Bytes
/
driver.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
\documentclass [notitlepage] {article}
\usepackage[margin=1.0in,nohead,nofoot]{geometry}
\usepackage{url}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{color}
\pagestyle{empty}
\newcommand\myurl[2]{\url{#1}}
\newcommand\email[1]{\href{mailto:#1}{\nolinkurl{#1}}}
\newcommand{\fixme}[1]{\textcolor{red}{FIXME: #1}\marginpar{\textcolor{red}{\textbf{F}}}}
%\renewcommand{\fixme}[1]{}
\title{CMS Software and Computing Performance Paper (Title TBD)}
\author{CMS Collaboration - Editors: K.Bloom and P.Elmer}
\begin{document}
\maketitle
\abstract{The specifications and performance of the CMS offline software
and computing systems during Run 1 of the Large Hadron Collider are
described. Planned changes for Run 2 are also discussed. Real abstract
to be written later. }
\input{content}
\bibliographystyle{unsrt}
\bibliography{references}
\end{document}