You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I get the same error with v0.6.3 and with the lualatex engine, when trying to show two citations in two different chapters:
\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:
...dist/scripts/citation-style-language/citeproc-engine.lua:755: attempt to get length of a nil value (field '?')
stack traceback:
...dist/scripts/citation-style-language/citeproc-engine.lua:755: in method 'get_preceding_cite_item'
...dist/scripts/citation-style-language/citeproc-engine.lua:708: in method 'set_cite_item_position'
...dist/scripts/citation-style-language/citeproc-engine.lua:647: in method 'get_tainted_citation_ids'
...dist/scripts/citation-style-language/citeproc-engine.lua:585: in method 'process_citation'
...ist/scripts/citation-style-language/citeproc-manager.lua:502: in method 'cite'
[\directlua]:1: in main chunk.
\lua_now:e #1->\__lua_now:n {#1}
Hi, I get the same error with v0.6.3 and with the
lualatex
engine, when trying to show two citations in two different chapters:giving this error:
Originally posted by @julienleroux5 in #75 (comment)
The text was updated successfully, but these errors were encountered: