Set `useprefix=false` for Zotero (BetterBibLaTeX)
I have an author with a "van" in his/her name -- let's call him/her Ludwig van Beethoven. I want to have him sorted under "B", and the biblatex documentation says that I should have `useprefix=false` (the default) for this. However, if I look at my .bib file that Zotero exports (using BetterBibLaTeX), it has `useprefix=true`. I cannot work out how to change this.
I've tried adding `bibtex[useprefix=false]` to the "Extra" field, but to no avail.
Assistance would be most appreciated!
I've tried adding `bibtex[useprefix=false]` to the "Extra" field, but to no avail.
Assistance would be most appreciated!
https://github.com/retorquere/zotero-better-bibtex/issues/313
bibtex[options={useprefix=false}]
to the extras field. (I wasn't putting in the "options=" part.)
Is there some way of automating this, do you know?
Alternatively, more as a BibLaTeX question, I know there is the
\AtEveryBibitem{\clearfield{FIELD}}
option; is there some way that I can say
\AtEveryBibitem{\addfield{options={useprefix=true}}?
Thanks
I believe the rest of the discussion is about BBT automating it based on Zotero’s conventions for particles. IF you store van at the end of the First Name field, it should be dropped automatically as required by Zotero/CSL styles. Not sure if that’s what happens with BBT.
Unfortunately, in order to align with how the authors cite themselves on arxiv, I think I need to sometimes put it in the firstname and sometimes lastname field (annoyingly). Setting useprefix=false appears to do what I want, though :)