\protect
http://blog.sina.com.cn/s/blog_5e16f1770100ld2u.html
LaTeX会对表格或者图片的标题命令\caption{}中使用引用非常严苛(另外,section命令中使用脚注也是类似),可以把\protect命令放在命令前来修正。
如:
\caption{Data taken from \protect \cite{Efron79t}}
\section{data taken from \protect \footnote{the email of author}}
\protect
http://blog.sina.com.cn/s/blog_5e16f1770100ld2u.html
LaTeX会对表格或者图片的标题命令\caption{}中使用引用非常严苛(另外,section命令中使用脚注也是类似),可以把\protect命令放在命令前来修正。
如:
\caption{Data taken from \protect \cite{Efron79t}}
\section{data taken from \protect \footnote{the email of author}}