citeproc-0.7: test/csl/etal_AndOthersWithEtAlUseLast.txt
>>===== MODE =====>>
bibliography
<<===== MODE =====<<
>>===== RESULT =====>>
<div class="csl-bib-body">
<div class="csl-entry">John Doe, Jane Roe, et al.</div>
</div>
<<===== RESULT =====<<
>>===== CSL =====>>
<style
xmlns="http://purl.org/net/xbiblio/csl"
class="note"
version="1.0">
<info>
<id />
<title />
<updated>2022-03-22T18:29:00+01:00</updated>
</info>
<citation>
<layout>
<text value="Oops"/>
</layout>
</citation>
<bibliography>
<layout>
<group delimiter=", ">
<names variable="author">
<name et-al-min="5" et-al-use-first="4" et-al-use-last="true" />
</names>
</group>
</layout>
</bibliography>
</style>
<<===== CSL =====<<
>>===== INPUT =====>>
[
{
"author": [
{
"family": "Doe",
"given": "John"
},
{
"family": "Roe",
"given": "Jane"
},
{
"literal": "others"
}
],
"id": "ITEM-1",
"issued": {
"date-parts": [
[
"1965",
"6",
"1"
]
]
},
"title": "His Anonymous Life",
"type": "article-journal"
}
]
<<===== INPUT =====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<