Skip to content

Commit

Permalink
remove et-al from bibtex.csl (#5728)
Browse files Browse the repository at this point in the history
* Keep citekeys stable(ish)
  • Loading branch information
pstjohn committed Nov 16, 2021
1 parent bbd703d commit 0710b51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bibtex.csl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" delimiter="_" delimiter-precedes-last="always"/>
<name form="short" delimiter="_" delimiter-precedes-last="always" et-al-min="11" et-al-use-first="10"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
Expand Down Expand Up @@ -125,7 +125,7 @@
<macro name="edition">
<text variable="edition"/>
</macro>
<citation et-al-min="11" et-al-use-first="10" disambiguate-add-year-suffix="true" disambiguate-add-names="false" disambiguate-add-givenname="false" collapse="year">
<citation disambiguate-add-year-suffix="true" disambiguate-add-names="false" disambiguate-add-givenname="false" collapse="year">
<sort>
<key macro="author"/>
<key variable="issued"/>
Expand All @@ -134,7 +134,7 @@
<text macro="citeKey"/>
</layout>
</citation>
<bibliography hanging-indent="false" et-al-min="11" et-al-use-first="10">
<bibliography hanging-indent="false">
<sort>
<key macro="author"/>
<key variable="issued"/>
Expand Down

0 comments on commit 0710b51

Please sign in to comment.