LaTeX Beamer:在每个框架内均匀分布项目

发布于 2024-11-16 10:52:08 字数 126 浏览 3 评论 0原文

我有一个 Beamer 演示文稿,我希望在每个帧中均匀分布 itemize 环境的项目。

例如,使用选项 \frame[t] 使框架的所有内容顶部对齐。我如何“垂直对齐”这些项目,即均匀分布它们?

I have a Beamer presentation and I'd like to get the items of an itemize environment evenly spaced in each frame.

For instance, using the option \frame[t] gets all the content of a frame top aligned. How can I "vertically justify" the items, i.e. distribute them evenly?

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

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

发布评论

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

评论(2

少钕鈤記 2024-11-23 10:52:08

在您想要添加空间的内容(项目、图像、文本等)之间插入 \vfill。这将自动共享所有出现的 \vfill 之间的可用空间。

Insert \vfill between your content (items, images, text, etc.) where you want space to be added. This will automatically share the available space between all occurrences of \vfill.

南渊 2024-11-23 10:52:08

[t] 是一个对齐选项,意思是顶部对齐。只需调用 \frame{...} ,内容就会居中。

[t] is an alignment option meaning top align. Just call \frame{...} and the content will be centered.

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