📜  字幕乳胶中的脚注 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:37             🧑  作者: Mango

代码示例1
\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}
}