RE: Notes slides and page counter

"Hendri Adriaens" <[email protected]> Mon, 4 Apr 2005 18:20:27 +0200
Newsgroups gmane.comp.tex.latex.prosper.user
Message-ID <[email protected]>
> I  wanted to  put  a notes  slide  besides each  slide  for the  printed
> version. As I did not found  anything in the documentation, I planned to
> append a  slide with rules  by defining a  new environment. But  I don't
> want to  increment the page number  for those note slides.  I have tried
> to use \addtocounter{page}{-1} after those slides, but it does not work,
> as this simple example shows. 
> 
> You perhaps  have a  better solution  for my problem,  or can  solve the
> counter one.

Hmm, running your code indicates that you want
another kind of notes than appears from your
message. The better solution remains to use
HA-prosper as it has build in controls for
the notes (notesonly, notes, slidesonly), but
a possible thingy in prosper is below.

-Hendri.

\documentclass[pdf]{prosper}
\def\ppnotesline{\item[]\hrule\vspace{.5cm}}
\def\ppnotes{%
  \addtocounter{slide}{-1}%
  \begin{slide}{Notes personnelles}%
    \begin{itemize}%
    \ppnotesline\ppnotesline\ppnotesline\ppnotesline
    \ppnotesline\ppnotesline\ppnotesline\ppnotesline
    \ppnotesline\ppnotesline\ppnotesline
    \end{itemize}%
  \end{slide}%
}
\begin{document}
\begin{slide}{test}\end{slide}
\ppnotes
\begin{slide}{test}\end{slide}
\end{document}


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click