Closed michal-h21 closed 9 months ago
Thanks for your feedback and I can reproduce the error. The value of author
is in biblatex's extended name format which I've not implemented.
At the moment I suggest exporting to CSL-JSON format from Zotero since the reference data is always converted to CSL-JSON before processed if it's in bib(la)tex format. Alternatively the user can turn off BetterBibTeX's option "using BibLaTeX extended name format".
Yes, it was easy for OP to export his record in a different way once we found the source of the issue. I didn't know that this extended name format even exists, so it was surprising for me as well. I don't think it is necessary to support this format completely, it would be just nice to prevent a compilation error :)
I don't think it is necessary to support this format completely, it would be just nice to prevent a compilation error :)
It should not be hard to support that. And I'll fix this error.
That's great! Thanks.
Added in 2a77ddb.
Describe the bug
I've got a bug report from an user who exported his Zotero records using the BetterBibLaTeX plugin. He got a fatal error from the parsing of that file:
I've found that this is caused by the
author
field, which looks like this:Additional information
citation-style-language
version: 2023-10-05 v0.4.5lualatex
,pdflatex
To Reproduce
With
lualatex
, you will get the original error. When compiled usingYou will get: