I have two figures standing next to each other, each with their own captions. I want to have the image source in a footnote in each of their caption, and have the footnote displayed at the bottom of the page together with all the other footnotes. The method used in the example under does not achieve the expected/wanted result. Does anyone know if there's a way to achieve this?
\begin{figure}[H]
\begin{minipage}{0.40\textwidth}
\centering
\includegraphics[width=0.75\textwidth]{images/picture1.jpg}
\caption[desc]{desc \footnote{source 1 url}}
\end{minipage}\hfill
\begin{minipage}{0.40\textwidth}
\centering
\includegraphics[width=0.75\textwidth]{images/picture2.jpg}
\caption[desc]{desc \footnote{source 2 url}}
\end{minipage}
\end{figure}

\figuretextwhen more than one footnote is cited in a singlefigure. – barbara beeton Apr 08 '20 at 21:27