Skip to content

Commit

Permalink
Fix some affixes in journal-of-social-archaeology
Browse files Browse the repository at this point in the history
  • Loading branch information
rmzelle committed Feb 5, 2012
1 parent 5c8f303 commit 6369fcd
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions journal-of-social-archaeology.csl
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year" prefix=" "/>
<date-part name="year"/>
</date>
</if>
<else>
<text term="forthcoming" prefix=", "/>
<text term="forthcoming"/>
</else>
</choose>
</macro>
Expand Down Expand Up @@ -129,15 +129,11 @@
<key macro="year-date"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=": ">
<group delimiter="">
<text macro="author-short" suffix=","/>
<text macro="year-date"/>
</group>
<group>
<text variable="locator"/>
</group>
<group delimiter=", ">
<text macro="author-short"/>
<text macro="year-date"/>
</group>
<text variable="locator" prefix=": "/>
</layout>
</citation>
<bibliography hanging-indent="true" entry-spacing="0">
Expand Down

0 comments on commit 6369fcd

Please sign in to comment.