使用 tdclock crono 自动滑动前进(transduration)中断

使用 tdclock crono 自动滑动前进(transduration)中断

需要

  • 我想\cronotdclock幻灯片上的包中使用。
  • 想要幻灯片在一定时间后前进,通过\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}

相关内容