Am 06.10.2011 um 03:10 schrieb Michael Green:

> That works. Thank you very much!
> 
> Coincidentally, I found a similar issue with the letter module. The table in 
> the example below will be numbered "Table 2"
> 
> \usemodule[letter]
> 
> \starttext
> 
> \startletter
> 
> \placetable[here][]{title}
> \starttable[|l|]
> \NC That’s all \NC\MR
> \stoptable
> 
> \stopletter
> \stoptext 


You need the following mode setting:

\usemodule[letter]

\startletter

\startnotmode[*trialtypesetting]
\placetable[here][]{title}
\starttable[|l|]
\NC That’s all \NC\MR
\stoptable
\stopnotmode

\stopletter

Wolfgang
___________________________________________________________________________________
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