Skip to content

Commit

Permalink
in-text citation fix; reverted one previous change
Browse files Browse the repository at this point in the history
In-text citations of "et al." papers will no longer provide the given name of the primary author if another author already in the bibliography shares that surname. 
changed to:
"disambiguate-add-givenname="false">"
however <disambiguate-add-year-suffix="true"> and <disambiguate-add-names="true"> remain the same, and work well.

also the hanging-indent for the bibliography has been changed back to false, as it only applies to authors and not the date/following lines. (this is a style change for the future....)
  • Loading branch information
agrunwald82 committed Feb 7, 2013
1 parent de93130 commit 57f86eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions american-antiquity.csl
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
<text macro="locators-article"/>
<text macro="access" prefix=". "/>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true">
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="false">
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=":">
<group delimiter=" ">
Expand All @@ -361,7 +361,7 @@
</group>
</layout>
</citation>
<bibliography hanging-indent="true" entry-spacing="0">
<bibliography hanging-indent="false" entry-spacing="0">
<sort>
<key macro="contributors"/>
<key variable="issued"/>
Expand Down

0 comments on commit 57f86eb

Please sign in to comment.