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
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.