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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to