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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to