Skip to content

Commit 7a10e3f

Browse files
authored
1 parent ca4a92b commit 7a10e3f

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

bluebook-law-review.csl

+17-4
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,22 @@
4040
</macro>
4141
<macro name="author-short">
4242
<choose>
43-
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
44-
<text macro="name-short-macro" font-variant="small-caps"/>
43+
<if type="legal_case">
44+
<choose>
45+
<if variable="title-short">
46+
<text macro="name-short-macro" font-style="italic"/>
47+
</if>
48+
<else>
49+
<text macro="name-short-macro"/>
50+
</else>
51+
</choose>
4552
</if>
53+
<else-if type="bill legislation" match="any">
54+
<text macro="name-macro"/>
55+
</else-if>
56+
<else-if type="book graphic motion_picture report song" match="any">
57+
<text macro="name-short-macro" font-variant="small-caps"/>
58+
</else-if>
4659
<else>
4760
<text macro="name-short-macro"/>
4861
</else>
@@ -59,10 +72,10 @@
5972
</macro>
6073
<macro name="author">
6174
<choose>
62-
<if type="legal_case">
75+
<if type="bill legal_case legislation" match="any">
6376
<text macro="name-macro"/>
6477
</if>
65-
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
78+
<else-if type="book graphic motion_picture report song" match="any">
6679
<text macro="name-macro" font-variant="small-caps"/>
6780
</else-if>
6881
<else>

0 commit comments

Comments
 (0)