On 02/29/2012 09:33 PM, Jaroslav Hajtmar wrote:
Hello Thomas. Thanks for your interest in my problem.
My problem is that while simple basic aplication works fine, in complex applications (including components, images, tables etc) is not bibliography in the correct order, or there are errors in the references to literature.
I had a look at your examples. First, if the sequence of cited items is important for you (and it is because you want sorttype=cite), I wouldn't put citations and figures into a buffer, that's asking for trouble. That leaves the problem with a \cite command within a caption. This looks like a real bug to me; I hope Hans has the time to look into it. The minimal example is: \setupbibtex[database=sample] \setuppublications[alternative=ams, sorttype=cite] \starttext citations are \cite[hh2010b] and \cite[hh2010a]. \placefigure[force][fig1]{Caption of figure \cite[Eijkhout1991]} {\externalfigure[fig1]} \placepublications[criterium=cite] \stoptext All best Thomas