UseLATEX/tests/Bibliography/DocWithBib.tex
2016-02-15 23:22:28 -07:00

10 lines
177 B
TeX

\documentclass{article}
\begin{document}
This document tests citations such as these \cite{Moreland2008}.
\bibliographystyle{plain}
\bibliography{References}
\end{document}