On Sep 13, 2009, at 2:23 PM, Hans Hagen wrote:
line 16 strc-lst.lua:
local concat, insert, remove = table.concat, table.insert, table.remove
Thanks, that helped. One new problem (this used to work three weeks ago): the criterium=cite key is not applied. Example: \setuppublicationlist[samplesize={{{The}}24},totalnumber=2] \startpublication[k=silktragedytragic,t=book, a={{Silk}},y=1996, n=1855,s=Sil96] \editor[]{Michael~S.}[M.~S.]{}{Silk} \pubyear{1996} \title{Tragedy and the Tragic. Greek Theatre and Beyond} \city{Oxford} \pubname{Oxford UP} \stoppublication \startpublication[k=depewobbinkmatrices,t=book, a={{Depew},{Obbink}},y=2000, n=2445,s=DO00] \editor[]{Mary}[M.]{}{Depew} \editor[]{Dirk~D.}[D.~D.]{}{Obbink} \pubyear{2000} \title{Matrices of Genre: Authors, Canons, and Society} \series{Center for Hellenic studies colloquia} \volume{4} \city{Cambridge (Mass.)} \pubname{Harvard UP} \stoppublication \setuppublications[state=start] \starttext \section{one} \nocite[silktragedytragic] \placepublications[criterium=cite] \section{two} \nocite[depewobbinkmatrices] \placepublications[criterium=cite,option=continue] \stoptext All best Thomas