Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-08-22 Thread Pablo Rodriguez
On 08/22/2017 03:17 AM, Brian Ballsun-Stanton wrote: > Hi Pablo, > > It helped. (The numbers are eaten, but I think the example is important. Hi Brian, sorry, I simply forgot (and I didn’t see it in the sample because I didn’t wrap everything inside a TEXpage). \setupnotations[alternative=serr

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-08-21 Thread Brian Ballsun-Stanton
Hi Pablo, It helped. (The numbers are eaten, but I think the example is important. Thanks for your help. -Brian On 22 August 2017 at 03:21, Pablo Rodriguez wrote: > On 08/21/2017 03:15 AM, Brian Ballsun-Stanton wrote: > > Hey folks, trying to be a good citizen, I added (And quoted) this > > m

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-08-21 Thread Pablo Rodriguez
On 08/21/2017 05:57 AM, Brian Ballsun-Stanton wrote: > Hi Alan, > > I'm sorry I'm... fuzzy today. > > Are you asking me to add: "\automigrateinserts" to the wiki example as a > different mechanism to demonstrate from earlier in this thread, > proposing it as a different solution this problem, and

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-08-21 Thread Pablo Rodriguez
On 08/21/2017 03:15 AM, Brian Ballsun-Stanton wrote: > 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

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-08-20 Thread Brian Ballsun-Stanton
Hi Alan, I'm sorry I'm... fuzzy today. Are you asking me to add: "\automigrateinserts" to the wiki example as a different mechanism to demonstrate from earlier in this thread, proposing it as a different solution this problem, and/or proposing it as a solution to the "not rendering inside the wik

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-08-20 Thread Alan Braslau
Perhaps try: \automigrateinserts this is needed to handle footnotes within a box. Alan On Mon, 21 Aug 2017 11:15:49 +1000 Brian Ballsun-Stanton wrote: > Hey folks, trying to be a good citizen, I added (And quoted) this > message onto the wiki: > > http://wiki.contextgarden.net/TABLE#Footnote

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-08-20 Thread Brian Ballsun-Stanton
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

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-07-16 Thread Mathias Schickel
> Am 15.07.2017 um 21:55 schrieb Hans Hagen : > > On 7/15/2017 9:11 PM, Alan Braslau wrote: >> On Wed, 12 Jul 2017 19:05:26 +0200 >> Hans Hagen wrote: >>> best play with textbackgrounds >>> >>> \starttext >>> >>> \starttextbackground >>> \dorecurse{10}{test\footnote{tufte}: \input tufte\par} >

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-07-15 Thread Hans Hagen
On 7/15/2017 9:11 PM, Alan Braslau wrote: On Wed, 12 Jul 2017 19:05:26 +0200 Hans Hagen wrote: best play with textbackgrounds \starttext \starttextbackground \dorecurse{10}{test\footnote{tufte}: \input tufte\par} \stoptextbackground \stoptext I have found the following to be necessary wh

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-07-15 Thread Alan Braslau
On Wed, 12 Jul 2017 19:05:26 +0200 Hans Hagen wrote: > best play with textbackgrounds > > \starttext > > \starttextbackground > \dorecurse{10}{test\footnote{tufte}: \input tufte\par} > \stoptextbackground > > \stoptext > I have found the following to be necessary when using textbackground, e

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-07-15 Thread Pablo Rodriguez
On 07/15/2017 08:07 PM, Mathias Schickel wrote: >> Am 15.07.2017 um 18:07 schrieb Pablo Rodriguez: >> [...] >> Just in case I got you wrong: is your issue that the background also >> covers the footnotes, such as in the first and second pages from: >> >>\automigrateinserts >>\setuptextbackg

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-07-15 Thread Mathias Schickel
> Am 15.07.2017 um 18:07 schrieb Pablo Rodriguez : > > On 07/14/2017 05:22 PM, Mathias Schickel wrote: >> This indeed does the trick! Thank you very much! Maybe I will take >> use of Hans’ suggestion about textbackgrounds, but as I remember I have >> switched from those to backgrounds because the

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-07-15 Thread Pablo Rodriguez
On 07/14/2017 05:22 PM, Mathias Schickel wrote: > This indeed does the trick! Thank you very much! Maybe I will take > use of Hans’ suggestion about textbackgrounds, but as I remember I have > switched from those to backgrounds because they sometimes showed strange > behaviour at page breaks if for

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-07-14 Thread Mathias Schickel
> Am 13.07.2017 um 01:18 schrieb Aditya Mahajan : > > On Wed, 12 Jul 2017, Mathias Schickel wrote: > >> Does no-one know what I can do to settle the problem? >> [...] >> So what can I do to get the footnotes in a background environment displayed? > > \automigrateinserts > \starttext > \startbac

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-07-12 Thread Aditya Mahajan
On Wed, 12 Jul 2017, Mathias Schickel wrote: Does no-one know what I can do to settle the problem? [...] So what can I do to get the footnotes in a background environment displayed? \automigrateinserts \starttext \startbackground This is a test\footnote{Footnote} continue \stopbackground \s

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-07-12 Thread Hans Hagen
best play with textbackgrounds \starttext \starttextbackground \dorecurse{10}{test\footnote{tufte}: \input tufte\par} \stoptextbackground \stoptext - Hans Hagen | PRAGMA ADE

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-07-12 Thread Mathias Schickel
Am 10.07.2017 um 20:23 schrieb Mathias Schickel :Am 10.07.2017 um 12:50 schrieb Pablo Rodriguez :On 07/08/2017 03:17 PM, Mathias Schickel wrote:Dear Andreas, Pablo and the list,I did read your question and answer with great interest, since Iencountered simila

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-07-10 Thread Mathias Schickel
> Am 10.07.2017 um 12:50 schrieb Pablo Rodriguez : > > On 07/08/2017 03:17 PM, Mathias Schickel wrote: >> Dear Andreas, Pablo and the list, >> >> I did read your question and answer with great interest, since I >> encountered similar issues. Sadly your trick to get footnotes that are >> defined

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-07-10 Thread Pablo Rodriguez
On 07/08/2017 03:17 PM, Mathias Schickel wrote: > Dear Andreas, Pablo and the list, > > I did read your question and answer with great interest, since I > encountered similar issues. Sadly your trick to get footnotes that are > defined in some environments like tables displayed at the bottom of th

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-07-08 Thread Mathias Schickel
Dear Andreas, Pablo and the list, I did read your question and answer with great interest, since I encountered similar issues. Sadly your trick to get footnotes that are defined in some environments like tables displayed at the bottom of the page does not work if you try it using backgrounds. H

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-07-06 Thread Andreas Schneider
Am 2017-07-05 20:51, schrieb Pablo Rodriguez: 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

Re: [NTG-context] Footnote in TABLE isn't rendered anywhere

2017-07-05 Thread Pablo Rodriguez
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,

[NTG-context] Footnote in TABLE isn't rendered anywhere

2017-07-03 Thread Andreas Schneider
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

Re: [NTG-context] footnote in TABLE

2010-05-19 Thread Wolfgang Schuster
Am 19.05.10 11:21, schrieb Vladimir Lomov: Both methods work fine (preamble is part of document before \starttext I guess). Yes, before \starttext or in a environment file. Do I understand it correctly that TABLE is NOT a float? It's a float when you write it in \placetable or any ot

Re: [NTG-context] footnote in TABLE

2010-05-19 Thread Vladimir Lomov
Thanks both Wolfgang and Vianney. ** Wolfgang Schuster [2010-05-19 10:42:19 +0200]: > Am 19.05.10 10:11, schrieb Vladimir Lomov: >>Hi. >>Am I right that footnote don't work inside TABLE? >>Example: >> >>\starttext >>Interaction between footnote and TABLE. >>\bTABLE >>\bTR \bTD This is first c

Re: [NTG-context] footnote in TABLE

2010-05-19 Thread Wolfgang Schuster
Am 19.05.10 10:11, schrieb Vladimir Lomov: Hi. Am I right that footnote don't work inside TABLE? Example: \starttext Interaction between footnote and TABLE. \bTABLE \bTR \bTD This is first column \eTD \bTD This is second column\footnote{More convenient way to index as $a_{12}$ --- row and c

Re: [NTG-context] footnote in TABLE

2010-05-19 Thread Vianney le Clément
You may want to try localfootnotes. Have a look at the first example of http://wiki.contextgarden.net/Footnotes Regards, Vianney ___ If your question is of interest to others as well, please add an entry to the Wiki!

[NTG-context] footnote in TABLE

2010-05-19 Thread Vladimir Lomov
Hi. Am I right that footnote don't work inside TABLE? Example: \starttext Interaction between footnote and TABLE. \bTABLE \bTR \bTD This is first column \eTD \bTD This is second column\footnote{More convenient way to index as $a_{12}$ --- row and column}\eTD \eTR \bTR \bTD This is second row