Browse Source

Test, before change

master
Matthieu Moy 11 years ago
parent
commit
b9a200a6a0
  1. 6
      tests/bib/test.bib
  2. 13
      tests/bib/test.tex

6
tests/bib/test.bib

@ -0,0 +1,6 @@
@Article{test-entry,
author = {Old author},
title = {Some title},
journal = {Some journal},
year = 42}

13
tests/bib/test.tex

@ -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:
Loading…
Cancel
Save