I am using the mla13 package and am not quite sure how to use BibTeX for this particular case.
A minimal example document.
Code: Select all
\documentclass{article}
\usepackage{mla13}
\title{Title}
\firstname{John}
\lastname{Smith}
\professor{Dr. John Doe}
\sources{Sources.bib}
\begin{document}
\makeheader
Insert text.
\makeworkscited
\end{document}
Code: Select all
@article{ahu61,
author={Arrow, Kenneth J. and Leonid Hurwicz and Hirofumi Uzawa},
title={Constraint qualifications in maximization problems},
journal={Naval Research Logistics Quarterly},
volume={8},
year=1961,
pages={175-191}
}
What am I doing wrong?