I have removed and re-installed the harvard package to no avail.
Are there any known problems with harvard with recent updates?
The specific error message is:
"Paragraph ended before \ltx@LocalAppendToMacro was complete"
Here is a minimal test script
Code: Select all
\documentclass[12pt]{article}
\usepackage{harvard}
\title{Title}
\author{
Scott E. Robinson \\
Bush School of Government and Public Service\\
Texas A\&M University\\
srobinson@bushschool.tamu.edu\\
}
\date{\today}
\begin{document}
\maketitle
\bibliographystyle{apsr}
\bibliography{BasePA}
\end{document}