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

1
2
3
4
5
6
7
8
9
10
11
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 @   deeplearner_allen  阅读(197)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· winform 绘制太阳,地球,月球 运作规律
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 上周热点回顾(3.3-3.9)
· 超详细:普通电脑也行Windows部署deepseek R1训练数据并当服务器共享给他人
点击右上角即可分享
微信分享提示