18 Jan
2012
18 Jan
'12
11:29 a.m.
On Wed, Jan 18, 2012 at 9:48 AM, Hans Hagen
On 18-1-2012 06:31, Vladimir Lomov wrote:
According to Command reference on wiki, placetable doesn't have 'split'
parameter, see http://wiki.contextgarden.net/**Reference/en/placefloathttp://wiki.contextgarden.net/Reference/en/placefloat
Just remove 'split' and your example will be compiled.
each \place<somefloat> command accepts the same keys, so split is valid
Hans
\starttext \setupcaptions[suffix=] \placetable[split]{Test} {\bTABLE[split=yes] \dorecurse{60}{ \bTR \bTD hello \eTD \eTR } \eTABLE} \stoptext it's ok. -- luigi