How to create a subsequent author substitute in csl?
Dear Zotero community,
I just tried to model a citation style according to the rules of the Journal of Advertising, where one of the requirements is the following:
"For authors cited more than once, substitute six hyphens (dashes) for each repeated name in the reference list."
The syntax guide recommends the following: <option subsequent-author-substitute="some text"/>
I've tried to modify the APA style.
Original:
<bibliography>
<option name="hanging-indent" value="true"/>
<option name="et-al-min" value="8"/>
<option name="et-al-use-first" value="7"/>
<option name="entry-spacing" value="0"/>
<option name="line-spacing" value="2"/>
<sort>
My modied version:
<bibliography>
<option name="hanging-indent" value="true"/>
<option name="et-al-min" value="4"/>
<option name="et-al-use-first" value="1"/>
<option subsequent-author-substitute="_____"/>
<option name="entry-spacing" value="0"/>
<option name="line-spacing" value="2"/>
<sort>
Somehow that does not work in the test pane and I do not know why. Can anyone please help me with this one?
I just tried to model a citation style according to the rules of the Journal of Advertising, where one of the requirements is the following:
"For authors cited more than once, substitute six hyphens (dashes) for each repeated name in the reference list."
The syntax guide recommends the following: <option subsequent-author-substitute="some text"/>
I've tried to modify the APA style.
Original:
<bibliography>
<option name="hanging-indent" value="true"/>
<option name="et-al-min" value="8"/>
<option name="et-al-use-first" value="7"/>
<option name="entry-spacing" value="0"/>
<option name="line-spacing" value="2"/>
<sort>
My modied version:
<bibliography>
<option name="hanging-indent" value="true"/>
<option name="et-al-min" value="4"/>
<option name="et-al-use-first" value="1"/>
<option subsequent-author-substitute="_____"/>
<option name="entry-spacing" value="0"/>
<option name="line-spacing" value="2"/>
<sort>
Somehow that does not work in the test pane and I do not know why. Can anyone please help me with this one?
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.
you forgot the value
This is the first time I'm doing something like that.