Zotero style results in "et al." bibliography, although it should not

edited October 11, 2023
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
<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?
Sign In or Register to comment.