[powerdot] Re: How to exclude a slide in handout mode

  • From: Hendri Adriaens <spotje@xxxxxxxxx>
  • To: powerdot@xxxxxxxxxxxxx
  • Date: Fri, 31 Jul 2009 09:30:22 +0200

Hi,

> is it possible to exclude a slide from the handouts?  A slide should
> be shown normally if
>
>  mode=present
>
> but should not be shown if
>
>  mode=handout   (or mode=print)

Yes, using \pdifsetup to test the settings for the presentation, see below.

Best,
-Hendri.

--------------


\documentclass[
%  mode=handout
]{powerdot}
\begin{document}
\begin{slide}{1}
\end{slide}
\pdifsetup{present}{
\begin{slide}{2}
\end{slide}
}{}
\begin{slide}{3}
\end{slide}
\end{document}

Other related posts: