Hello, ** Brian Landy [2012-01-17 23:19:41 -0500]:
Hi, sorry to dredge up such an old thread, but I recently updated from a Feb 2010 vintage minimals to current (first to 1/12/2012, then to today 1/17). I ran into problems splitting a table within a splitfloat. I search the list archives and came up with this example, which is failing for me. Don't hi-jack old thread with unrelated question, always start new topic on new problem.
\starttext \placetable[split]{Test} {\bTABLE[split=yes] \dorecurse{60}{ \bTR \bTD hello \eTD \eTR } \eTABLE} \stoptext
I get this error:
! Undefined control sequence.
system > tex > error on line 7 in file test.tex: Undefined control sequence ...
1 \starttext 2 \placetable[split]{Test} 3 {\bTABLE[split=yes] 4 \dorecurse{60}{ 5 \bTR \bTD hello \eTD \eTR 6 } 7 >> \eTABLE} 8 \stoptext 9
<argument> \c!suffixstopper
\floatcaptionparameter ...\currentfloatcaption :#1 \endcsname \??floatcaption... <argument> ...mber )}\thecurrentfloatnumbersuffix \dostoptagged \dostarttagg... \flushbothlabelclass #1#2#3->#1#3 #2 \namedtaggedlabeltexts ...\dostarttagged {#1}{#2}} \dostoptagged \endgroup \thecurrentfloatnumber ...rrentfloatnumbersuffix } \fi \fi \fi ... l.7 \eTABLE }
Any ideas?
According to Command reference on wiki, placetable doesn't have 'split' parameter, see http://wiki.contextgarden.net/Reference/en/placefloat Just remove 'split' and your example will be compiled. --- WBR, Vladimir Lomov -- Quality control, n.: Assuring that the quality of a product does not get out of hand and add to the cost of its manufacture or design.