[NTG-context] TABLE in item

Duncan Hothersall dh at capdm.com
Fri Oct 27 12:28:06 CEST 2006


I said:

> \starttext
> \startitemize[n,broad]
> \item Hello world!
> \bTABLE\bTR\bTD Little\eTD \bTD table\eTD\eTR\eTABLE
> First item continues.
> \item Second item.
> \stopitemize
> \stoptext

What I *meant* (sorry!) was

\starttext
\startitemize[n,broad]
\item Hello world!
\bTABLE[split=yes]\bTR\bTD Little\eTD \bTD table\eTD\eTR\eTABLE
First item continues.
\item Second item.
\stopitemize
\stoptext

I know that in the first example I can put \dontleavehmode before the
table and things work okay.

In the second example (with split=yes) this doesn't work. Is there a way
of making things line up when split=yes? (I'm typesetting an accounting
book...).

Thanks again,

Duncan



More information about the ntg-context mailing list