서브플로트 문제 인용

서브플로트 문제 인용

내 기사에는 다른 논문에서 가져온 이미지를 사용하고 있습니다. \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}}

관련 정보