10 lines
177 B
TeX
10 lines
177 B
TeX
\documentclass{article}
|
|
|
|
\begin{document}
|
|
|
|
This document tests citations such as these \cite{Moreland2008}.
|
|
|
|
\bibliographystyle{plain}
|
|
\bibliography{References}
|
|
|
|
\end{document}
|