Change style ob Bibliography but not in Citations
Hi there,
can I change the style of the bibliography without changing the style of the citations?
Thank you
can I change the style of the bibliography without changing the style of the citations?
Thank you
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
adamsmith: That also works! Thanks.
You want to change the publisher macro to something like this:
<macro name="publisher">
<group delimiter", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</macro>
General instructions here: https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
Make sure to change the style ID and self-link (on the top) and also the filename to something different. Otherwise it'll be overwritten.