在乳胶中使用 Beamer 类时居中标题
我想让框架标题集中在我的演讲上。我知道投影仪类具有将框架标题居中的内置功能,但我不知道如何做到这一点。它是这样的:
\begin{frame}
\frametitle[alignment=center]{title}
\end{frame}
但这不起作用。
我可以得到一点帮助吗?
I want to center the frametitles on my talk. I understand that the beamer class has a built-in ability to center frametitles, but I can't figure out how to do it. It is something like:
\begin{frame}
\frametitle[alignment=center]{title}
\end{frame}
but that doesn't work.
Can I get a little help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试。
在所有幻灯片之前
Try
before all slides.
手动地,我总是这样做:
Manually, i always did it like this:
我认为最好将此代码放在文档的序言中。所以你的框架标题和副标题都会居中:
I think it's much better to put this code at preamble of your document. So you'll have both frame title and subtitle centered: