do not cite month and day in APA style for books, book chapters, and journal articles
This commit is contained in:
parent
f710313c09
commit
11d6d6d2fb
1 changed files with 13 additions and 5 deletions
18
csl/apa.csl
18
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=".">
|
||||
|
|
Loading…
Add table
Reference in a new issue