Skip to content

Commit f0c7374

Browse files
committed
Fix AGLC Subsequents
Also puts edition ordinal markers in superscript
1 parent 6a8ec90 commit f0c7374

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

Diff for: australian-guide-to-legal-citation.csl

+11-3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
<term name="editor" form="verb-short">ed.</term>
2424
<term name="translator" form="verb-short">tr.</term>
2525
<term name="editortranslator" form="verb-short">ed. and tr.</term>
26+
<!--Ordinals' in superscript-->
27+
<term name="ordinal">ᵗʰ</term>
28+
<term name="ordinal-01">ˢᵗ</term>
29+
<term name="ordinal-02">ⁿᵈ</term>
30+
<term name="ordinal-03">ʳᵈ</term>
31+
<term name="ordinal-11">ᵗʰ</term>
32+
<term name="ordinal-12">ᵗʰ</term>
33+
<term name="ordinal-13">ᵗʰ</term>
2634
</terms>
2735
</locale>
2836
<!--Authors and Persons-->
@@ -98,7 +106,7 @@
98106
<else-if type="patent">
99107
<text macro="patent"/>
100108
</else-if>
101-
<else>
109+
<else-if type="bill legal_case legislation" match="none">
102110
<names variable="author">
103111
<name delimiter-precedes-last="never" and="text" delimiter=", " initialize="false" initialize-with="" form="short"/>
104112
<substitute>
@@ -107,7 +115,7 @@
107115
<text macro="title"/>
108116
</substitute>
109117
</names>
110-
</else>
118+
</else-if>
111119
</choose>
112120
</macro>
113121
<macro name="author">
@@ -200,7 +208,7 @@
200208
<macro name="title-short">
201209
<choose>
202210
<if type="book legislation webpage thesis motion_picture manuscript legal_case" match="any">
203-
<text variable="title-short" font-style="italic" text-case="title"/>
211+
<text variable="title" form="short" font-style="italic" text-case="title"/>
204212
</if>
205213
<else>
206214
<text variable="title" quotes="true" text-case="title" form="short"/>

0 commit comments

Comments
 (0)