Answers for "footnote in a caption latex"

0

footnote in a caption latex

\usepackage{afterpage}

\afterpage{
  \begin{figure}
    \begin{center}
      \includegraphics[scale=0.75]{images/the_cited.png}
        \caption[The LOF caption]{Lorem ipsum. \tiny{Example\footnotemark}}
    \label{fig:cited_img}
    \end{center}
  \end{figure}
  \footnotetext{Source: \url{http://www.example.com/the_image.png}
}
Posted by: Guest on November-30-2020

Browse Popular Code Answers by Language