-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: attempt to get length of a nil value (field '?') #75
Comments
Thanks for your report! This bug was introduced when I was trying to fix #72. |
This bug has been fixed in 4de9a65, which is already published to CTAN as v0.6.3. |
Hi, I get the same error with v0.6.3 and with the \documentclass{book}
\usepackage[style=elsevier-harvard]{citation-style-language}
\usepackage{hyperref}
\addbibresource{references}
\begin{document}
\chapter{Introduction}\label{introduction}
See \citet{knuth84} for additional discussion of literate programming.
\chapter{Summary}\label{summary}
In summary, this book has no content whatsoever \cite{knuth84}.
\chapter*{References}\label{references}
\printbibliography[heading=none]
\end{document} giving this error:
|
Thanks for your bug report and I can reproduce it. I'll move further discussion to a new issue. |
Describe the bug
After updating to v0.6.2, I can't compile the example with xelatex due to the error. If I comment the
\chapter{Chapter}
line, I can compile without the error.Additional information
citation-style-language
version: v0.6.2xelatex
To Reproduce
xelatex example.tex ... citeproc-lua example3.aux This is citeproc-lua, Version 0.6.2 The top-level auxiliary file: example3.aux Global style file: apa.csl ...exmf/scripts/citation-style-language/citeproc-engine.lua:744: attempt to get length of a nil value (field '?')
The text was updated successfully, but these errors were encountered: