Re: [NTG-context] footnotes in frames

2015-11-09 Thread Wolfgang Schuster
Alan BRASLAU 9. November 2015 um 05:49 On Sun, 8 Nov 2015 19:22:02 +0100 How does the following magic, revealed a while ago, fit into the scene? \automigrateinserts % needed to handle footnotes within a box... It works only when you use \hbox but not for nested boxes

Re: [NTG-context] footnotes in frames

2015-11-09 Thread Hans Hagen
On 11/9/2015 5:49 AM, Alan BRASLAU wrote: On Sun, 8 Nov 2015 19:22:02 +0100 Hans Hagen wrote: as you're not afraid of magic: How does the following magic, revealed a while ago, fit into the scene? \automigrateinserts % needed to handle footnotes within a box... depends on how much control

Re: [NTG-context] footnotes in frames

2015-11-09 Thread Hans Hagen
On 11/8/2015 7:47 PM, Thomas A. Schmitz wrote: On 08.11.2015 19:22, Hans Hagen wrote: as you're not afraid of magic: \framed{three\postponenotes\footnote{3}}\flushnotes Yep, excellent, that gets the job done! Thanks a lot! Would this description of the mechanism be correct for the wiki: "In

Re: [NTG-context] footnotes in frames

2015-11-09 Thread Hans Hagen
On 11/8/2015 7:47 PM, Thomas A. Schmitz wrote: On 08.11.2015 19:22, Hans Hagen wrote: as you're not afraid of magic: \framed{three\postponenotes\footnote{3}}\flushnotes Yep, excellent, that gets the job done! Thanks a lot! Would this description of the mechanism be correct for the wiki: "In

Re: [NTG-context] footnotes in frames

2015-11-08 Thread Alan BRASLAU
On Sun, 8 Nov 2015 19:22:02 +0100 Hans Hagen wrote: > as you're not afraid of magic: How does the following magic, revealed a while ago, fit into the scene? \automigrateinserts % needed to handle footnotes within a box... Alan ___

Re: [NTG-context] footnotes in frames

2015-11-08 Thread Thomas A. Schmitz
On 08.11.2015 19:22, Hans Hagen wrote: as you're not afraid of magic: \framed{three\postponenotes\footnote{3}}\flushnotes Yep, excellent, that gets the job done! Thanks a lot! Would this description of the mechanism be correct for the wiki: "In deeply nested boxes (such as frames or similar

Re: [NTG-context] footnotes in frames

2015-11-08 Thread Hans Hagen
On 11/8/2015 6:02 PM, Thomas A. Schmitz wrote: Hi, is it, by any kind of magic, possible to have footnotes within a frame (no float) that will be typeset with the normal footnotes flow? Something like \starttext one\footnote{1} two\footnote{2} \framed{three\footnote{3}} four\footnote{4} \s

[NTG-context] footnotes in frames

2015-11-08 Thread Thomas A. Schmitz
Hi, is it, by any kind of magic, possible to have footnotes within a frame (no float) that will be typeset with the normal footnotes flow? Something like \starttext one\footnote{1} two\footnote{2} \framed{three\footnote{3}} four\footnote{4} \stoptext I have found some threads about simi