Skip to content

Commit

Permalink
Remove volume title from subsequent citations
Browse files Browse the repository at this point in the history
  • Loading branch information
adunning committed Dec 10, 2024
1 parent d4d59ca commit 26d2cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modern-humanities-research-association-3rd-edition.csl
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@
<text variable="volume" font-variant="small-caps"/>
</else>
</choose>
<text variable="volume-title" text-case="title" font-style="italic"/>
</group>
</if>
</choose>
Expand Down Expand Up @@ -379,6 +378,7 @@
</choose>
</macro>
<macro name="point-locators">
<text variable="volume-title" text-case="title" font-style="italic" prefix=", "/>
<text macro="pages"/>
<choose>
<if variable="page">
Expand Down
2 changes: 1 addition & 1 deletion modern-humanities-research-association.csl
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@
<text variable="volume" font-variant="small-caps"/>
</else>
</choose>
<text variable="volume-title" text-case="title" font-style="italic"/>
</group>
</if>
</choose>
Expand Down Expand Up @@ -378,6 +377,7 @@
</choose>
</macro>
<macro name="point-locators">
<text variable="volume-title" text-case="title" font-style="italic" prefix=", "/>
<text macro="pages"/>
<choose>
<if variable="page">
Expand Down

0 comments on commit 26d2cff

Please sign in to comment.