On 07/03/2017 05:00 PM, Andreas Schneider wrote:
> Hello,
> 
> in the current ConTeXt Minimals (ver: 2017.06.30 19:45 MKIV beta  fmt: 
> 2017.7.3) the following example doesn't show any footnotes:
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> \starttext
> \bTABLE[split=repeat,align=normal]
>    \bTR\bTD Something\footnote[x]{bla bla}\eTD\eTR
>    \bTR\bTD Foo\note[x] \eTD\eTR
> \eTABLE
> \stoptext
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Hi Andreas,

this might do what you intend:

    \starttext
    \bTABLE[split=repeat,align=normal]
       \bTR\bTD Something\postponenotes\footnote[x]{bla bla}\eTD\eTR
       \bTR\bTD Foo\note[x] \eTD\eTR
    \eTABLE
    \flushnotes
    \stoptext

Just in case it helps,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to