BibTeX, biblatex and biberHarvard package stopped working

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
scott.robinson
Posts: 3
Joined: Sat Apr 17, 2010 8:57 am

Harvard package stopped working

Post by scott.robinson »

I updated packages on MikTex 2.7 this morning. Subsequently, the harvard package does not seem to work (including on documents where it worked as recently as last week).

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}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

scott.robinson
Posts: 3
Joined: Sat Apr 17, 2010 8:57 am

Re: Harvard package stopped working

Post by scott.robinson »

I found a solution: http://theseekersquill.wordpress.com/20 ... citations/

I had not entered the commands in the correct order when I applied this solution earlier.
salehin
Posts: 34
Joined: Wed Jun 10, 2009 1:29 am

Re: Harvard package stopped working

Post by salehin »

Thanks a lot for letting us know this problem and citing the solution, Scott. This will definitely help new users like me a lot. :)

ash
scott.robinson
Posts: 3
Joined: Sat Apr 17, 2010 8:57 am

Re: Harvard package stopped working

Post by scott.robinson »

I'm pretty new, too. But I have been delighted by the robustness of support from the community.
Post Reply