Including titles in repeat citations
Apologies if this has already been explained elsewhere, but I haven't found the discussion if it was...
I'm using MHRA (3rd edn) and want to always include a short title in repeat citations (at the moment Zotero's MHRA style only includes surname and page number in repeats). Could anyone tell me how to code this in?
Thanks!
I'm using MHRA (3rd edn) and want to always include a short title in repeat citations (at the moment Zotero's MHRA style only includes surname and page number in repeats). Could anyone tell me how to code this in?
Thanks!
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Look for this macro:
<macro name="disambiguate">
<choose>
<if disambiguate="true">
<choose>
<if variable="title" match="none">
<text macro="issued"/>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" font-style="italic" text-case="title" form="short"/>
</else-if>
<else>
<text variable="title" quotes="true" text-case="title" form="short"/>
</else>
</choose>
</if>
</choose>
</macro>
Change it to:
<macro name="disambiguate">
<!--
<choose>
<if disambiguate="true">
-->
<choose>
<if variable="title" match="none">
<text macro="issued"/>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" font-style="italic" text-case="title" form="short"/>
</else-if>
<else>
<text variable="title" quotes="true" text-case="title" form="short"/>
</else>
</choose>
<!--
</if>
</choose>
-->
</macro>
Now you will always have short titles.
https://forums.zotero.org/discussion/35880/mhra-short-title-oxford?fbclid=IwAR3i9L5nhZeRw5G3wG931qHNYPyti8BIuSI7MCHfTf-L9xYMbWIhPx1oetY
@adamsmith @fbennett can't we use html comments with CSL?
https://github.com/Juris-M/citeproc-js/blob/master/fixtures/local/bugreports_Comments.txt