citeproc-0.1: test/csl/name_EtAlUseLast.txt
>>===== MODE =====>>
bibliography
<<===== MODE =====<<
>>===== RESULT =====>>
<div class="csl-bib-body">
<div class="csl-entry">John Anderson, John Brown, John Catharsis, John Doldrums, John Evergreen, John Fugedaboutit, … John Houynym</div>
</div>
<<===== RESULT =====<<
>>===== CSL =====>>
<style
xmlns="http://purl.org/net/xbiblio/csl"
class="note"
version="1.0">
<info>
<id />
<title />
<updated>2009-08-10T04:49:00+09:00</updated>
</info>
<citation>
<layout>
<names variable="author">
<name />
</names>
</layout>
</citation>
<bibliography
et-al-min="8"
et-al-use-first="6"
et-al-use-last="true">
<layout>
<names variable="author">
<name and="text" delimiter-precedes-last="never"/>
</names>
</layout>
</bibliography>
</style>
<<===== CSL =====<<
>>===== INPUT =====>>
[
{
"author": [
{
"family": "Anderson",
"given": "John"
},
{
"family": "Brown",
"given": "John"
},
{
"family": "Catharsis",
"given": "John"
},
{
"family": "Doldrums",
"given": "John"
},
{
"family": "Evergreen",
"given": "John"
},
{
"family": "Fugedaboutit",
"given": "John"
},
{
"family": "Gargoyle",
"given": "John"
},
{
"family": "Houynym",
"given": "John"
}
],
"id": "ITEM-1",
"type": "book"
}
]
<<===== INPUT =====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<