Skip to content

Commit

Permalink
The comma is a delimiter, not a suffix.
Browse files Browse the repository at this point in the history
  • Loading branch information
serpodrick committed Jun 16, 2015
1 parent 694b715 commit a884ced
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 14 deletions.
6 changes: 4 additions & 2 deletions american-chemical-society-author-date.csl
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,10 @@
<text variable="container-title" font-style="italic" suffix="."/>
<text macro="edition"/>
<text macro="publisher"/>
<text macro="full-issued" suffix=","/>
<text macro="pages"/>
<group delimiter=", ">
<text macro="full-issued"/>
<text macro="pages"/>
</group>
</group>
</if>
<else-if type="thesis">
Expand Down
6 changes: 4 additions & 2 deletions american-chemical-society-with-titles-no-et-al.csl
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,10 @@
<text variable="container-title" font-style="italic" suffix="."/>
<text macro="edition"/>
<text macro="publisher"/>
<text macro="full-issued" suffix=","/>
<text macro="pages"/>
<group delimiter=", ">
<text macro="full-issued"/>
<text macro="pages"/>
</group>
</group>
</if>
<else-if type="thesis">
Expand Down
6 changes: 4 additions & 2 deletions american-chemical-society-with-titles-page-first.csl
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,10 @@
<text variable="container-title" font-style="italic" suffix="."/>
<text macro="edition"/>
<text macro="publisher"/>
<text macro="full-issued" suffix=","/>
<text macro="pages"/>
<group delimiter=", ">
<text macro="full-issued"/>
<text macro="pages"/>
</group>
</group>
</if>
<else-if type="thesis">
Expand Down
6 changes: 4 additions & 2 deletions american-chemical-society-with-titles-sentence-case-doi.csl
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,10 @@
<text variable="container-title" font-style="italic" suffix="."/>
<text macro="edition"/>
<text macro="publisher"/>
<text macro="full-issued" suffix=","/>
<text macro="pages"/>
<group delimiter=", ">
<text macro="full-issued"/>
<text macro="pages"/>
</group>
</group>
</if>
<else-if type="thesis">
Expand Down
6 changes: 4 additions & 2 deletions american-chemical-society-with-titles-sentence-case.csl
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,10 @@
<text variable="container-title" font-style="italic" suffix="."/>
<text macro="edition"/>
<text macro="publisher"/>
<text macro="full-issued" suffix=","/>
<text macro="pages"/>
<group delimiter=", ">
<text macro="full-issued"/>
<text macro="pages"/>
</group>
</group>
</if>
<else-if type="thesis">
Expand Down
6 changes: 4 additions & 2 deletions american-chemical-society-with-titles.csl
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,10 @@
<text variable="container-title" font-style="italic" suffix="."/>
<text macro="edition"/>
<text macro="publisher"/>
<text macro="full-issued" suffix=","/>
<text macro="pages"/>
<group delimiter=", ">
<text macro="full-issued"/>
<text macro="pages"/>
</group>
</group>
</if>
<else-if type="thesis">
Expand Down
6 changes: 4 additions & 2 deletions american-chemical-society.csl
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,10 @@
<text variable="container-title" font-style="italic" suffix="."/>
<text macro="edition"/>
<text macro="publisher"/>
<text macro="full-issued" suffix=","/>
<text macro="pages"/>
<group delimiter=", ">
<text macro="full-issued"/>
<text macro="pages"/>
</group>
</group>
</if>
<else-if type="thesis">
Expand Down

0 comments on commit a884ced

Please sign in to comment.