Multiple publishers

A place for users to ask each other questions, make suggestions, and discuss Bookends.
Post Reply
Wobble
Posts: 13
Joined: Sun Jul 28, 2019 4:38 am

Multiple publishers

Post by Wobble »

I have just been tidying up my SBL citations the Style guide states,


6.1.4.4 Listing Multiple Publishers

Books are often published cooperatively by a pair of publishers. In such cases, it is necessary to cite both publishers; the two should be listed in their normal way and separated by a semicolon. Places of publication and publishers’ names should not be combined and separated by slashes:

Göttingen: Vandenhoeck & Ruprecht; Fribourg: Presses Universitaires
Not: Göttingen/Fribourg: Vandenhoeck & Ruprecht/Presses Universitaires


SBL Press, The SBL Handbook of Style, Second Edition. (Atlanta, GA: SBL Press, 2014), 83.
And I implement this in Bookends, and if so how?

For example, At the moment I get.

Beasley-Murray, George R. John. Word Biblical Commentary 36. Nashville, Tenn., Waco, Tex.: Thomas Nelson Publishers; Word Books, 1999.

At the moment my citation format ends with the code

Code: Select all

l: u, d.
Thanks in advance.
Jon
Site Admin
Posts: 10316
Joined: Tue Jul 13, 2004 6:27 pm
Location: Bethesda, MD
Contact:

Re: Multiple publishers

Post by Jon »

If you always use SBL, the simplest thing would be to enter the information as you want it output in the publishers field, and omit the location as a separate item. E.g.

Nashville, Tenn.: Thomas Nelson Publishers; Waco, Tex.: Word Books

Alternatively, you could leave the data as entered now and repurpose a User field to hold hold the SBL-compliant location/publisher data. Then in the format use a conditional group to tell Bookends which to use.

For example, assume you relabel User 5 to "SBL pubs", your format could include

{u5^l: u}

This will output the SBL-required publisher information if it is entered in User5, but if that field is empty will output the usual single location and publisher. So only use User5 when combining publishers.

Jon
Sonny Software
digitaltheologian
Posts: 17
Joined: Tue Sep 14, 2021 2:36 pm

Re: Multiple publishers

Post by digitaltheologian »

I have solved this problem by creating a comprehensive Book format:

Code: Select all

a. e$, ed++. $d. t. $Series: $j $Edited by $u1. $Translated by $u3 u2$ ed. $ u13$ vols. $ $Volume $u14. u4., l: u{$; $u15: u16. ^.^}
Field Explanations:
u1 = Editor, u2 = Edition, u3 = Translator, u4 = Publisher, u13 = Number of volumes, u14 = Volume number, u15 = Second city, u16 = Second publisher

I actually went into my settings, clicked on "Refs," selected the Book Type in the left panel, and on the right panel, I double-clicked the labels and renamed them for my use. I also reordered them so that the commonly used items were in a logical flow when I added new entries.

This Covers:
Single-author book, Edited book, Multi-volume book, Translated book, Series volumes, Dual-publisher book, Patristic/classical texts, Religious text editions.

There is logic built in to add a semicolon if there is a second publisher, or to end with a period. I plan to add to the SBL discussion and share my revised format based on SBLH2.
Post Reply