Hi,
an other issue with bib: already at the stage of running bibtex three or more authors are "shortened".
See an easy example:
\setupbibtex[database=mytry_x.bib]
\starttext
Test
\completepublications
\stoptext
The referenced "mytry_x.bib" looks like this:
@BOOK{daunerliebkonzenschmidt,
author = {Peter Schlechtriem and Horst Konzen},
}
@BOOK{schlechtriemschmidtkessel,
author = {Peter Schlechtriem and Horst Konzen and Karsten Schmidt},
}
And the resulting bbl lookes like this:
\setuppublicationlist[samplesize={SKS},totalnumber=2]
\startpublication[k=daunerliebkonzenschmidt,t=book,
a={{Schlechtriem},{Konzen}},y=,
n=1,s=SK]
\author[]{Peter}[P.]{}{Schlechtriem}
\author[]{Horst}[H.]{}{Konzen}
\stoppublication
\startpublication[k=schlechtriemschmidtkessel,t=book,
a={{Schlechtriem},{}},y=,
n=2,s=SKS]
\author[]{Peter}[P.]{}{Schlechtriem}
\author[]{Horst}[H.]{}{Konzen}
\author[]{Karsten}[K.]{}{Schmidt}
\stoppublication
Why is "a=" now {{Schlechtriem},{}} and not {{Schlechtriem},{Konzen},{Schmidt}} ??
Steffen