www

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

commit 11d6d6d2fbc1986d10631d976062b843b2c2a250
parent f710313c0978f2085a1f05e1aefaa9ef28234b5c
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed, 28 Nov 2007 18:23:39 +0000

do not cite month and day in APA style for books, book chapters, and journal articles


Diffstat:
Mcsl/apa.csl | 18+++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/csl/apa.csl b/csl/apa.csl @@ -119,11 +119,19 @@ </sort> <layout> <text macro="author" suffix="."/> - <date variable="issued" prefix=" (" suffix=")."> - <date-part name="year"/> - <date-part prefix=", " name="month"/> - <date-part prefix=" " name="day"/> - </date> + <group prefix=" (" suffix=")."> + <date variable="issued"> + <date-part name="year"/> + </date> + <choose> + <if type="book chapter article-journal" match="none"> + <date variable="issued"> + <date-part prefix=", " name="month"/> + <date-part prefix=" " name="day"/> + </date> + </if> + </choose> + </group> <choose> <if type="book"> <group suffix=".">