Skip to content

Commit

Permalink
Adding the citation number to the bibliography as well for 'Acta Phar…
Browse files Browse the repository at this point in the history
…maceutica'.
  • Loading branch information
cparnot committed Jul 24, 2012
1 parent 2413560 commit b33dfd8
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions acta-pharmaceutica.csl
Original file line number Diff line number Diff line change
Expand Up @@ -238,22 +238,6 @@
</if>
</choose>
</macro>
<macro name="issued-sort">
<choose>
<if type="article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none">
<date variable="issued">
<date-part name="year"/>
<date-part name="month"/>
<date-part name="day"/>
</date>
</if>
<else>
<date variable="issued">
<date-part name="year"/>
</date>
</else>
</choose>
</macro>
<macro name="issued-year">
<choose>
<if variable="issued">
Expand Down Expand Up @@ -381,11 +365,8 @@
</layout>
</citation>
<bibliography hanging-indent="true" et-al-min="8" et-al-use-first="7" entry-spacing="0" line-spacing="2">
<sort>
<key macro="author"/>
<key macro="issued-sort" sort="ascending"/>
</sort>
<layout>
<text variable="citation-number" suffix="."/>
<group suffix=".">
<group delimiter=". " suffix=", ">
<text macro="author"/>
Expand Down

0 comments on commit b33dfd8

Please sign in to comment.