Footnotes in float combinations missing in output
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.
Bump.
---------- Forwarded message ---------
From: Lars
Lars schrieb am 09.01.19 um 23:01:
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
Not very nice but the following works. You would have less problems with local footnotes which are placed in the float block. \starttext \startpostponingnotes \startplacefigure[title={...}] ... \stopplacefigure \stoppostponingnotes \stoptext Wolfgang
participants (3)
-
cryo shock
-
Lars
-
Wolfgang Schuster