Skip to content
Permalink
Browse files

Update bluebook-law-review.csl (#4114)

Fixed else clause in source macro.

Added volume to be before authors for books
Added new if clause for books in source macro (removed volume)
  • Loading branch information...
fettingderek authored and adam3smith committed Jun 21, 2019
1 parent 15564a9 commit 9bfcdfdd48cbd23446f537b2a72867dd03ed8928
Showing with 22 additions and 4 deletions.
  1. +22 −4 bluebook-law-review.csl
@@ -16,7 +16,7 @@
<category citation-format="note"/>
<category field="law"/>
<summary>The Bluebook legal citation style for law reviews.</summary>
<updated>2015-02-02T15:14:08+00:00</updated>
<updated>2018-12-04T16:38:55+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale>
@@ -139,10 +139,18 @@
<text variable="locator" prefix=", "/>
<text macro="issuance" prefix=" (" suffix=")"/>
</else-if>
<else>
<text variable="volume" suffix=" "/>
<else-if type="book" match="any">
<text variable="title" font-variant="small-caps"/>
<text macro="container" prefix=" "/>
<text variable="page" prefix=" "/>
<text variable="locator" prefix=" "/>
<text macro="issuance" prefix=" (" suffix=")"/>
</else-if>
<else>
<text variable="title" font-style="italic"/>
<group prefix=", " delimiter=" " suffix=" ">
<text variable="volume"/>
<text macro="container"/>
</group>
<text variable="page" prefix=" "/>
<text variable="locator" prefix=" "/>
<text macro="issuance" prefix=" (" suffix=")"/>
@@ -217,13 +225,23 @@
<!-- period will not show up - this is for find-and-replace later. -->
</if>
<else-if position="subsequent">
<choose>
<if type="book" match="any">
<text variable="volume" suffix=" "/>
</if>
</choose>
<text macro="author-short"/>
<text value="supra" font-style="italic" prefix=", "/>
<text value="note" prefix=" "/>
<text variable="first-reference-note-number" prefix=" "/>
<text macro="at_page"/>
</else-if>
<else>
<choose>
<if type="book" match="any">
<text variable="volume" suffix=" "/>
</if>
</choose>
<text macro="author" suffix=", "/>
<text macro="source"/>
<text macro="access" prefix=", "/>

0 comments on commit 9bfcdfd

Please sign in to comment.
You can’t perform that action at this time.