Skip to content

Commit

Permalink
Fix AGLC Subsequents
Browse files Browse the repository at this point in the history
Also puts edition ordinal markers in superscript
  • Loading branch information
adam3smith committed Jan 18, 2020
1 parent 6a8ec90 commit f0c7374
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions australian-guide-to-legal-citation.csl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
<term name="editor" form="verb-short">ed.</term>
<term name="translator" form="verb-short">tr.</term>
<term name="editortranslator" form="verb-short">ed. and tr.</term>
<!--Ordinals' in superscript-->
<term name="ordinal">ᵗʰ</term>
<term name="ordinal-01">ˢᵗ</term>
<term name="ordinal-02">ⁿᵈ</term>
<term name="ordinal-03">ʳᵈ</term>
<term name="ordinal-11">ᵗʰ</term>
<term name="ordinal-12">ᵗʰ</term>
<term name="ordinal-13">ᵗʰ</term>
</terms>
</locale>
<!--Authors and Persons-->
Expand Down Expand Up @@ -98,7 +106,7 @@
<else-if type="patent">
<text macro="patent"/>
</else-if>
<else>
<else-if type="bill legal_case legislation" match="none">
<names variable="author">
<name delimiter-precedes-last="never" and="text" delimiter=", " initialize="false" initialize-with="" form="short"/>
<substitute>
Expand All @@ -107,7 +115,7 @@
<text macro="title"/>
</substitute>
</names>
</else>
</else-if>
</choose>
</macro>
<macro name="author">
Expand Down Expand Up @@ -200,7 +208,7 @@
<macro name="title-short">
<choose>
<if type="book legislation webpage thesis motion_picture manuscript legal_case" match="any">
<text variable="title-short" font-style="italic" text-case="title"/>
<text variable="title" form="short" font-style="italic" text-case="title"/>
</if>
<else>
<text variable="title" quotes="true" text-case="title" form="short"/>
Expand Down

0 comments on commit f0c7374

Please sign in to comment.