[NTG-context] footnotes in captions in floatcombinations
Henning Hraban Ramm
texml at fiee.net
Mon Sep 14 21:40:14 CEST 2020
Hi,
I got a problem with current LMTX as well as with other versions – while I’m sure it used to work at some point:
As soon as there’s a footnote in the caption of a placefigure within a floatcombination, the figure won’t get placed. There’s no problem outside of floatcombinations or with floatcombinations without footnotes.
Please let there be an easy fix...
Hraban
\useMPlibrary[dum]
\automigrateinserts
\showframe
\starttext
\input knuth
%\startplacefigure[location=none]
%\startfloatcombination[2*1]
\startplacefigure[title={Image with footnote\footnote[f:1]{foo bar baz}}]
\externalfigure[001][width=.48\textwidth]
\stopplacefigure
\startplacefigure[title={Another image with footnote\footnote[f:2]{Something}}]
\externalfigure[002][width=.48\textwidth]
\stopplacefigure
%\stopfloatcombination
%\stopplacefigure
\input lorem
\startplacefigure[location=none]
\startfloatcombination[2*1]
\startplacefigure[title={Left Image\footnote[f:3]{doo be doo}}]
\externalfigure[003][width=.48\textwidth]
\stopplacefigure
\startplacefigure[title={Right Image%\footnote[f:4]{Anything}
}]
\externalfigure[004][width=.48\textwidth]
\stopplacefigure
\stopfloatcombination
\stopplacefigure
\startplacefigure[location=none]
\startfloatcombination[2*1]
\startplacefigure[title={Left Image}]
\externalfigure[005][width=.48\textwidth]
\stopplacefigure
\startplacefigure[title={Right Image}]
\externalfigure[006][width=.48\textwidth]
\stopplacefigure
\stopfloatcombination
\stopplacefigure
\input tufte
\stoptext
More information about the ntg-context
mailing list