Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions bluebook-law-review.csl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
<name>Shay Elbaum</name>
<email>selbaum@law.harvard.edu</email>
</contributor>
<contributor>
<name>Daniel Epps</name>
<email>epps@wustl.edu</email>
</contributor>
<category citation-format="note"/>
<category field="law"/>
<summary>The Bluebook legal citation style for law reviews.</summary>
Expand Down Expand Up @@ -67,7 +71,7 @@
</macro>
<macro name="name-short-macro">
<names variable="author">
<name form="short" and="text" delimiter=", "/>
<name form="short" and="symbol" delimiter=", " delimiter-precedes-last="never"/>
<substitute>
<text variable="title" form="short"/>
</substitute>
Expand All @@ -91,7 +95,7 @@
</macro>
<macro name="editor-translator">
<names variable="editor translator" delimiter=", ">
<name and="symbol" delimiter=", "/>
<name and="symbol" delimiter=", " delimiter-precedes-last="never"/>
<label form="short" strip-periods="false" prefix=" "/>
</names>
</macro>
Expand Down
Loading