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?
you forgot the value
This is the first time I'm doing something like that.