サブフロート問題での引用

サブフロート問題での引用

私は自分の論文で他の論文から取得した画像を使用しています。 の画像を引用できるようにしたいのです\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}}

関連情報