Open adomasven opened 3 years ago
I've discovered there is actually a way to turn it off already, that works on both citeproc-rs and citeproc-js, and maybe you're actually already doing it: add a static-particles: true
flag to each name. It's not a global flag, but it is a one-liner in your name parser.
It is specifically each name, so for example
{
"author": [
{ "family": "van Dyke", "given": "Dick", "static-particles": true }
]
}
will not parse the van
into a non-dropping particle like it normally would.
Since name parsing is not part of the CSL spec I think there should still be a global option.
As discussed here https://github.com/zotero/zotero/pull/2220#discussion_r729507813