On 12 mars 2010, at 08:37, Aditya Mahajan wrote:
[…]
A bug. \type inside a table caption does not work. Minimal example:
\starttext
\placetable
[here,force] % not forece
{Use of \type{\setuptables}}
{}
\stoptext
Indeed. However it works fine with mkii. More generally the bug in mkiv concerns \type within \placeFLOAT, such as \placefigure:\starttext
\placefigure
{Use of \type{\placefigure}} % <--- this doesn't work
{\externalfigure[lenna.jpg]}
\placefigure
{Use of {\tt \backslash placefigure}} % <--- this works
{\externalfigure[lenna.jpg]}
\stoptext
Best regards: OK