防止将图形/列表插入 LaTeX 文档的特定部分
我在文档中有 A 部分,中间有一些文本和列表/图形。图形和列表使用 htb
定位。
A 部分之后是参考书目。然而,有几个数字不适合,因此被偏移到另一页,这很好。但是:我确实想将偏移空间限制在 A 部分,并且不将图形放置在参考书目文本中。另外,我不想强制所有图形都浮动页面(hp
定位或其他)。在 A 部分的末尾和参考书目之前放一页浮动就可以了。
所以我的问题是,有没有办法排除 LaTex 文档的某些部分用于定位以前不适合某个地方的浮动?
I have a part A in a document with some text and listings/figures in between. The figures and listings are positioned using htb
.
Following this part A, there is the bibliography. However a couple of figures do not fit and are therefore are offset to another page, which is fine. But: I do want to limit the offset space to part A and not have the figures be placed within the bibliography text. Also, I don't want to force page of float for all figures (hp
positioning or something). A page of floats at the end of part A and before the bibliography would be fine.
So my questions is, is there a way to exclude some parts of a LaTex document from being used for positioning floats that did not fit someplace before?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许我遗漏了一些东西,但是你不能在参考书目之前放一个
\clearpage
吗?这会迫使所有尚未找到位置的漂浮物被赶出。Maybe I'm missing something, but couldn't you just put a
\clearpage
right before the bibliography? That forces out all floats that haven't found a place yet.