Skip to content
Permalink
Browse files

Update american-chemical-society.csl (#4270)

Fix issue with publisher-punctuation for thesis in ACS style as mentioned here: 
closes #4260
  • Loading branch information...
POBrien333 authored and adam3smith committed Aug 23, 2019
1 parent a806a01 commit 6db15df8cb492c4bb777aa3a0d398043212ad8b6
Showing with 14 additions and 4 deletions.
  1. +14 −4 american-chemical-society.csl
@@ -58,10 +58,20 @@
</names>
</macro>
<macro name="publisher">
<group delimiter=": ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
<choose>
<if type="thesis" match="any">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</if>
<else>
<group delimiter=": ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</else>
</choose>
</macro>
<macro name="title">
<choose>

0 comments on commit 6db15df

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