Re: [NTG-context] TABLE in item

2006-10-29 Thread Duncan Hothersall
> \let\beforeTABLEsplitbox\relax > \let\afterTABLEsplitbox \relax > \let\beforeTABLEbox \relax > \let\afterTABLEbox \relax > > you can play with these macros since they are the formal hooks Hans, I played with \let\beforeTABLEsplitbox\dontleavehmode \def\afterTABLEsplitbox{\relax\dontl

Re: [NTG-context] TABLE in item

2006-10-28 Thread Hans Hagen
Duncan Hothersall wrote: > 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 > \start

Re: [NTG-context] TABLE in item

2006-10-28 Thread Hans Hagen
Duncan Hothersall wrote: > Very simple question which has suddenly stumped me: > > \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 > > How to get the TABLE inside

Re: [NTG-context] TABLE in item

2006-10-27 Thread Duncan Hothersall
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]\bT

[NTG-context] TABLE in item

2006-10-27 Thread Duncan Hothersall
Very simple question which has suddenly stumped me: \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 How to get the TABLE inside the first item to align with the item content,