27 Oct
2006
27 Oct
'06
10:28 a.m.
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