Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

! Undefined control sequence. <argument> \@listctr

1,166 views
Skip to first unread message

Matt

unread,
Sep 2, 2007, 7:01:46 PM9/2/07
to
I need a diagnosis. I keep getting this error, which prevents latex from
completing, on the 3rd pass (after 1 success pdflatex command, then 1
successful bibtex command). Here is my minimal example:

\documentclass[12pt]{book}
\usepackage{jurabib}

\begin{document}
This is some text.\footnote{And this is its endnote.}

Here is some more text.\footcite{asource}
\bibliographystyle{plain}
\bibliography{citations}
\end{document}


My citations.bib:

@article{asource,
author = {Name},
title = {This Here Example},
year = {1960},
journal = {LaTeX Rocks},
volume = {29},
number = {4},
pages = {45}
}

And the relevant part of the log (i think):

LaTeX Warning: Citation `asource' on page 1 undefined on input line 7.

(./example.bbl [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}

] [2

]
! Undefined control sequence.
<argument> \@listctr


Any takers? ;)

Ulrike Fischer

unread,
Sep 3, 2007, 3:59:04 AM9/3/07
to
Am Sun, 02 Sep 2007 23:01:46 GMT schrieb Matt:

> I need a diagnosis. I keep getting this error, which prevents latex from
> completing, on the 3rd pass (after 1 success pdflatex command, then 1
> successful bibtex command). Here is my minimal example:
>
> \documentclass[12pt]{book}
> \usepackage{jurabib}
>
> \begin{document}
> This is some text.\footnote{And this is its endnote.}
>
> Here is some more text.\footcite{asource}
> \bibliographystyle{plain}


> Any takers? ;)

If you want to use jurabib you must use one of the bibliography
styles that comes with the package.

--
Ulrike Fischer

0 new messages