summaryrefslogtreecommitdiff
path: root/biblio/citation-style-language/apa.csl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-07-05 03:01:54 +0000
committerNorbert Preining <norbert@preining.info>2023-07-05 03:01:54 +0000
commit973c785dccc1812d63162178e8362e83e8c263c2 (patch)
treeb2cb12a6b36a0a59e90f1611d32cf7e8d125d575 /biblio/citation-style-language/apa.csl
parentab7f5e4df027c13f5aef4fbdb032184cf2f3d5c3 (diff)
CTAN sync 202307050301
Diffstat (limited to 'biblio/citation-style-language/apa.csl')
-rw-r--r--biblio/citation-style-language/apa.csl11
1 files changed, 4 insertions, 7 deletions
diff --git a/biblio/citation-style-language/apa.csl b/biblio/citation-style-language/apa.csl
index f371046fe3..a71a992689 100644
--- a/biblio/citation-style-language/apa.csl
+++ b/biblio/citation-style-language/apa.csl
@@ -14,7 +14,7 @@
<category citation-format="author-date"/>
<category field="psychology"/>
<category field="generic-base"/>
- <updated>2022-10-02T16:08:41-04:00</updated>
+ <updated>2023-05-13T12:14:52-04:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="en">
@@ -502,9 +502,6 @@
</else>
</choose>
</macro>
- <macro name="date-sort-date">
- <date variable="issued" form="numeric"/>
- </macro>
<macro name="date-intext">
<choose>
<if variable="issued">
@@ -1599,7 +1596,7 @@
</if>
<else>
<group delimiter=" ">
- <text value="Original work published"/>
+ <text term="original-work-published" text-case="capitalize-first"/>
<choose>
<if is-uncertain-date="original-date">
<text term="circa" form="short"/>
@@ -1865,7 +1862,7 @@
<sort>
<key macro="author-bib" names-min="3" names-use-first="1"/>
<key macro="date-sort-group"/>
- <key macro="date-sort-date" sort="ascending"/>
+ <key macro="date-bib" sort="ascending"/>
<key variable="status"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
@@ -1880,7 +1877,7 @@
<sort>
<key macro="author-bib"/>
<key macro="date-sort-group"/>
- <key macro="date-sort-date" sort="ascending"/>
+ <key macro="date-bib" sort="ascending"/>
<key variable="status"/>
<key macro="title"/>
</sort>