サブフロート内のキャプションに脚注を追加したいと考えています。のコンテキストでの\footnotemark
withの組み合わせについて読みました。ただし、これは機能しないようです。\footnotetext
\subfigure
\subfloat
これが私のコードです:
\begin{figure}[ht]
\centering
\subfloat[Caption...\footnotemark]{\label{fig_1}
\includegraphics[width=0.47\textwidth]
{gfx/img1.png}}\quad
\subfloat[Caption without footnote]{\label{fig_2}
\includegraphics[width=0.47\textwidth]
{gfx/img2.png}}
\caption{Another caption}
\end{figure}
\footnotetext{Footnote text.}
このコードをコンパイルしようとすると、次のエラーが発生します。
! Argument of \sf@@@subfloat has an extra }.
注: 私はクラシック論文テンプレート 4.6 ( https://bitbucket.org/amiede/classicthesis/wiki/Home ) を使用しています。