Richard Sudarmono
Fri, 07 Dec 2001 05:07:47 -0800
Hello texpower, I'm looking for the whole maillist archive for my mailprogram. Could anybody tell me, where I can get this file?
Besides.. I try to use \pageduration in prosper. Unfortunately I got
no success (I use acroread 3).
I would be thankfull, if anybody here could give me hints, why the
following code doesn't give me, what I want.
Hier is the code:
-------------
\documentclass[pdf,nototal]{prosper}
%\usepackage{hyperref}
\usepackage[display]{texpower}
\begin{document}
\overlays{7}{%
\begin{slide}{TestTitle}{2}
\begin{pspicture}(10,5.5)(0,-1)%
\newcommand{\X}{%
\psline{-}(3.45,5.5)(4.15,5.75)%
\psline{-}(4.15,5.5)(3.45,5.75)%
}%
\put(3.45,5.5){Test pageDuration}%
\pageDuration{2}
\onlySlide{2}{%
\X%
}%
\pageDuration{4}
\onlySlide{3}{%
\X%
}%
\pageDuration{2}
\onlySlide{4}{%
\X%
}%
\pageDuration{2}
\onlySlide{5}{%
\X%
}%
\pageDuration{4}
\onlySlide{6}{%
\X%
}%
\pageDuration{2}
\onlySlide{7}{%
\X%
}%
\end{pspicture}%
\end{slide}%
}
\end{document}
--
Sincerely,
Richard