Skip to content

Commit bfffaed

Browse files
bwiernikrmzelle
authored andcommitted
APA: Fix sort order for in-text citations (JabRef#4495)
1 parent c48d08b commit bfffaed

5 files changed

+5
-5
lines changed

Diff for: apa-annotated-bibliography.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@
16181618
</macro>
16191619
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year" givenname-disambiguation-rule="primary-name">
16201620
<sort>
1621-
<key macro="author-bib" names-min="21" names-use-first="19"/>
1621+
<key macro="author-bib" names-min="3" names-use-first="1"/>
16221622
<key macro="date-sort-group"/>
16231623
<key macro="date-sort-date" sort="ascending"/>
16241624
<key variable="status"/>

Diff for: apa-no-ampersand.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@
16181618
</macro>
16191619
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year" givenname-disambiguation-rule="primary-name">
16201620
<sort>
1621-
<key macro="author-bib" names-min="21" names-use-first="19"/>
1621+
<key macro="author-bib" names-min="3" names-use-first="1"/>
16221622
<key macro="date-sort-group"/>
16231623
<key macro="date-sort-date" sort="ascending"/>
16241624
<key variable="status"/>

Diff for: apa-single-spaced.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@
16181618
</macro>
16191619
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year" givenname-disambiguation-rule="primary-name">
16201620
<sort>
1621-
<key macro="author-bib" names-min="21" names-use-first="19"/>
1621+
<key macro="author-bib" names-min="3" names-use-first="1"/>
16221622
<key macro="date-sort-group"/>
16231623
<key macro="date-sort-date" sort="ascending"/>
16241624
<key variable="status"/>

Diff for: apa-with-abstract.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@
16181618
</macro>
16191619
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year" givenname-disambiguation-rule="primary-name">
16201620
<sort>
1621-
<key macro="author-bib" names-min="21" names-use-first="19"/>
1621+
<key macro="author-bib" names-min="3" names-use-first="1"/>
16221622
<key macro="date-sort-group"/>
16231623
<key macro="date-sort-date" sort="ascending"/>
16241624
<key variable="status"/>

Diff for: apa.csl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@
16181618
</macro>
16191619
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year" givenname-disambiguation-rule="primary-name">
16201620
<sort>
1621-
<key macro="author-bib" names-min="21" names-use-first="19"/>
1621+
<key macro="author-bib" names-min="3" names-use-first="1"/>
16221622
<key macro="date-sort-group"/>
16231623
<key macro="date-sort-date" sort="ascending"/>
16241624
<key variable="status"/>

0 commit comments

Comments
 (0)