9 Nov
2015
9 Nov
'15
10:30 a.m.
Alan BRASLAU mailto:alan.braslau@cea.fr 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 (which also applies to \framed).
%\enabletrackers[nodes.migrations] \automigrateinserts \starttext First\footnote{First} \hbox{Second\footnote{Second}} \vbox{Third\footnote{Third}} \hbox{\hbox{Fourth\footnote{Fourth}}} \stoptext Wolfgang