Skip to content

Commit

Permalink
better formatting for atypical item types in ACS styles
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Nov 14, 2013
1 parent 01740f2 commit 6ce330e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions american-chemical-society-author-date.csl
Original file line number Diff line number Diff line change
Expand Up @@ -233,13 +233,13 @@
</group>
</else-if>
<else>
<group delimiter=" ">
<group delimiter=", ">
<group delimiter=". ">
<text macro="title"/>
<text variable="container-title" font-style="italic" form="short"/>
<text variable="container-title" font-style="italic"/>
</group>
<group delimiter=", ">
<text macro="issued" font-weight="bold"/>
<text macro="issued"/>
<text variable="volume" font-style="italic"/>
<text variable="page"/>
</group>
Expand Down
6 changes: 3 additions & 3 deletions american-chemical-society-with-titles-brackets.csl
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,13 @@
</group>
</else-if>
<else>
<group delimiter=" ">
<group delimiter=", ">
<group delimiter=". ">
<text variable="title"/>
<text variable="container-title" font-style="italic" form="short"/>
<text variable="container-title" font-style="italic"/>
</group>
<group delimiter=", ">
<text macro="issued" font-weight="bold"/>
<text macro="issued"/>
<text variable="volume" font-style="italic"/>
<text variable="page"/>
</group>
Expand Down
6 changes: 3 additions & 3 deletions american-chemical-society-with-titles-no-et-al.csl
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,13 @@
</group>
</else-if>
<else>
<group delimiter=" ">
<group delimiter=", ">
<group delimiter=". ">
<text macro="title"/>
<text variable="container-title" font-style="italic" form="short"/>
<text variable="container-title" font-style="italic"/>
</group>
<group delimiter=", ">
<text macro="issued" font-weight="bold"/>
<text macro="issued"/>
<text variable="volume" font-style="italic"/>
<text variable="page"/>
</group>
Expand Down
6 changes: 3 additions & 3 deletions american-chemical-society-with-titles.csl
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,13 @@
</group>
</else-if>
<else>
<group delimiter=" ">
<group delimiter=", ">
<group delimiter=". ">
<text macro="title"/>
<text variable="container-title" font-style="italic" form="short"/>
<text variable="container-title" font-style="italic"/>
</group>
<group delimiter=", ">
<text macro="issued" font-weight="bold"/>
<text macro="issued"/>
<text variable="volume" font-style="italic"/>
<text variable="page"/>
</group>
Expand Down
6 changes: 3 additions & 3 deletions american-chemical-society.csl
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,13 @@
</group>
</else-if>
<else>
<group delimiter=" ">
<group delimiter=", ">
<group delimiter=". ">
<text variable="title"/>
<text variable="container-title" font-style="italic" form="short"/>
<text variable="container-title" font-style="italic"/>
</group>
<group delimiter=", ">
<text macro="issued" font-weight="bold"/>
<text macro="issued"/>
<text variable="volume" font-style="italic"/>
<text variable="page"/>
</group>
Expand Down

0 comments on commit 6ce330e

Please sign in to comment.