2012年9月19日星期三

LaTex 中在插图figure 的\caption 中使用 \cite 报错

LaTex 中在插图figure 的\caption 中使用 \cite 报错时, 在\cite 左边加上\protect 就可以解决 例如:
\begin{figure}[htbp]
\includegraphics[width=0.45\textwidth]{./pic/Hello}
\caption{Hello World!  \protect \cite{Wiki}}
\label{fig:Hello}
\end{figure}

没有评论:

发表评论