Changing Et-al
Hi,
I am trying to change "et-al" to "and other". I have int appearing at the correct times but cant change the returned word et-all.
I have below:
<macro name="name-macro">
<names variable="author">
<name form="long" and="text" delimiter=", " initialize-with=""/>
<substitute>
<text variable="title"/>
</substitute>
<et-al term="and others" font-style="italic"/>
</names>
</macro>
Do I need extra code?
Thanks
** i see now this needs csl 1.0 and cant be done at the mo
I am trying to change "et-al" to "and other". I have int appearing at the correct times but cant change the returned word et-all.
I have below:
<macro name="name-macro">
<names variable="author">
<name form="long" and="text" delimiter=", " initialize-with=""/>
<substitute>
<text variable="title"/>
</substitute>
<et-al term="and others" font-style="italic"/>
</names>
</macro>
Do I need extra code?
Thanks
** i see now this needs csl 1.0 and cant be done at the mo
http://www.zotero.org/support/dev/csl_syntax_summary#terms
In the beginning, right after </info>
insert
<terms>
<locale xml:lang="en">
<term name="et-al"">and others</term>
</locale>
</terms>
Yeah i tried that and it seems not to do anything?
Strange. I am adding it into the bluebook csl
1. Your Firefox is in English, right?
2. There is a typo in the thing above - a double quotation mark, correctly its'
<terms>
<locale xml:lang="en">
<term name="et-al">and others</term>
</locale>
</terms>
that should really work
Working Now
Gent.