Skip to content

Commit 9f106eb

Browse files
authored
Update rmit-university-harvard.csl (JabRef#4884)
1 parent 5213c2f commit 9f106eb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

rmit-university-harvard.csl

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</author>
1313
<category citation-format="author-date"/>
1414
<category field="generic-base"/>
15-
<updated>2020-04-13T04:40:00+00:00</updated>
15+
<updated>2020-06-24T03:04:07+00:00</updated>
1616
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1717
</info>
1818
<locale xml:lang="en">
@@ -123,6 +123,13 @@
123123
</if>
124124
</choose>
125125
</macro>
126+
<macro name="report-number">
127+
<choose>
128+
<if type="report">
129+
<text variable="number" suffix=","/>
130+
</if>
131+
</choose>
132+
</macro>
126133
<macro name="title">
127134
<choose>
128135
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
@@ -201,6 +208,7 @@
201208
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
202209
<group prefix=" " delimiter=" " suffix=",">
203210
<text macro="title"/>
211+
<text macro="report-number"/>
204212
<text macro="edition"/>
205213
<text macro="editor"/>
206214
</group>

0 commit comments

Comments
 (0)