Am 16.09.2020 um 13:39 schrieb Hans Hagen
: On 9/16/2020 12:08 PM, Henning Hraban Ramm wrote:
\automigrateinserts
that one does nothing in lmtx
At least it doesn’t interfere. ;) But good to know it’s becoming obsolete.
\showframe \starttext \input lorem \startplacefigure[location=none] \startfloatcombination[2*1] \startplacefigure[title={Left Image\footnote[f:3]{\input knuth }}] \externalfigure[003][width=.48\textwidth] \stopplacefigure \startplacefigure[title={Right Image\footnote[f:4]{Anything}}] \externalfigure[004][width=.48\textwidth] \stopplacefigure \stopfloatcombination \stopplacefigure \input tufte \stoptext It was kind of tricky to identify (as i first though that you meant that it also happened in mkiv)
In MkIV I get images and footnotes, but the width of the footnotes is always that of the image. In LMTX I don’t get anything.
but I managed to find a solution. New bin needed so not yet uploaded.
Thank you! Looking forward to it. Hraban