initialize-with-hyphen
Hi,
I noticed that, at least for the APA style, only the first initial of a hyphenated name is retained when the name is abbreviated: e.g. "Jean-Luc" is abbreviated as "J." rather than "J.-L.". I'd like the latter behavior, and tried adding
which should achieve the desired effect, but I see no difference. Is this functionality supported in Zotero?
Thanks,
Nathan
I noticed that, at least for the APA style, only the first initial of a hyphenated name is retained when the name is abbreviated: e.g. "Jean-Luc" is abbreviated as "J." rather than "J.-L.". I'd like the latter behavior, and tried adding
<option name="initialize-with-hyphen" value="true"/>
which should achieve the desired effect, but I see no difference. Is this functionality supported in Zotero?
Thanks,
Nathan
I cannot see what is wrong with the following macro :
<macro name="author-short">
<names variable="author">
<name initialize-with-hyphen="true" delimiter=", " delimiter-precedes-last="always" />
</names>
</macro>
I get the following message :
Attribute initialize-with-hyphen not allowed on element name from namespace http://purl.org/net/xbiblio/csl at this point.
Is there something wrong with the syntax ?
2) while it is not uncommon for different name variables to be rendered differently within a bibliography, we assumed that the "initialize-with-hyphen" setting would never differ within a citation style. Because of this, you have to set the attribute on the root cs:style element instead of on cs:name. (see http://citationstyles.org/downloads/specification.html#options and http://citationstyles.org/downloads/specification.html#global-options )
Sorry for this late reply. I got sidetracked by other things. Thanks for your help. It indeed
works !
By the way, in French from France at least Philippe is initialized Ph. instead of P. for example. Is there a way to set a different initialization of some first names ?