Ibidem
Dear forum,
I am trying to write a citation style in which references to texts which have been mentioned earlier as shown as "ibidem".
I expected that this could be accomplished using the following:
<if position="ibid-with-locator">
<group delimiter=", ">
<text term="ibid" form="long" font-style="italic"/>
<text macro="locators"/>
</group>
</if>
<else-if position="ibid">
<text term="ibid" form="long" font-style="italic"/>
</else-if>
The stylesheet, unfortunately, only shows "O.C." (Opus cited?). Can you tell me how I can change the term which refers to the earlier citation? Instead of "O.c., p. 10" I would like to see "Ibidem" or "Idem, p. 10".
Thanks!
I am trying to write a citation style in which references to texts which have been mentioned earlier as shown as "ibidem".
I expected that this could be accomplished using the following:
<if position="ibid-with-locator">
<group delimiter=", ">
<text term="ibid" form="long" font-style="italic"/>
<text macro="locators"/>
</group>
</if>
<else-if position="ibid">
<text term="ibid" form="long" font-style="italic"/>
</else-if>
The stylesheet, unfortunately, only shows "O.C." (Opus cited?). Can you tell me how I can change the term which refers to the earlier citation? Instead of "O.c., p. 10" I would like to see "Ibidem" or "Idem, p. 10".
Thanks!
http://docs.citationstyles.org/en/stable/specification.html#locale
If that's too abstract to be helpful, post your entire citation citation style got gist.github.com create a public or secret gist and provide the URL here.