Change &al. in &coll.
Hi,
I want to change the citation format author-date which give for exemple
moreau et al.
in
moreau et coll.
I want to change the citation format author-date which give for exemple
moreau et al.
in
moreau et coll.
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.
http://citationstyles.org/downloads/specification.html#locale
specifically, use
<locale xml:lang="en">
<terms>
<term name="et-al">et coll.</term>
</terms>
</locale>
replace the "en" in the locale with the language you want this for - e.g. "fr" for French, "es" for Spanish, etc.
Edit: that passage should come right after the "info" section, i.e. starting after
</info>