Hey folks, trying to be a good citizen, I added (And quoted) this message onto the wiki: http://wiki.contextgarden.net/TABLE#Footnotes_in_TABLEs I tried for a bit to try to get the example to render, but no footnotes would show at all. Anyone have thoughts as to how to get wiki rendering to work here? And are there any other examples from this thread that should be added? Also, thanks for this solution, Pablo, it really helped. On 6 July 2017 at 04:51, Pablo Rodriguez wrote: > 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 > ____________________________________________________________ > _______________________ >