-
-
Notifications
You must be signed in to change notification settings - Fork 295
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
"Too many commas in name" errors using Better BibLaTeX #3109
Comments
@njbart if one name is in extended mode, must all names be in extended mode? |
@vadim0x60 are you sure you're using biblatex for compilation BTW? |
You can turn off extended name format BTW. |
No.
That's a great question. A minimal working example (MWE) would have been useful. Regardless, it would be helpful to know the versions of biblatex and biber that were being used, in case they were outdated. (Though the extended name format for biblatex was introduced no later than 2016; see e.g. #566). |
The error mentions a .bst style file, so likely a bibtex toolchain rather dan biblatex. @vadim0x60 if you want to use a bibtex toolchain you should export using Better BibTeX rather than Better BibLaTeX. |
This is how I include the bibliography file:
In order to produce as for the versions:
|
That is because the standard biblatex does not support the extended name format. As said, you can turn off extended name format in the BBT prefs (at the cost of worse sorting in your bibliography) and you will get the same name for Better BibLaTeX. |
No, that's not actually true. In fact you have to actively disable the extended name format if you don't want it (see biblatex manual, v 3.20, p 81). The most likely culprit in the OP's code is |
Sorry - I meant "zotero's bundled biblatex export does not support extended name format" |
Debug log ID
YJQ3P6D9-refs-euc/6.7.263-7
What happened?
I export my bibliography with "Better BibLaTeX" and when I run
latexmk
I get "too many commas in name" errors for some of the citations (the ones I selected for the debug log), i.e.Too many commas in name 20 of "Reed, Scott and Zolna, Konrad and Parisotto, Emilio and Colmenarejo, Sergio Gomez and Novikov, Alexander and Barth-Maron, Gabriel and Gimenez, Mai and Sulsky, Yury and Kay, Jackie and Springenberg, Jost Tobias and Eccles, Tom and Bruce, Jake and Razavi, Ali and Edwards, Ashley and Heess, Nicolas and Chen, Yutian and Hadsell, Raia and Vinyals, Oriol and Bordbar, Mahyar and family=Freitas, given=Nando, prefix=de, useprefix=true" for entry reedGeneralistAgent2022 while executing---line 2815 of file biblatex.bst
and document compilation fails. If I use Zotero's built in BibLaTeX exporter instead, these errors don't happen, everything works fine. I'd stick to the built in exporter, but it doesn't support auto-updates.
The text was updated successfully, but these errors were encountered: