initialize-with not working
Can someone please explain the initialize-with option for author names?
As best I can tell given an author "Greg Caroll Rowling" and Initialize-with set to ". " I should get G. C. Rowling. Is this correct?
I do not have this happening at the moment. Is it my data entry or the citation style output?
As best I can tell given an author "Greg Caroll Rowling" and Initialize-with set to ". " I should get G. C. Rowling. Is this correct?
I do not have this happening at the moment. Is it my data entry or the citation style output?
<macro name="contributors">
<names variable="author">
<name and="text" name-as-sort-order="all" sort-separator=", " delimiter=", " initialize-with="." delimiter-precedes-last="always"/>
<label form="verb-short" prefix=", " suffix="." text-case="lowercase"/>
<substitute>
<text macro="editor"/>
<text macro="translator"/>
</substitute>
</names>
<text macro="anon"/>
<text macro="recipient"/>
</macro>
But authors are being formatted as:
Carter, Michael R., and Barrett, Christopher B. (2006) The Economics of Poverty Traps and Persistent Poverty: An Asset-based Approach. Journal of Development Studies, 42, 178-199.
rather than with initials.
Any help would be very much appreciated.
https://gist.github.com/945241
You will also see that I could use some help with giving proper attribution to the author of the stylesheet that I'm basing mine off of.
<contributor>
<name>Julian Onions</name>
</contributor>
see e.g. the APA style for an example of multiple contributors.
My style is at: http://www.zotero.org/styles/unisa-harvard/dev
The given names appear in full although initialize-with has been included.
BTW, when looking at the preview at http://www.zotero.org/styles (mouse hovering) the given name gets abbreviated correctly.
It does seem, though, that this is just disambiguation at work.
http://www.zotero.org/support/kb/given_name_disambiguation
Anyway, I have opened a new thread: http://forums.zotero.org/discussion/18211/nesting-nonshorthand-version-of-names-inside-substitute/