summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/citation-style-language/styles/apa.csl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/citation-style-language/styles/apa.csl')
-rw-r--r--Master/texmf-dist/tex/latex/citation-style-language/styles/apa.csl20
1 files changed, 3 insertions, 17 deletions
diff --git a/Master/texmf-dist/tex/latex/citation-style-language/styles/apa.csl b/Master/texmf-dist/tex/latex/citation-style-language/styles/apa.csl
index f3de14b8ccf..5ba01a94235 100644
--- a/Master/texmf-dist/tex/latex/citation-style-language/styles/apa.csl
+++ b/Master/texmf-dist/tex/latex/citation-style-language/styles/apa.csl
@@ -14,7 +14,7 @@
<category citation-format="author-date"/>
<category field="psychology"/>
<category field="generic-base"/>
- <updated>2021-06-10T13:09:49+00:00</updated>
+ <updated>2022-01-31T09:43:56-05: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">
@@ -489,6 +489,7 @@
</group>
</macro>
<macro name="date-sort-group">
+ <!-- APA sorts 1. no-date items, 2. items with dates, 3. in-press (status) items -->
<choose>
<if variable="issued">
<text value="1"/>
@@ -502,22 +503,7 @@
</choose>
</macro>
<macro name="date-sort-date">
- <choose>
- <if type="article-magazine article-newspaper broadcast interview pamphlet personal_communication post post-weblog speech treaty webpage" match="any">
- <date variable="issued" form="numeric"/>
- </if>
- <else-if type="paper-conference">
- <!-- Capture 'speech' stored as 'paper-conference' -->
- <choose>
- <if variable="collection-editor editor editorial-director issue page volume" match="none">
- <date variable="issued" form="numeric"/>
- </if>
- </choose>
- </else-if>
- <else>
- <date variable="issued" form="numeric"/>
- </else>
- </choose>
+ <date variable="issued" form="numeric"/>
</macro>
<macro name="date-intext">
<choose>