码迷,mamicode.com
首页 > 其他好文 > 详细

LaTeX报错:Command \newfloat already defined

时间:2015-11-18 21:30:54      阅读:1511      评论:0      收藏:0      [点我收藏+]

标签:

LaTeX运行时出现错误:

! LaTeX Error: Command \c@lofdepth already defined.
               Or name \end... illegal, see p.192 of the manual.

 

问题原因:memoir宏包与subfigure宏包冲突。 

 

解决办法:在subfigure宏包前加入以下代码

\makeatletter
\let\c@lofdepth\relax
\let\c@lotdepth\relax
\makeatother
\usepackage{subfigure}

 

LaTeX报错:Command \newfloat already defined

标签:

原文地址:http://www.cnblogs.com/make217/p/4975864.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!