I have a small problem with footnote. My code:
\documentclass[12pt, a4paper]{mwart}
\usepackage[demo]{graphicx}
\usepackage{caption}
\begin{document}
Some text...
\begin{center}
\includegraphics[scale=0.4]{image1.jpg}
\captionof{figure}{Some text\footnote{Source: http://link.com/example-link/}}
\end{center}
Some text
\begin{center}
\includegraphics{image2.jpg}
\captionof{figure}{Some text\footnote{Source: http://link.com/example-link2/}}
\end{center}
\end{document}
I have superscript with number at "Some text", but footnote doesn't appear at the bottom of page. Where can be a problem?
! Argument of \@caption has an extra }. inserted text>– David Carlisle May 24 '14 at 20:23