I use LaTexila with latexmk and pdflatex and bibtex.
But: Every now and then compiling fails, and obviously due to cites I insert. The following example breaks compilation alltogether, and I have no clue why.
\citep{moebius_2011}
With the following entry in my bib file. The bib entry comes from Zotero.
@book{moebius_2011,
address = {Wiesbaden},
title = {Kultur - Theorien der Gegenwart},
isbn = {3531167758 9783531167756},
language = {German},
publisher = {{VS}, Verlag für Sozialwissenschaften},
author = {Moebius, Stephan},
year = {2011}
}
If I comment the citation out, everything works.
Here are the relevant document classes:
\documentclass[12pt,a4paper]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[german]{babel}
\usepackage{jurabib}
\usepackage{pdfpages}
\usepackage{microtype}
Plus the command for the bibliography:
\bibliographystyle{jurabib}
The relevant lines at the error log should be these:
! Missing number, treated as zero.
<to be read again>
\l@German
l.99 {{Moebius}{Stephan}{S.}{}{}} {} {}
\bibAnnoteFile {moebius_2011}
?
! Emergency stop.
<to be read again>
\l@German
l.99 {{Moebius}{Stephan}{S.}{}{}} {} {}
\bibAnnoteFile {moebius_2011}
End of file on the terminal!
Find a full version of the log at this Pastebin link

! Missing number, treated as zero. <to be read again> \l@German l.99 {{Moebius}{Stephan}{S.}{}{}} {} {} \bibAnnoteFile {moebius_2011} ? ! Emergency stop. <to be read again> \l@German l.99 {{Moebius}{Stephan}{S.}{}{}} {} {} \bibAnnoteFile {moebius_2011} End of file on the terminal!– Martin Betz Nov 27 '12 at 16:26jurabib– Timothée Poisot Nov 27 '12 at 17:55