\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? ;)
> 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