2

I am using the LaTeX beamer package and handoutWithNotes package to create a presentation with notes and rectangle around each slide.

\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}

It works fine in other softwares (preview, PDFview, .. etc) NOT adobe reader.

enter image description here

The problem is that the rectangle seems to disappear when I open the pdf file with Adobe Reader.

enter image description here

0 Answers0