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.

\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

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

Attachment: signature.asc
Description: This is a digitally signed message part

___________________________________________________________________________________
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