当页面未满时,如何将脚注强制到页面的最底部?

发布于 2024-09-15 09:04:13 字数 556 浏览 7 评论 0原文

在我的论文中,我发现脚注被放置在页面最低文本的下方。这意味着脚注不一定放置在文本框的末尾(高度为 \textheight),但在半满页面上,脚注将距离文本框的“脚”很远。页面。

是否可以使脚注一直到底部,例如通过设置脚注间距,如 这个问题到橡胶长度?我尝试过

\setlength{\skip\footins}{1cm plus 25cm}

将所有脚注置于距文本 1 厘米的位置,因为不需要出于布局目的而扩展橡胶长度,并且

\setlength{\skip\footins}{25cm plus 0cm minus 25cm}

往往会导致文本中的脚注标记成为页面的最后一行,特别不愿意收缩这个橡胶长度。

也许我缺少一些关于橡胶长度的东西(比如使它们或多或少“橡胶”的方法?)或使用 \vfill 定位脚注的方法?

In my thesis, I'm finding footnotes get placed just below the lowest text on the page. This means that the footnotes won't necessarily be placed at the end of the text box (of height \textheight) but on a half-full page will be quite a long way from the "foot" of the page.

Is it possible to make the footnotes go all the way to the bottom, for example by setting the footnote spacing as in this question to a rubber length? I've tried

\setlength{\skip\footins}{1cm plus 25cm}

which puts all footnotes 1cm from the text as there's no need to expand the rubber length for layout purposes, and

\setlength{\skip\footins}{25cm plus 0cm minus 25cm}

tends to cause footnotes marks in the text to be the last line of the page, being especially unwilling to shrink this rubber length.

Perhaps there's something I'm missing about rubber lengths (like a way to make them more or less 'rubbery'?) or a way of using \vfill to position the footnotes?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吻安 2024-09-22 09:04:13

可以使用 footmisc 包来完成。

您可以使用 \usepackage[bottom]{footmisc} 来执行此操作

It's possible to do with the footmisc package.

You can do so with \usepackage[bottom]{footmisc}

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文