ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* TABLE not splitting across page boundary
@ 2012-04-02  5:41 Kip Warner
  2012-04-02 10:54 ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Kip Warner @ 2012-04-02  5:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 888 bytes --]

Hey list,

I am having difficulty getting my table to split across page boundaries.
It doesn't have, nor need, headers, but just individual unrelated rows.
Here is a minimal illustrating the problem I am having:

\starttext
Here is some text.
\placetable[force,nonumber,right]{}
{
    \bTABLE[width=0.25\textwidth,split=yes]
    \setupTABLE[column][1]
        [align={middle,lohi},
         style=\bfxx,
         width=2.3cm]
    \setupTABLE[column][2]
        [align=flushleft,
         option=stretch]
    \setupTABLE[each][each]
        [style=\tfxx]

    \bTABLEbody

        \dorecurse{100}{
            \bTR
              \bTC  body \eTC
              \bTC  body \eTC
            \eTR
        }

    \eTABLEbody

    \eTABLE
}

\stoptext

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

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-04-03 19:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-02  5:41 TABLE not splitting across page boundary Kip Warner
2012-04-02 10:54 ` Hans Hagen
2012-04-03  0:13   ` Kip Warner
2012-04-03  8:16     ` Hans Hagen
2012-04-03 19:18       ` Kip Warner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).