change semi-colon to comma
Is there a way to change the semi-colon to comma when I'm entering multiple citations in the text?
Thanks!
Thanks!
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.
<layout prefix="(" suffix=")" delimiter="; ">
and change it to
<layout prefix="(" suffix=")" delimiter=", ">
See https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step for general instructions. Note that ; is correct APA style, though.