Zotero style results in "et al." bibliography, although it should not
I am using the "OIKOS" style for a manuscript that I wrote with LibreOffice.
In the bibliography that is generated, the author list is abbreviated with et al. when there are more than 2 (or 3?) authors, contrary to the journals guidelines which require to list all authors.
I now am not sure how I can prevent the abbreviation of the author list.
In the CSL file, I find
Do I need to change these macros, and how?
In the bibliography that is generated, the author list is abbreviated with et al. when there are more than 2 (or 3?) authors, contrary to the journals guidelines which require to list all authors.
I now am not sure how I can prevent the abbreviation of the author list.
In the CSL file, I find
<bibliography hanging-indent="true">
<sort>
<key macro="author-short" names-min="1" names-use-first="1"/>
<key macro="author-count" names-min="3" names-use-first="3"/>
<key variable="issued"/>
</sort>
Do I need to change these macros, and how?
We can fix this, but if you're in a huge rush, the code to remove is
et-al-min="3" et-al-use-first="1"
which you can find in line 44 towards the top of the style file.I edited the .csl file (on disc) that I had added, but this did not seem to have any effect. The changes became only apparent once I deleted the style in Zotero and added it again.
https://github.com/citation-style-language/styles/blob/1b9707291676570d46de42d117552c5495997c82/oikos.csl
Style now updated on the repository. https://www.zotero.org/styles?q=id:oikos