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
>         \item Third\footnote{test2} hello
> \stopitemize \eTD \eTR
> \eTABLEbody
> \eTABLE}
> \stoptext

Add \automigrateinserts or use local footnotes, be aware that floats and 
footnotes don’t work well together.

\starttext

\placetable
  {My table}
  {\startlocalfootnotes
   \placelegend
     {\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
      \eTABLE}
     {\placelocalfootnotes}
   \stoplocalfootnotes}

\stoptext

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to