Remove publisher in citation, keep it in bibliography
I have to edit the Chicago style for a customised publication. The style guide calls for publisher-place only in the note, but requires publisher-place and publisher in the bibliography.
I figured out how to remove the publisher entry from the publisher macro, but that removes it also in the bibliography.
Can anyone tell me how to proceed to keep it in the bibliography?
Thanks in advance!
I figured out how to remove the publisher entry from the publisher macro, but that removes it also in the bibliography.
Can anyone tell me how to proceed to keep it in the bibliography?
Thanks in advance!
source-publication-publisher-note
macro to remove the conditional with the publisher place and publisher (i.e. remove<else-if variable="publisher">
through the following</else-if>
). The place of publication only will then be supplied by the next condition.I know, it's bizarre what kind of preferences editors/publishers sometimes come up with.
Based on the Chicago 18 style this works for the citation (Place, Year), but not yet for the bibliography, which provides only Publisher, Year – here I also need the place of publication. This seems to be burrowed somewhere within the various macros that make up the bibliography, but I haven't been able to identify the place yet. I'll keep looking.
source-publication-publisher-note
covers the notes, and there is a parallelsource-publication-publisher-bib
for the bibliography.