Citation - Author-short tag
I am trying to make it so only the authors surname appears in citations, not first name/initials.
My author-short macro is
<macro name="author-short">
<names variable="author">
<name form="short" and="symbol" delimiter=", " delimiter-precedes-last="never" initialize-with=". "/>
<et-al font-style="italic"/>
<substitute>
<names variable="translator"/>
<text macro="anon"/>
</substitute>
</names>
</macro>
and my cs:citation is
<citation et-al-min="4" et-al-use-first="3" disambiguate-add-year-suffix="true" collapse="year">
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<text macro="author-short"/>
<text macro="year-date"/>
<group>
<label variable="locator" suffix="*" form="short" strip-periods="true"/>
<text variable="locator"/>
</group>
</group>
</layout>
</citation>
Any ideas?
My author-short macro is
<macro name="author-short">
<names variable="author">
<name form="short" and="symbol" delimiter=", " delimiter-precedes-last="never" initialize-with=". "/>
<et-al font-style="italic"/>
<substitute>
<names variable="translator"/>
<text macro="anon"/>
</substitute>
</names>
</macro>
and my cs:citation is
<citation et-al-min="4" et-al-use-first="3" disambiguate-add-year-suffix="true" collapse="year">
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<text macro="author-short"/>
<text macro="year-date"/>
<group>
<label variable="locator" suffix="*" form="short" strip-periods="true"/>
<text variable="locator"/>
</group>
</group>
</layout>
</citation>
Any ideas?
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
http://www.zotero.org/support/kb/given_name_disambiguation
(and the initialize-with attribute does affect how first names added for disambiguation are displayed.)
(Doe 1965a; 1965b)http://validator.nu/?doc=https%3A%2F%2Fraw.github.com%2Fgist%2F1101340%2F3257a03914cc3ed0a23b6857954e735fbcc22d4b%2FIMPCSL&schema=https%3A%2F%2Fgithub.com%2Fcitation-style-language%2Fschema%2Fraw%2Fv1.0%2Fcsl.rnc&parser=xml&laxtype=yes
(you can ignore messages 1-9)
Maybe a couple of things to check in your test setup are whether the names are correctly entered (in two-field mode, with family name in the family field, and given name in the given name field), and whether the style is being updated (for that, try switching to another style, then back again, if testing in a word processor).
http://www.zotero.org/support/dev/citation_styles/sharing%20styles