
Estoy usando imágenes tomadas de otros artículos en mi artículo. Me gustaría poder citar las imágenes en \subfloat
, pero latex
genera mensaje de error. Aquí está el fragmento de código,
\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}
y mensaje de error,
Illegal parameter number in definition of \sf@captionlist. ...gDWidth]{./Figures/Bley.jpg}}