需要
- 我想
\crono
从tdclock
幻灯片上的包中使用。 - 我还想要幻灯片在一定时间后前进,通过
\transduration
。
问题
在同一张幻灯片上使用\transduration
和时\crono
,幻灯片会不是进步。
平均能量损失
timeinterval
只是以很短的时间间隔(0.2)更新时钟resetpages=all
重置幻灯片显示时的 crono 时间
\documentclass[16pt]{beamer}
\usepackage[timeinterval=0.2,resetatpages=all]{tdclock}
\usetheme{Madrid}
\begin{document}
\begin{frame}
\transduration{1}
No crono - Advances after 1s
\end{frame}
\begin{frame}
\initclock % Needed for tdclock
\transduration{1}
\cronominutes\pdfcolon\cronoseconds \\
Does not advance
\end{frame}
\end{document}