Skip to content

Commit

Permalink
Bluebook: Remove small-caps for case short & legislation (#6305)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Nov 14, 2022
1 parent ca4a92b commit 7a10e3f
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions bluebook-law-review.csl
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,22 @@
</macro>
<macro name="author-short">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text macro="name-short-macro" font-variant="small-caps"/>
<if type="legal_case">
<choose>
<if variable="title-short">
<text macro="name-short-macro" font-style="italic"/>
</if>
<else>
<text macro="name-short-macro"/>
</else>
</choose>
</if>
<else-if type="bill legislation" match="any">
<text macro="name-macro"/>
</else-if>
<else-if type="book graphic motion_picture report song" match="any">
<text macro="name-short-macro" font-variant="small-caps"/>
</else-if>
<else>
<text macro="name-short-macro"/>
</else>
Expand All @@ -59,10 +72,10 @@
</macro>
<macro name="author">
<choose>
<if type="legal_case">
<if type="bill legal_case legislation" match="any">
<text macro="name-macro"/>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<else-if type="book graphic motion_picture report song" match="any">
<text macro="name-macro" font-variant="small-caps"/>
</else-if>
<else>
Expand Down

0 comments on commit 7a10e3f

Please sign in to comment.