ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Table nesting
@ 2006-05-15 19:46 nico
  0 siblings, 0 replies; only message in thread
From: nico @ 2006-05-15 19:46 UTC (permalink / raw)


Hello,

I try to nest some tables, but the following case crashes, telling about  
some tex capacity exceeded. But i don't really believe in some capacity  
problem since it works fine when removing the enclosing of \bTABLEbody  
\eTABLEbody.

BTW, is there some method/option to change the space size between the cell  
rules and the cell content?

Regards,
BG

\starttext

\startbuffer[2]
   \bTABLE[align=lohi,width=.5\hsize]
   \bTR\bTD c \eTD\bTD d\eTD\eTR
   \bTR\bTD c \eTD\bTD d\eTD\eTR
   \eTABLE
\stopbuffer

\startbuffer
   \bTABLE[align=lohi,width=.5\hsize]
   \bTR\bTD \getbuffer[2] \eTD\bTD d\eTD\eTR
   \eTABLE
\stopbuffer

\bTABLE[frame=on,split=repeat,width=.3\textwidth]
\bTABLEbody
\bTR \bTD a foo \eTD \bTD a bar \eTD \bTD a baz \eTD \eTR
\bTR \bTD b foo \eTD \bTD \getbuffer \eTD \bTD b baz \eTD \eTR
\bTR \bTD c foo \eTD \bTD c bar \eTD \bTD c baz \eTD \eTR
\eTABLEbody
\eTABLE

\stoptext

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-05-15 19:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-15 19:46 Table nesting nico

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).