LaTeX 中的脚注间距

发布于 2024-07-19 02:02:53 字数 88 浏览 3 评论 0原文

我正在写论文,研究生院说我需要在多个脚注之间留一个空格,而且文本和脚注开头之间的空格太小。 有没有办法做到这一点?

任何帮助是极大的赞赏。

I'm writing my dissertation and the grad school says I need a space between multiple footnotes and also the space between the text and the start of the footnotes is too small. Is there a way to do this?

Any help is greatly appreciated.

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

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

发布评论

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

评论(2

伤感在游骋 2024-07-26 02:02:53

\footnotesep 是脚注之间的空格:

\setlength{\footnotesep}{0.5cm}

\footins 是文本正文和脚注之间的空格:

\setlength{\skip\footins}{2cm}

您可能想使用实际数字,我刚刚选择一些您实际上会看到差异的值。

\footnotesep is the space between footnotes:

\setlength{\footnotesep}{0.5cm}

\footins is the space between the text body and the footnotes:

\setlength{\skip\footins}{2cm}

You might want to play around with the actual numbers, I've just chosen some values where you will actually see the difference.

你列表最软的妹 2024-07-26 02:02:53

还有一个 LaTeX 包 footmisc,对于操作脚注格式非常有用。

There's also a LaTeX package, footmisc, that's useful for manipulating footnote formatting.

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