如何设置投影机上的“向下”按钮的点击效果?

如何设置投影机上的“向下”按钮的点击效果?

如何实现“当我点击投影仪上的向下按钮时,会出现另一句话”的效果?我需要设置多个框架吗?如果需要,如何让所有这些框架都在同一页面上?

请问如何进行?

多谢!

答案1

如果我理解了你的问题,你必须使用 itemize 或 enumerate。

代码可以是:

\begin{itemize}
  \item<1-> stuff that appears immediatly
  \item<2-> stuff that appears only when you press the down arrow on you keyboard
  \item<3-> stuff that appears when you press a second time and so on...
\end{itemize}

相关内容