Skip to content

Commit

Permalink
make journal names title case (#5900)
Browse files Browse the repository at this point in the history
Trying to update australian-systematic-botany via its parent style international-journal-of-wildland-fire. I'm using the style in Paperpile and full journal titles are not capitalized.
  • Loading branch information
bmichanderson authored Feb 9, 2022
1 parent 1c7ecf2 commit b33ebfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion international-journal-of-wildland-fire.csl
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<group>
<choose>
<if type="article-journal">
<text variable="container-title" strip-periods="true"/>
<text variable="container-title" text-case="title" strip-periods="true"/>
</if>
<else>
<text variable="container-title" form="short"/>
Expand Down

0 comments on commit b33ebfc

Please sign in to comment.