Permalink
Browse files
APA: Fix sort order for in-text citations (#4495)
- Loading branch information
|
@@ -1618,7 +1618,7 @@ |
|
|
</macro> |
|
|
<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"> |
|
|
<sort> |
|
|
<key macro="author-bib" names-min="21" names-use-first="19"/> |
|
|
<key macro="author-bib" names-min="3" names-use-first="1"/> |
|
|
<key macro="date-sort-group"/> |
|
|
<key macro="date-sort-date" sort="ascending"/> |
|
|
<key variable="status"/> |
|
|
|
@@ -1618,7 +1618,7 @@ |
|
|
</macro> |
|
|
<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"> |
|
|
<sort> |
|
|
<key macro="author-bib" names-min="21" names-use-first="19"/> |
|
|
<key macro="author-bib" names-min="3" names-use-first="1"/> |
|
|
<key macro="date-sort-group"/> |
|
|
<key macro="date-sort-date" sort="ascending"/> |
|
|
<key variable="status"/> |
|
|
|
@@ -1618,7 +1618,7 @@ |
|
|
</macro> |
|
|
<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"> |
|
|
<sort> |
|
|
<key macro="author-bib" names-min="21" names-use-first="19"/> |
|
|
<key macro="author-bib" names-min="3" names-use-first="1"/> |
|
|
<key macro="date-sort-group"/> |
|
|
<key macro="date-sort-date" sort="ascending"/> |
|
|
<key variable="status"/> |
|
|
|
@@ -1618,7 +1618,7 @@ |
|
|
</macro> |
|
|
<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"> |
|
|
<sort> |
|
|
<key macro="author-bib" names-min="21" names-use-first="19"/> |
|
|
<key macro="author-bib" names-min="3" names-use-first="1"/> |
|
|
<key macro="date-sort-group"/> |
|
|
<key macro="date-sort-date" sort="ascending"/> |
|
|
<key variable="status"/> |
|
|
|
@@ -1618,7 +1618,7 @@ |
|
|
</macro> |
|
|
<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"> |
|
|
<sort> |
|
|
<key macro="author-bib" names-min="21" names-use-first="19"/> |
|
|
<key macro="author-bib" names-min="3" names-use-first="1"/> |
|
|
<key macro="date-sort-group"/> |
|
|
<key macro="date-sort-date" sort="ascending"/> |
|
|
<key variable="status"/> |
|
|
0 comments on commit
bfffaed