Re: [請益] 要放的圖檔過多是不是會不能產生後面的 …

看板LaTeX (論文排版)作者 (wyvernlee)時間17年前 (2008/09/05 23:48), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
※ 引述《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
文章代碼(AID): #18mLJhtC (LaTeX)
文章代碼(AID): #18mLJhtC (LaTeX)