Generating Your BibliographyExampleHere is an example of a LaTeX file that could be sent to our bibliography service, the output as LaTeX is shown below. You may also want to look at the resulting pdf document.
%Can put aliases up here:
%each of these three will appear as single bib items
%%ALIAS=LightFront=hep-ph/0412101,PHRVA.D69.076001%%
%%ALIAS=noneutrinos=astro-ph/0404585%%
%%ALIAS=stringy=Phys.Rev.D70.123505,hep-th/0502021,hep-th/0411271%%
%note that I can use wither the SPIRES abbrev, or the regular abbreviation
%for the journal name
\documentclass[12pt]{article}
\begin {document}
\begin{flushright}
{\small
SLAC--PUB--10812\\
October 2004\\}
\end{flushright}
\title{A Really Great Paper with Excellent Bibliography}
\author{Jane Q. Physicist \\
Stanford Linear Accelerator Center \\
Stanford University, Stanford, California 94309 \\
}
\maketitle
This paper is pretty eclectic, since it cites a buch of diverse
things. Of course, since it has no content, that is perhaps not so
difficult.
Primarily I want to refer the reader to Brodsky's recent work on Light
Front QCD \cite{LightFront}, which is relatively unrelated to the recent
work by Beacom, Bell, and Dodelson \cite{noneutrinos}. I should also point out that
the paper by Kreitz and Brooks \cite{physics/0309027} is being cited here in a
purely self-serving manner.
There are many papers by Dixon and others that I'd like to point out here
\cite{hep-th/0501240,hep-th/0412210,JHEP.0412.015}.
%Note that since I didn't alias these, they will appear as separate bib
%items, and I can do this later in the paper:
In particular I wish to point out that the work done in
\cite{JHEP.0412.015} is irrelevant to this paper.
%If I had aliased the above 3, then tried to cite one independently, there
%would be a comment in the bibliography about this, since it isn't clear
%what you want.
%Note that you can use the SPIRES BiBTeX and LaTeX keys as well, which can
%help if you've got a paper that already uses these.
There are some items in the paper \cite{Brooks:2000nb} which I would like
to draw your attention to, but it is likely that as above, I may be citing
this for the wrong reasons.
% You can define aliases anywhere, as long as it is earlier in the file
% than where you use them
%%alias=RPP=PHLTA.B592.1%%
I had better cite the most recent Review of Particle Properties
\cite{RPP}, since that
gets quite a lot of cites, while citing a few papers about stringy topics
\cite{stringy} is also worthwhile. No paper is complete without a cite to
some extra-dimensional papers like \cite{hep-ph/9803315,hep-ph/9905221}.
Finally, let me make a mistake citing this paper \cite{hep-scifi/0101001}.
\begin{thebibliography}{99}
% I can have some stuff here already, but SPIRES will ignore it.
\bibitem{hep-ph/9905221}
L.~Randall and R.~Sundrum,
%``A large mass hierarchy from a small extra dimension,''
Phys.\ Rev.\ Lett.\ {\bf 83}, 3370 (1999)
[arXiv:hep-ph/9905221].
%%CITATION = HEP-PH 9905221;%%
\end{thebibliography}
\end{document}
After mailing the above file to slaclib2@slac.stanford.edu, subject "generate", I was sent the following: From no-reply@slac.stanford.edu Wed Feb 23 10:35:06 2005 Date: Wed, 23 Feb 2005 10:34:38 -0800 (PST) From: "Send replies to spires@slac" Which, as instructed, I pasted into my bibliography, erasing what was already there (didn't need anything there at all, but if you started to write a bibliography, better to put it aside, and see what the generated one looks like.) I also erased the commented error message at the end, and removed that cite from my paper, yielding this resulting pdf file after pasting in the SPIRES output, and TeX'ing the whole thing. |