我正在使用 LaTeXbeamer
包和handoutWithNotes
包来创建一个演示文稿,其中每张幻灯片周围都有注释和矩形。
\documentclass[handout]{beamer}
\usetheme{Madrid}
\usecolortheme{seagull}
\usepackage{handoutWithNotes}
\pgfpagesuselayout{2 on 1 with notes landscape}[a4paper,border shrink=5mm]
\pgfpageslogicalpageoptions{1}{border code=\pgfusepath{stroke}}
\pgfpageslogicalpageoptions{2}{border code=\pgfusepath{stroke}}
\begin{document}
\begin{frame}\frametitle{numbered lists}
\begin{enumerate}
\item Introduction to \LaTeX
\item Course 2
\item Termpapers and presentations with \LaTeX
\item Beamer class
\end{enumerate}
\end{frame}
\begin{frame}\frametitle{numbered lists with pause}
\begin{enumerate}
\item Introduction to \LaTeX \pause
\item Course 2 \pause
\item Termpapers and presentations with \LaTeX \pause
\item Beamer class
\end{enumerate}
\end{frame}
\end{document}
它在其他软件(预览、PDFview 等)上运行良好,但在 Adobe Reader 中则不行。
问题是,当我使用 Adobe Reader 打开 pdf 文件时,矩形似乎消失了。