Style edit to include "eds" within in-text references

Hi,

I usually use Chicago manual of style (17); author-date version.

I'd like the in-text references to edited volumes to include the fact that they've been edited. E.g. (Kusukawa and Maclean (eds) 2006), rather than (Kusukawa and Maclean 2006), as it reads now.

Thank you!
  • edited May 18, 2023
    Change this macro like so:
    <macro name="contributors-short">
    <names variable="author">
    <name form="short" and="text" delimiter=", " initialize-with=". "/>
    <label form="short" strip-periods="true" prefix=" (" suffix="("/>
    <substitute>
    <names variable="editor"/>
    <names variable="translator"/>
    <names variable="director"/>
    <text macro="substitute-title"/>
    <text macro="title"/>
    </substitute>
    </names>
    </macro>


    You must follow this guide: https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
  • Thank you!
Sign In or Register to comment.