我用LATEX写文章时,突然不能添加图片,如果添加,则出现错误
! LaTeX Error: Too many unprocessed floats.
GOOGLE了一下,找到解决方案了http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tmupfl
我需要添加一个morefloats.sty的库,具体语法是
\usepackage{morefloats}
当然这种方法不是万能的,文章也说了
Beware that even withmorefloats, the number you can allocate is limited; even with the etex package (which makes available many more registers, etc., than LaTeX does by default; e-TeX can create lots more registers, but none of those “beyond the original TeX default” may be used in float skeletons). Thus, etex may offer some relief, but it cannot be regarded as a panacea.