Skip to content

Commit

Permalink
The edition succeeds the title and is separated by it with a comma (p…
Browse files Browse the repository at this point in the history
…. 301).
  • Loading branch information
serpodrick committed Feb 10, 2015
1 parent 3b976b0 commit bfa7f64
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 16 deletions.
7 changes: 5 additions & 2 deletions american-chemical-society-author-date.csl
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,13 @@
</else-if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter="; ">
<text macro="title"/>
<group delimiter=", ">
<text macro="title"/>
<text macro="edition"/>
</group>
<text macro="editor" prefix=" "/>
<text macro="series"/>
<text macro="edition"/>

<choose>
<if type="report">
<group delimiter=" ">
Expand Down
6 changes: 4 additions & 2 deletions american-chemical-society-page-first.csl
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,12 @@
</else-if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter="; ">
<text variable="title" font-style="italic"/>
<group delimiter=", ">
<text variable="title" font-style="italic"/>
<text macro="edition"/>
</group>
<text macro="editor" prefix=" "/>
<text macro="series"/>
<text macro="edition"/>
<choose>
<if type="report">
<group delimiter=" ">
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 @@ -133,10 +133,12 @@
</else-if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter="; ">
<text macro="title"/>
<group delimiter=", ">
<text macro="title"/>
<text macro="edition"/>
</group>
<text macro="editor" prefix=" "/>
<text macro="series"/>
<text macro="edition"/>
<choose>
<if type="report">
<group delimiter=" ">
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 @@ -134,10 +134,12 @@
</else-if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter="; ">
<text macro="title"/>
<group delimiter=", ">
<text macro="title"/>
<text macro="edition"/>
</group>
<text macro="editor" prefix=" "/>
<text macro="series"/>
<text macro="edition"/>
<choose>
<if type="report">
<group delimiter=" ">
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 @@ -134,10 +134,12 @@
</else-if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter="; ">
<text macro="title"/>
<group delimiter=", ">
<text macro="title"/>
<text macro="edition"/>
</group>
<text macro="editor" prefix=" "/>
<text macro="series"/>
<text macro="edition"/>
<choose>
<if type="report">
<group delimiter=" ">
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 @@ -134,10 +134,12 @@
</else-if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter="; ">
<text macro="title"/>
<group delimiter=", ">
<text macro="title"/>
<text macro="edition"/>
</group>
<text macro="editor" prefix=" "/>
<text macro="series"/>
<text macro="edition"/>
<choose>
<if type="report">
<group delimiter=" ">
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 @@ -133,10 +133,12 @@
</else-if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter="; ">
<text macro="title"/>
<group delimiter=", ">
<text macro="title"/>
<text macro="edition"/>
</group>
<text macro="editor" prefix=" "/>
<text macro="series"/>
<text macro="edition"/>
<choose>
<if type="report">
<group delimiter=" ">
Expand Down
6 changes: 4 additions & 2 deletions american-chemical-society.csl
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,12 @@
</else-if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter="; ">
<text variable="title" font-style="italic"/>
<group delimiter=", ">
<text variable="title" font-style="italic"/>
<text macro="edition"/>
</group>
<text macro="editor" prefix=" "/>
<text macro="series"/>
<text macro="edition"/>
<choose>
<if type="report">
<group delimiter=" ">
Expand Down

0 comments on commit bfa7f64

Please sign in to comment.