27 Aug
2010
27 Aug
'10
4:55 p.m.
On Fri, Aug 27, 2010 at 15:42, Taco Hoekwater
On 08/27/2010 12:13 PM, Mojca Miklavec wrote:
Dear Taco,
the following minimal example:
\usemodule[bib]
\startpublication [k=key,t=book] \title{Title} \author[]{Author}[A.]{}{The} \stoppublication
\starttext \cite[alternative=data][key] \stoptext
creates an error in mkii (and works fine in mkiv):
! Undefined control sequence. \@@pvdatabook ...up }{\egroup . }{\insertcrossref
This should help, somewhere after \usemodule:
\let\insertcrossref\bibinsertcrossref
This does help somehow: it stops complaining, but the result is totally broken. Mojca