latex - 如何将图形放置在 latex 中的页面底部?

标签 latex figure

我在将图形放置在 latex 页面底部时遇到问题。当我指定\begin{figure*}[b] 时,文档中的所有数字都位于文档末尾。我需要的只是在当前页面或下一页的底部放置一个特定的数字。
请指导我该怎么做?
谢谢

最佳答案

为了在两列文档的底部放置一个浮点数,您可以使用 dblfloatfix package 。从简要的包描述:

The pack­age solves two prob­lems: floats in a twocol­umn doc­u­ment come out in the right order and al­lowed float po­si­tions are now [tbp].



因此,在 \usepackage{dblfloatfix} 之后,您可以使用
\begin{figure*}[btp]
  % <your figure here>
\end{figure*}

与所有浮点数一样(尤其是在 two-column 环境中),浮点数可能不会在其放置的位置结束。因此,您可能需要在 figure* 声明周围移动才能到达文档中的所需位置。

stfloats 提供了类似的功能。

引用:Put a table* at the bottom of a page?

关于latex - 如何将图形放置在 latex 中的页面底部?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53167913/

相关文章:

python - Sphinx Latex 输出文件名

c++ - (C/C++ 的 latex 数学解析

plot - 多曲面图包括 Plotly 中的布局?

matlab - 如何在 Matlab 中用数据坐标绘制箭头?

r - 对于多个图形,保持图形大小为全尺寸

r - 如何在带有 Sweave 的 minipage 中使用 ggplot2 图形?

r - xtable 中的双线

regex - 正则表达式查找并替换错误的引号

matlab - 将图形导出为 eps、pdf 时 Matlab 中的奇怪行为

python - 如何使用变量中存储的图形作为子图