| 1 | \documentclass{atlasnote}
|
|---|
| 2 |
|
|---|
| 3 | %\documentclass[usetikz]{atlasnote} % the 'usetikz' option loads tikz.sty in the proper place,
|
|---|
| 4 | % avoiding conflicts with graphicx.sty.
|
|---|
| 5 | % Don't know what tikz.st is? Just ignore this line! :-)
|
|---|
| 6 |
|
|---|
| 7 | %\documentclass[coverpage]{atlasnote} % the 'coverpage' option loads the ATLAS Cover Page package
|
|---|
| 8 | % ans makes sure that the cover page is generated before the
|
|---|
| 9 | % note title page. Make sure that the latest version of
|
|---|
| 10 | % of 'atlascover.sty. is installed on your system!
|
|---|
| 11 |
|
|---|
| 12 | %\usepackage{graphicx} % This is already loaded by the atlasnote class
|
|---|
| 13 | % Just use it to include your plots!
|
|---|
| 14 |
|
|---|
| 15 | %\usepackage{atlasphysics} % Contains useful shortcuts. Uncomment to use
|
|---|
| 16 | % See instruction.pdf for details
|
|---|
| 17 |
|
|---|
| 18 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|---|
| 19 | % Title page %
|
|---|
| 20 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|---|
| 21 |
|
|---|
| 22 | \skipbeforetitle{100pt}
|
|---|
| 23 |
|
|---|
| 24 | % Title
|
|---|
| 25 | \title{Photon Quality}
|
|---|
| 26 |
|
|---|
| 27 | % Author
|
|---|
| 28 | %if not given, typesets ``The ATLAS collaboration''
|
|---|
| 29 | %\author{The ATLAS Collaboration}
|
|---|
| 30 |
|
|---|
| 31 | % if multiple authors/affiliations are needed, use the authblk package
|
|---|
| 32 | \usepackage{authblk}
|
|---|
| 33 | \renewcommand\Authands{, } % avoid ``. and'' for last author
|
|---|
| 34 | \renewcommand\Affilfont{\itshape\small} % affiliation formatting
|
|---|
| 35 |
|
|---|
| 36 | \author[a]{Marumi Kado}
|
|---|
| 37 | \author[b]{Jessica LévÚque}
|
|---|
| 38 | \author[a]{Narei Lorenzo Martinez}
|
|---|
| 39 | \author[c]{Benjamin Trocmé}
|
|---|
| 40 |
|
|---|
| 41 | \affil[a]{Laboratoire de l'Accélérateur Linéaire}
|
|---|
| 42 | \affil[b]{Laboratoire d'Annecy le Vieux de Physique des Particules }
|
|---|
| 43 | \affil[c]{Laboratoire de Physique Subatomique et de Cosmologie de Grenoble}
|
|---|
| 44 |
|
|---|
| 45 |
|
|---|
| 46 | % Date: if not given, uses current date
|
|---|
| 47 | %\date{\today}
|
|---|
| 48 |
|
|---|
| 49 | % Draft version: if given, adds draft version on front page, a
|
|---|
| 50 | % 'DRAFT' box on top of each other page, and line numbers to easy
|
|---|
| 51 | % commenting. Comment or remove in final version.
|
|---|
| 52 | \draftversion{x.y}
|
|---|
| 53 |
|
|---|
| 54 | % Journal: adds a
|
|---|
| 55 | %\journal{Phys. Lett. B}
|
|---|
| 56 |
|
|---|
| 57 | % Abstract
|
|---|
| 58 | \abstracttext{
|
|---|
| 59 | This is the abstract
|
|---|
| 60 | }
|
|---|
| 61 |
|
|---|
| 62 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|---|
| 63 | % Content %
|
|---|
| 64 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|---|
| 65 |
|
|---|
| 66 | \begin{document}
|
|---|
| 67 |
|
|---|
| 68 | % Test of tikz.sty loadin in atlasnote.cls. Use 'usetkiz' option in documentclass declaration:
|
|---|
| 69 | % e.g. \documentclass[usetikz]{atlasnote}
|
|---|
| 70 | % \input{tikz-test}
|
|---|
| 71 |
|
|---|
| 72 | \section{Introduction}
|
|---|
| 73 |
|
|---|
| 74 | Place your content here
|
|---|
| 75 |
|
|---|
| 76 | \section{Study}
|
|---|
| 77 |
|
|---|
| 78 |
|
|---|
| 79 | \section{Conclusion}
|
|---|
| 80 |
|
|---|
| 81 | Place your content here
|
|---|
| 82 |
|
|---|
| 83 | \end{document} |
|---|