italic et-al in reference
Hi!
How could I change font-style of "et al." to italic in references like (Trajano et al. 2017:5) the way that all the rest remains normal?
Thank you.
How could I change font-style of "et al." to italic in references like (Trajano et al. 2017:5) the way that all the rest remains normal?
Thank you.
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.
<et-al font-style="italic"/>
typically right after the <name... line.
Documentation: http://docs.citationstyles.org/en/stable/specification.html#et-al
In my case.
<macro name="author-short">
<names variable="author">
<name form="short" delimiter=", " initialize-with=". "/>
<et-al font-style="italic"/>
Thank you very much.
In my case.
<macro name="author-short">
<names variable="author">
<name form="short" delimiter=", " initialize-with=". "/>
<et-al font-style="italic"/>
Thank you very much.