LaTeXで図にふっとノートをつける
\usepackage{caption}
\captionsetup{font=small}
としたうえで,
\begin{figure}[]
\centering
\includegraphics[width=15cm]{foo.png}
\caption{bar \footnotemark}
\label{fig:hogehoge}
\end{figure}
\footnotetext{hoge}
とする.
しょっちゅう忘れて毎回困るので備忘録として.
この記事が気に入ったらサポートをしてみませんか?