To use bibtex you must
.bib) file that describes the articles
that you want to reference.
qhe.bib
@STRING(PRL="Phys. Rev. Lett.")
@STRING(RMP="Rev. Mod. Phys.")
@ARTICLE{klitzing:qhe,
AUTHOR="K. von Klitzing and G. Dorda and M. Pepper",
TITLE="New method for high accuracy determination of fine structure
constant based on quantised hall resistance",
JOURNAL=PRL,
VOLUME=45,
PAGES=494,
YEAR=1980
}
@ARTICLE{klitzing:nobel,
AUTHOR="Klaus von Klitzing",
TITLE="The Quantised Hall Effect",
JOURNAL=RMP,
VOLUME=58,
PAGES=519,
YEAR=1986
}
Notice that each article has a key (like klitzing:qhe) which is
used to cite the article.
example.tex
\documentstyle{article}
\begin{document}
\bibliographystyle{prsty} % Choose Phys. Rev. style for bibliography
\section{Introduction}
The discovery of the Quantised Hall Effect was made by
Klitzing~\cite{klitzing:qhe} for which he was awarded the 1985 Nobel
prize for physics~\cite{klitzing:nobel}.
\bibliography{qhe} % qhe.bib is the name of our database
\end{document}
prsty are
abbrv, alpha, plain and
unsrt. Many others are available on The
Net.
~ before the \cite prevents a line break
before the [1]. latex example
bibtex example
latex example
latex example (Note that as usual in LaTeX you do not need all these repetitions very time and that you only need to run bibtex if the references change).
dvi form. An approximation follows...
[2] K. von Klitzing, Rev. Mod. Phys 58, 519 (1986).