On 3-4-2012 02:13, Kip Warner wrote:
On Mon, 2012-04-02 at 12:54 +0200, Hans Hagen wrote:
\placetable[force,nonumber,right,split]
Thanks Hans. That works for splitting the table, but text no longer wraps around it properly anymore. The table is aligned on the right side of the page, and splits at a page boundary as requested, but the rest of the page is blank on its left with body text only above and below it.
indeed. that kind of wrapping does not work for successive (split) floats
\input knuth
\placetable[nonumber,right,split,4*hang]{} { \bTABLE[width=0.25\textwidth] \setupTABLE[column][1] [align={middle,lohi}, background=color, backgroundcolor=colour_table_row_even, style=\bfxx, width=2.3cm] \setupTABLE[column][2] [align=flushleft, option=stretch, background=color, backgroundcolor=colour_table_row_odd] \setupTABLE[each][each] [style=\tfxx]
\bTABLEbody
\bTR \bTC Stuff \eTC \bTC Stuff \eTC \eTR
... \eTABLEbody
\eTABLE }
\input knuth
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------