Anyway, I get three errors no matter what I do and I can't make sense of any of them:
Code: Select all
! Use of \@year@ doesn't match its definition.
! Undefined control sequence.
! You can't use `\relax' after \the.
Code: Select all
\documentclass[11pt]{article}
\usepackage{apacite}
\begin{document}
some text
\cite{ahu61}
\bibliography{testbib}{}
\bibliographystyle{plain}
\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}
}
Neil