@ -0,0 +1,6 @@
@Article{test-entry,
author = {Old author},
title = {Some title},
journal = {Some journal},
year = 42}
@ -0,0 +1,13 @@
\documentclass{article}
\begin{document}
Old text before citation. \cite{test-entry}. Old after citation.
\bibliographystyle{plain}
\bibliography{test}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: