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

14 lines
244 B
TeX

\documentclass{article}
\usepackage[backend=biber]{biblatex}
\addbibresource{References.bib}
\begin{document}
This document tests citations through the biblatex package such as these
\cite{Moreland2008}.
\printbibliography
\end{document}