LaTex “too many unprocessed floats”

latex编辑时出现LaTex “too many unprocessed floats”

如何解决?

有人说是用/usepackage[section] {placeins}

我用了,我记得我之前博士论文这么用的,图片排版还好,但是现在用,排版好乱,图片都跑后面去了。

用\clearpage和[!h]也不行,还要观察在哪里添加\clearpage。参考来源:https://blog.csdn.net/xiongly123/article/details/77374801

最后参考这里的建议,搞定了。https://tex.stackexchange.com/questions/46512/too-many-unprocessed-floats

I would suggest using the float package and then the [H] option for your figure.

\usepackage{float}

...

\begin{figure}[H]
\centering
\includegraphics{slike/visina8}
\caption{Write some caption here}\label{visina8}
\end{figure}

  

posted @ 2022-02-17 16:06  caoeryingzi  阅读(163)  评论(0编辑  收藏  举报