|
|
|
|||||||||||||||||||||||||
All BaBar Analysis Documents, except for final drafts intended for publication or public distribution, should be labeled with their assigned BaBar Analysis Document number and version number.
This information should go on the top-left corner of the title page. It should be specified as:
BaBar Analysis Document #000, Version 00
where you replace the numbers with those assigned to your paper.
The BAD numbers are not usable as a means to reference published or publicly-distributed documents. For example, they will not be searchable as report numbers in SPIRES. For this purpose please use the appropriate SLAC-PUB number or other report numbers that may be assigned to the final, public version of the document.
cvs co pubboardSee B.A.D. #42, "A Guide to Writing BaBar Publications", for more information.
Add the BAD numbers to the argument of your \title command:
\title{\begin{flushleft}
\mbox{\normalsize {\babar\ }Analysis Document \#000, Version 00}
\end{flushleft}
\vskip 20pt
Your Title Goes Here}
That should do it.
This case is more problematic. It is necessary to redefine the \maketitle command and there is no single solution for all possible combinations of class (article, report, book, etc.), options, and page styles.
The basic idea is to copy the appropriate definition of \maketitle from your class's .cls or style's .sty file into the preamble of your LaTeX document (be careful, there may be several of them, for different cases--be sure to choose the appropriate one) and then edit it to include the BAD numbers. It is not difficult but if you are not very familiar with TeX and LaTeX, and need help, please contact Ray Cowan (see below for e-mail).
Specify your usual set of options in the \documentstyle command and, if you do not already use it, add the preprint option too:
\documentstyle[aps,prl,preprint,floats,epsfig]{revtex}
Set your title, author, date, etc., as desired. Then, after the
\begin{document} command, add the \preprint command
as shown here:
\title{The Title Goes Here}
\author{{\babar\ }Collaboration}
\date{16 December 1999}
\begin{document}
\preprint{\hbox to\hsize{{\babar\ }Analysis Document \#000, Version 00\hfil}}
\maketitle
If the document also has report numbers to include, these usually go
in the upper-right corner of the title page. They can be specified
in the same preprint command:
\preprint{\hbox to\hsize{BaBar Analysis Document \#000, Version 00\hfil
\vtop{\hbox{SLAC-PUB-0000}
\hbox{SOME-OTHER-NUM}}}}
\maketitle
The remainder of the document should follow as usual.
If you use a formatter or method other than those illustrated here, and would like instructions for it added to this page, please contact Ray Cowan (see below for e-mail).
Please send comments, updates, and problems to:
Ray F. CowanLast modified: Thu Mar 13 11:48:25 PST 2003