当前位置:  开发笔记 > 编程语言 > 正文

LaTeX Beamer包,在\ againframe中更改框架标题

如何解决《LaTeXBeamer包,在\againframe中更改框架标题》经验,为你挑选了1个好方法。

在LaTeX中使用Beamer包中的\ againframe时是否可以更改帧标题?我希望在框架内的特定幻灯片上显示前一帧,但这次使用不同的标题.

谢谢.



1> David..:

尝试执行以下操作:

\begin{frame}[label=my_frame]
  \frametitle<1>{Title to be displayed the first time}
  \frametitle<2>{Title to be displayed the second time}
  %Other frame contents
\end{frame}

\againframe<2>{my_frame}

这被称为使用"覆盖规范".请参阅Beamer用户指南(版本3.01)的第3.10节.


我想补充一点,你可能想在第一帧中隐藏第二个标题.然后您可以使用\ begin {frame} <1> [label = my_frame]来仅显示第一个标题.
推荐阅读
mobiledu2402852413
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有