Adelsprädikat / title aristocracy
I have an author with a title: "von Schlabbrendorf". I want it to appear like that in the footnotes. However, my inline citation changes this to "Schlabbrendorf, von,".
The style I am using uses a macro for authors. The code is the following:
macro name="author-note"
names variable="author" font-style="italic"
name form="short" delimiter="/" et-al-min="3" et-al-use-first="1" name-as-sort-order="all"/
/names
/macro
Pleas find the style I am using here: https://github.com/superheldinnr1/Zotero_Style/blob/7fc02b7fadafad7f4e409894a3bef07473685165/juristische-zitierweise-28aug2023.csl
What do I have to change in order to get the name in the right order?
The style I am using uses a macro for authors. The code is the following:
macro name="author-note"
names variable="author" font-style="italic"
name form="short" delimiter="/" et-al-min="3" et-al-use-first="1" name-as-sort-order="all"/
/names
/macro
Pleas find the style I am using here: https://github.com/superheldinnr1/Zotero_Style/blob/7fc02b7fadafad7f4e409894a3bef07473685165/juristische-zitierweise-28aug2023.csl
What do I have to change in order to get the name in the right order?
demote-non-dropping-particle="never"
to the first line (the one starting with <style)I set it to "sort-only" instead of "never", so that to my understanding the name will appear under "S" instead of "V" in the bibliography.