1

我想在 subfloat 中的标题中添加脚注。我在 ;的上下文中读到了\footnotemarkwith的组合。但是,这似乎不起作用。\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 )。

4

0 回答 0