latex3 / tagging-project

Issues related to the tagging project
https://latex3.github.io/tagging-project/
LaTeX Project Public License v1.3c
23 stars 5 forks source link

footnotes in caption are wrong ... #76

Open u-fischer opened 1 month ago

u-fischer commented 1 month ago
\DocumentMetadata{uncompress,testphase={phase-III}}
\documentclass{article}
\begin{document}

\begin{figure}
    \begin{minipage}{5cm}
    \caption[Blub]{Footnote\footnote{a footnote}} 
    \end{minipage}   
\end{figure}
\end{document}

image