是否可以在 Beamer 中制作 PDF,使得注释仅在计算机上可见而不在投影仪上可见?
答案1
仅当您的显卡支持双屏模式时:
\documentclass{beamer}
\usepackage{pgfpages}
\setbeameroption{show notes}
\setbeameroption{show notes on second screen=right}
\begin{document}
\begin{frame}{The \texttt{\textbackslash note}-Macro}
\begin{itemize}[<+->]
\item normal text for the presentation.
\note<1-2>[item]{Say something to the audience!}
\item and text for the presentation.
\item foo
\end{itemize}
\note<2>{Another note for you!}
\end{frame}
\note[enumerate]{\item foo \item bar \item baz \item foobar}
\begin{frame}{second slide}
foo
\end{frame}
\end{document}
图像左侧显示演示文稿,右侧显示您的屏幕。
答案2
对于使用 Mac 的人来说,这是一个非常有用的应用程序:分屏显示。
它完全可以满足您的要求,您只需在其中打开 PDF 演示文稿,它就会自动并排显示您的笔记和幻灯片,最重要的是,您可以全屏显示。
答案3
我没有看过 SplitShow,但在 Mac 上我发现 pdf 查看器 Skim 很有用。如果您有两个页数相同的不同 pdf,您可以将主演示文稿放在一个屏幕上,将注释放在另一个屏幕上,然后启用同步演示模式。
看本指南关于如何使用 beamer 创建两个不同的 pdf。