作者wyvernlee (wyvernlee)
看板LaTeX
标题Re: [请益] 要放的图档过多是不是会不能产生後面的 …
时间Fri Sep 5 23:48:58 2008
※ 引述《wyvernlee (wyvernlee)》之铭言:
: ※ 引述《dafy (dafy)》之铭言:
: : 各位大大你好:
: : 由於老板要我用Latex写论文,但是小弟的论文中图档非常多,
: : 因此当图示在某章节出现过多时,则Complier时会出现错误,
: : 小弟猜想是不是图示过多造成问题产生(在某一章节已经用到至少30个图示)。
: : 还是因为有其他问题呢?小弟想烦请各位大大帮忙是不是能看看是否哪里有错误?
: : 底下附上问题以及定义图示排版的的顺序。
: : 谢谢各位大大的帮忙
: : 定义:
: : =============================================================================
: : % FIGURE
: : %=============================================================================
: : \newcounter{figure}[chapter]
: : \def\thefigure{\@arabic\c@chapter.\@arabic\c@figure} %{\thechapter.\@arabic\c@figure}
: : \def\fps@figure{tbp}
: : \def\ftype@figure{1}
: : \def\ext@figure{lof}
: : \def\fnum@figure{Figure \thefigure}
: : \def\figure{\@float{figure}}
: : \let\endfigure\end@float
: : \@namedef{figure*}{\@dblfloat{figure}}
: : \@namedef{endfigure*}{\end@dblfloat}
: : 写法:
: : \begin{figure}
: : \centerbmp{6.3in}{3.2in}{triareadel0.5.bmp}
: : \caption{ARL for symmetric control limits (curve) and
: : asymmetric limits (solid region) for ($\delta_{\rm d} =
: : \delta_{\rm u} = 0.5$, $\sigma_{\bar X} = \sigma_{\bar X{\rm d}} =
: : \sigma_{\bar X{\rm u}} = 1$, $P_{\rm d} = 0.1$).}
: : \label{tridelta=0.5}
: : \end{figure}
: : 发生的问题:
: : ! LaTeX Error: Too many unprocessed floats.
: : See the LaTeX manual or LaTeX Companion for explanation.
: : Type H <return> for immediate help....
: : l.498 \centerbmp
: : {6.3in}{3.2in}{triareadel0.5.bmp}
: : ?
: 每一章前使用 \clearpage 即可清除 floats,祝好运!!
我写的是 Latex FAQ 上的正解,有网址有真相:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tmupfl
最後两行如下:
Techniques for resolution may involve redefining the floats using the
float package’s [H] float qualifier, but you are unlikely to get away
without using \clearpage from time to time.
祝好运!!
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 118.232.140.19