www

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

commit ff8cf110290030f87760f7f8163908f0c25542f0
parent 8c91c8fc90c22f780d1bfc9b5c925f42a4a6f30d
Author: Rintze Zelle <rintze.zelle@gmail.com>
Date:   Fri, 22 Aug 2008 20:27:26 +0000

Citations in Harvard 1 use "et al" in case of 3 authors of more instead of 4 or more, see documentation.

Diffstat:
Mcsl/harvard1.csl | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/csl/harvard1.csl b/csl/harvard1.csl @@ -106,9 +106,9 @@ </group> </macro> <citation> - <option name="et-al-min" value="4"/> + <option name="et-al-min" value="3"/> <option name="et-al-use-first" value="1"/> - <option name="et-al-subsequent-min" value="4"/> + <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"/>