Author (year:pages) for in-text citation
Hello--
What is the best way to edit a CSL file to get the author OUTSIDE of the parentheses in, say, APA or author-date style? Thank you!
What is the best way to edit a CSL file to get the author OUTSIDE of the parentheses in, say, APA or author-date style? Thank you!
Author last name (year:pages)
How would I modify the APA or author-date CSL file to accomlish this? Thank you so much!
Change it to something like this:
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=" ">
<text macro="author-intext"/>
<group delimiter=": " prefix="(" suffix=")">
<text macro="date-intext"/>
<text macro="citation-locator"/>
</group>
</group>
</layout>
You will need to follow this guide: https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step