Bump.
---------- Forwarded message ---------
From: Lars
Date: Mi., 9. Jan. 2019 um 23:01 Uhr
Subject: Footnotes in float combinations missing in output
To: mailing list for ConTeXt users
Hi there, hi Hans,
I just want to let you know that footnotes insterted in float-combinations
don't get rendered properly, i. e. only the last footnote is placed in the
output. MWE:
\starttext
\startplacefigure[title={OuterCap\footnote{Outer footnote}}]
\startfloatcombination[nx=3]
\placefigure{Fnote1\footnote{Hello}}{\externalfigure[cow][width={.2\textwidth}]}
\placefigure{Fnote2\footnote{small}}{\externalfigure[cow][width={.2\textwidth}]}
\placefigure{Fnote3\footnote{world}}{\externalfigure[cow][width={.2\textwidth}]}
\stopfloatcombination
\stopplacefigure
\stoptext
gives the following:
Can you confirm and tell me that it's not my fault?
Greetings, Lars.