Skip to content

Commit

Permalink
Remove et-al affixes from bibliotecae-it.csl
Browse files Browse the repository at this point in the history
Needed a redefinition of term
  • Loading branch information
bwiernik committed Dec 23, 2021
1 parent 03a94e4 commit be96bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bibliothecae-it.csl
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
</term>
<term name="and others"/>
<term name="letter" form="short">lettera</term>
<term name="et-al">[et al.]</term>
</terms>
</locale>
<macro name="responsibility">
<names variable="author">
<name delimiter-precedes-last="never" et-al-min="4" et-al-use-first="3"/>
<et-al prefix=" [" suffix="]"/>
<label form="short" text-case="lowercase" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
Expand All @@ -41,7 +41,7 @@
<macro name="author-citation">
<names variable="author">
<name form="short" delimiter=" - " et-al-min="2" et-al-use-first="1"/>
<et-al term="and others" prefix=" [" suffix="]"/>
<et-al term="and others"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
Expand Down

0 comments on commit be96bd8

Please sign in to comment.