6 Oct
2011
6 Oct
'11
7:10 a.m.
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