Help SPIRES with referencesHow you can help us with references
Checking your file before sending to arXiv.orgYou can now check your reference list before you send your paper to arXiv.org when you use the SPIRES LaTeX formats. Simply send your tex file to:
To: slaclib2@slac.stanford.edu
Subject: references
The script works by extracting the %%CITATION= tags. You'll then be sent back a url with your reference list as it will appear in SPIRES format. The LaTeX formats also allow the construction of hyperlinked references. For more information on HyperTeX please consult arXiv.org. Eprint format considerationsIf you are preparing a large paper with many separate .tex files our extraction will be more accurate and efficient if you combine the references into one file when you submit to arXiv. This file should have the \begin{thebibliography}
command in it, and should be named bib*.tex or ref*.tex where the * is the usual wildcard, so you are free to use bib_for_worlds_best_paper.tex if you wish. Calling your bib file useless_filename.tex is less than helpful... Getting LaTeX format of SPIRES outputA display format can produce output as plain LaTeX For example: EFFICIENT GLUEBALL SIMULATIONS ON ANISOTROPIC LATTICES.
Clicking on "LaTeX(US)" will produce: %\cite{Morningstar:1997ff}
\bibitem{Morningstar:1997ff}
C.J.~Morningstar and M.~Peardon,
%``Efficient glueball simulations on anisotropic lattices,"
Phys. Rev. {\bf D56}, 4043 (1997)
hep-lat/9704011.
%%CITATION = PHRVA,D56,4043;%%
Just cut-and-paste this into your LaTeX file!! Choosing LaTeX(EU) will give Phys. Rev. {\bf D56} (1997) 4043. Our program looks for the %%CITATION tag in your tex file (which, of course, will not show up in the printed copy of your paper), none of the other lines matters, so you can change them as you want. However, using the \bibitem{Morningstar:1997ff} will make it easier for you to update your reference list using our database should you wish to do so in future. What to do when you want to cite a paper we don't have in SPIRESObviously you'll also want to cite papers we don't have. We can only
track citations of either eprints (say cond-mat/9711200) or papers
published in journals with unique volume/page structure (e.g. Zeit.
Phys. C31 (1986) 634). We cannot, for example, handle books (e.g.
"Quantum Field Theory" by Itzykson and Zuber) or ``Talk given at 23rd
Conference on Physics in Kyancutta." In this case you can make your own
CITATION tag. For the eprints this is easy: You can find the coden using the CODEN search form.
However, if this is too complicated, you can just put If you feel the missing paper should be included in the HEP database, please use this form. Using BibTeXEverything you need to know is mostly covered here, but there are some issues that are of special relevance to BibTeX. |