www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit e35a73636102d028a60d2636709ee7899a20863e
parent 2557335e1819619326ce2f95a6265f0ca6698bd6
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date:   Mon, 18 Feb 2008 06:22:56 +0000

Closes #935, Second citation with multiple authors doesn't display "et al."
Removes unnecessary conditional in Chicago styles


Diffstat:
Mcsl/asa.csl | 2+-
Mcsl/chicago-author-date.csl | 2+-
Mcsl/chicago-fullnote-bibliography.csl | 4----
Mcsl/chicago-note-bibliography.csl | 4----
Mcsl/harvard1.csl | 2+-
5 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/csl/asa.csl b/csl/asa.csl @@ -122,7 +122,7 @@ <citation> <option name="et-al-min" value="3"/> <option name="et-al-use-first" value="1"/> - <option name="et-al-subsequent-min" value="6"/> + <option name="et-al-subsequent-min" value="3"/> <option name="et-al-subsequent-use-first" value="1"/> <option name="disambiguate-add-year-suffix" value="true"/> <option name="disambiguate-add-names" value="true"/> diff --git a/csl/chicago-author-date.csl b/csl/chicago-author-date.csl @@ -126,7 +126,7 @@ <citation> <option name="et-al-min" value="4"/> <option name="et-al-use-first" value="1"/> - <option name="et-al-subsequent-min" value="6"/> + <option name="et-al-subsequent-min" value="4"/> <option name="et-al-subsequent-use-first" value="1"/> <option name="disambiguate-add-year-suffix" value="true"/> <option name="disambiguate-add-names" value="true"/> diff --git a/csl/chicago-fullnote-bibliography.csl b/csl/chicago-fullnote-bibliography.csl @@ -408,11 +408,7 @@ <macro name="pages-chapter"> <choose> <if type="chapter"> - <choose> - <if variable="volume"> <text variable="volume" suffix=":"/> - </if> - </choose> <text variable="page"/> </if> </choose> diff --git a/csl/chicago-note-bibliography.csl b/csl/chicago-note-bibliography.csl @@ -282,11 +282,7 @@ <macro name="pages-chapter"> <choose> <if type="chapter"> - <choose> - <if variable="volume"> <text variable="volume" suffix=":"/> - </if> - </choose> <text variable="page"/> </if> </choose> diff --git a/csl/harvard1.csl b/csl/harvard1.csl @@ -108,7 +108,7 @@ <citation> <option name="et-al-min" value="4"/> <option name="et-al-use-first" value="1"/> - <option name="et-al-subsequent-min" value="6"/> + <option name="et-al-subsequent-min" value="4"/> <option name="et-al-subsequent-use-first" value="1"/> <option name="disambiguate-add-year-suffix" value="true"/> <option name="disambiguate-add-names" value="true"/>