This question was asked for one footnote before. However, as far as I can see (and tried) the answers only work for one footnote. If I want to use two (quite common in our case, since we use it for publication references), the solutions do not count properly.
\documentclass{article}
\usepackage[demo]{graphicx}
\begin{document}
\begin{figure}
\centering
\includegraphics{foo} ...
\caption[Caption for LOF]{Real\protect\footnotemark caption\protect\footnotemark}
\end{figure}
\footnotetext{blah blah blah}
\footnotetext{bloh bloh bloh}
\end{document}
Counting 'by hand' with the optional parameter is very painful, since insertion of a footnote on a preceding page will mix up the numbers. Is there a solution that counts properly? Maybe there is a better solution overall, the original question is almost 10 years old?
