I was hoping to get some help with the field codes for the following:
1. Commas between multiple authors’ names (CMS 17.27). CMS requires a comma between two authors listed in the bibliography, where each entry begins with a surname (Surname, Firstname, and Firstname Surname); but it calls for NO comma between two authors/editors listed elsewhere in either notes or bibliography (Firstname Surname and Firstname Surname).
I understand that I can alter comma use according to the number of names by using the ^ field code. So to get no comma between two authors cited in the notes, I would add
Code: Select all
_and_^,_and_
The above works well for names that occur in Footnotes citation format. The problem arises in the bibliography, where two authors at the beginning of an entry require a comma (Surname, Firstname, and Firstname Surname), but two editors found in the middle of an entry do NOT take a comma (Firstname Surname and Firstname Surname).
Is there a way to make this work in BE?
2. I want to add the original publication info to some entries (CMS 17.123; note that Chicago author-date style handles this differently, see 17.124-127). This is easy enough with books and book chapters in the bibliography, where the “Orig Pub” field {u11} is followed by a period & space.
Book in biblio
Code: Select all
a. t. u11. $Translated by $u3*. $Edited by $e. u2$ ed.$ u13$ vols.$ $Vol. $v, f. l: u, d. $Reprint, $u12`.`
Book chapter in biblioSorel, Georges. Réflexions sur la violence. 1908. Paris: Éditions du Trident, 1987.
Code: Select all
a. “t.” u11. $In $v, $edited by $e, p-. l: u, d. $Reprint, $u12`.`
It’s not too much harder to get it to work with a book in notes:Benjamin, Walter. “Critique of Violence.” 1920-1921. In Reflections, edited by Peter Demetz, 277-300. New York: Schocken Books, 1978.
Book in notes
Code: Select all
a, t$, $$trans. $u3*|~, ~u2~ ed.~~, ~u13~ vols.~~, vol. ~v|~, ~f` (`u11$; $|l: u, d$; reprint $u12`)`.
But then I run into trouble with:Georges Sorel, Réflexions sur la violence (1908; Paris: Éditions du Trident, 1987).
Book chapter in notes
Code: Select all
a, “t,” (u11), $in $v,$ ed. $e|~, ~f` (`l: u$, $d|~; reprint, ~u12`).`
Pretty close, but when Orig Pub info {u11} is included, the comma after the chapter title {t} should NOT appear, e.g.Walter Benjamin, “Critique of Violence,” (1920-1921), in Reflections, ed. Peter Demetz (New York: Schocken Books, 1978).
Is there any way to do this with the field codes?. . . “Critique of Violence” (1920-1921), in Reflections . . .
Thanks to anyone who can help.