Closed nickw2066 closed 3 months ago
Note this part of description in the given page.
"author": [ { "family": "de las Casas", "given": "Bartolomé", }, { "family": "King", "given": "Rev. Martin Luther Jr., Ph.D.", } ]
In the previous example, lowercase elements before the family name are treated as “non-dropping” particles, and lowercase elements following the given name as “dropping” particles. However, these special name parts could also be encoded in discrete properties.
In the CSL style, the demote-non-dropping-particle
attribute is set to display-and-sort
. According to the CSL spec, the displayed name parts are like [Gogh], [Vincent] [] [van], [III]
.
Additionally, the result of citeproc-lua matches Zotero and citeproc-js.
Describe the bug No support yet for family name affixes (e.g. "van"). According to https://citeproc-js.readthedocs.io/en/latest/csl-json/markup.html, if I place "van" (etc.) in the family name it should appear as part of the family name in the references.
Additional information
citation-style-language
version: v0.4.5lualatex
To Reproduce
Screenshots