2008-10-05 5 views

답변

18

시도하고 다음 ". 오버레이 사양"

\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 절을 참조하십시오.

+3

첫 번째 프레임에서 두 번째 제목을 숨길 수 있습니다. 그런 다음 \ begin {frame} <1> [label = my_frame]을 사용하여 첫 번째 제목 만 표시 할 수 있습니다. – damluar