
私は自分の論文で他の論文から取得した画像を使用しています。 の画像を引用できるようにしたいのです\subfloat
が、latex
エラーメッセージが表示されます。これがコードスニペットです。
\newcommand{\figDWidth}{0.45\textwidth}
\begin{figure}[t]
\centering
\subfloat[Bley et al.~\cite{Bley}]{\label{Ch.Background.Fig.1:a}\includegraphics[width=\figDWidth]{./Figures/Bley.jpg}}~
\subfloat[Jang et al.~\cite{Jang}]{\label{Ch.Background.Fig.1:b}\includegraphics[width=\figDWidth]{./Figures/Jang.jpg}}
\label{Ch.Background.Fig.1}
\end{figure}
エラーメッセージ、
Illegal parameter number in definition of \sf@captionlist. ...gDWidth]{./Figures/Bley.jpg}}