Closed dcpurton closed 5 years ago
Well, in my view the first option (current behaviour) is more consistent with the style guide, because then the footnote text matches the listing in the bibliography. I like the second option better, but that's because I disagree with the style guide. The best argument I can think of for the second option is that the bibliography only has to be listed that way for alphabetisation reasons, and so the footnote could (arguably) match the normal usage in prose.
I haven't had the opportunity to look at the Handbook myself, but assuming your examples are correct, I think the current behavior is in line with the style guide.
Maybe I am missing something, why is Van Seters capitalized and von Rad not in the handbook on pg 115, and likewise on 87? Does it depend on how the author chooses to capitalize their name? It seems to me that if you wanted Van Seters to be capitalized, you would just put the "Van" in the last name field of the bib entry, and if you didn't you would put it in the particle portion in the bibliography entry. Therefore you could leave the package behavior the same and let the user decide where to put it in the bib entry. Or am I way off base?
On a side note, I have two friends who are brothers that have a "van" in their name. They admit that they are not consistent either as a family or as individuals. Sometimes they capitalize, sometimes not. Sometimes they even remove the space between the "van" and the last name portion.
I think the handbook treats them differently based on how the author treats it? For Van Seters, they're treating his last name as "Van Seters" while for von Rad, his surname is "Rad." I guess it's analogous to the distinction between Karel van der Toorn and James VanderKam. But, I'm speaking from a position of considerable ignorance.
On page 114 of the SBLHS 2.0 manual, Van Seters is capitalized and alphabetized because it is Americanized from the German. So for the German scholar von Rad, only “Rad” gets alphabetized.
On Jun 13, 2017, at 10:42 AM, Jack Weinbender notifications@github.com wrote:
I think the handbook treats them differently based on how the author treats it? For Van Seters, they're treating his last name as "Van Seters" while for von Rad, his surname is "Rad." I guess it's analogous to the distinction between Karel van der Toorn and James VanderKam.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dcpurton/biblatex-sbl/issues/53#issuecomment-308159195, or mute the thread https://github.com/notifications/unsubscribe-auth/AFpPwKMWRIDsx5Xo7sStxxhFxO4Aco15ks5sDq3PgaJpZM4N3JAK.
@folofjc, yes the case of Van Seters is not a problem. biblatex
automatically assumes it is part of the family name when it is capitalised in the bib entry (e.g., author = {Van Seters, John}
). To be considered as a prefix, the bib entry must have the particle in lowercase (e.g., author = {von Rad, Gerhard}
).
I just included it above for the sake of comparison.
Got it. I say leave behavior as it is, like everyone else recommended.
Following on from discussions in #52, I think it's worth discussing how names with particles should be handled.
For background, see SBLHS, §7.2.2.
This is from page 114 (2nd edition):
And this is from page 115, which is to be used for indexes and alphabetisation.
And from page 17 of the student supplement:
And from page 87 of SBLHS:
So does this mean the
\citeauthor
and\textcite
should always behave as if the optionuseprefix=true
, but in the index and bibliography it should behave as if the optionuseprefix=false
? What about subsequent citations with\autocite
? e.g., What about something like a reference to von Rad's commentary on Genesis. Should it be:or
At present
biblatex-sbl
leavesuseprefix=false
in both citations and bibliography unless explicitly set totrue
in the bib entry. This matches the behaviour ofbiblatex-chicago
.I'd be interested to hear people's opinion on this. @lyndondrake, @Nhapsie, @folofjc, @jackweinbender, @baem2, @spencerclrk