Re: [NTG-context] Footnote disappears (TABLE, itemize)

2011-03-21 Thread Vedran Miletić
2011/3/20 Wolfgang Schuster > > Am 20.03.2011 um 22:08 schrieb Vedran Miletić: > > > Hi, > > > > the following code makes first footnote disappear. > > > > \starttext > > \placetable{My table}{\bTABLE > > \bTR \bTD {\bf Something} \eTD \bTD \startitemize[1, packed] > > \item First > >

Re: [NTG-context] Footnote disappears (TABLE, itemize)

2011-03-20 Thread Wolfgang Schuster
Am 20.03.2011 um 22:08 schrieb Vedran Miletić: > Hi, > > the following code makes first footnote disappear. > > \starttext > \placetable{My table}{\bTABLE > \bTR \bTD {\bf Something} \eTD \bTD \startitemize[1, packed] > \item First > \item Second\footnote{test1} hello >

[NTG-context] Footnote disappears (TABLE, itemize)

2011-03-20 Thread Vedran Miletić
Hi, the following code makes first footnote disappear. \starttext \placetable{My table}{\bTABLE \bTR \bTD {\bf Something} \eTD \bTD \startitemize[1, packed] \item First \item Second\footnote{test1} hello \item Third\footnote{test2} hello \stopitemize \eTD \eTR \eTABLEbody