How to get et al. in Italic?
i need to get in text citations with et al. in Italic.
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.
Otherwise, find
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", " initialize-with="." delimiter-precedes-last="never"/>
<substitute>
Change to
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", " initialize-with="." delimiter-precedes-last="never"/>
<et-al font-style="italic"/>
<substitute>
General instructions here: https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
http://www.emeraldgrouppublishing.com/authors/guides/write/harvard.htm
Italics also used in a handful of articles in different journals I checked.