Needed comma in citation style ISO-690 (author-date, čeština)
Hi,
I would like to edit citation ISO-690 style and add comma between author and year.
From
(Author Year)
to
(Author, Year)
Thank you for any help or instructions how to do it.
Thanks.
I would like to edit citation ISO-690 style and add comma between author and year.
From
(Author Year)
to
(Author, Year)
Thank you for any help or instructions how to do it.
Thanks.
Upgrade Storage
<group delimiter=", "><group delimiter=" ">
<text macro="author-citation"/>
<text macro="year-date"/>
</group>
<group delimiter=" ">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
</group>
Change to
<group delimiter=", "><text macro="author-citation"/>
<text macro="year-date"/>
<group delimiter=" ">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
</group>
General instructions here: https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
Thank you very much. It is working.
can you please help me and tell me where you found the ISO-690 (author-date, čeština) ?
I am not able to find it in the official repository:(.
Thank you very much for your kind reply
Best Regards
Vladimir
https://www.zotero.org/styles?q=690&dependent=0
Thanks again