all,<br>
<br>
i'm hoping that querying about prosper is okay on the list, given that
prosper relies on pstricks.&nbsp; i am currently using prosper on a
WinEdt/MikTeX/XP setup and it works well.&nbsp; but, i'm having
difficulty with what will probably strike most everyone as trivial:
getting different default transitions between slides (e.g, wipe,
glitter, dissolve) to work.&nbsp; i suspect that i'm in search of the
answer, not because my professional career depends upon it, but rather
because i just want to know.&nbsp; sample syntax for a 3-slide prosper
slide show is pasted below, followed by the command prompt syntax that
i'm currently using to compile my prosper file into a pdf.&nbsp; if
anyone has any suggestions (and it might be as simple as telling me to
do something different with Acrobat), i am grateful.&nbsp; further, if
you can get the dissolve feature to work, please flip me the
``working'' pdf, which you can do privately if doing so to the list
clogs things up.<br>
<br>
thanks a million,<br>
andrew<br>
<br>
<br>
sample prosper file:<br>
<br>
\documentclass[%<br>
pdf,<br>
%nocolorBG,<br>
colorBG, slideColor,<br>
%slideBW,<br>
%draft,<br>
%frames<br>
serpaggi<br>
%azure<br>
%contemporain<br>
%nuancegris<br>
%troispoints<br>
%lignesbleues<br>
%darkblue<br>
%alienglow<br>
%autumn<br>
]{prosper}<br>
<br>
\title{Title}<br>
\subtitle{Subtitle}<br>
\author{Somebody}<br>
\email{<a href="mailto:email@somewhere.edu">email@somewhere.edu</a>} \institution{Department of Some Field \\<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; University of Somewhere\\<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; City, State&nbsp; Zip\\<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \today<br>
}<br>
<br>
\DefaultTransition{Dissolve}<br>
<br>
\begin{document}<br>
<br>
\maketitle<br>
<br>
\begin{slide}{The Title of the Slide 1}<br>
\begin{itemize}<br>
\item Item 1<br>
\item Item 2<br>
\item Item 3<br>
\end{itemize}<br>
\end{slide}<br>
<br>
<br>
\begin{slide}{The Title of the Slide 2}<br>
\begin{itemize}<br>
\item Item 1<br>
\item Item 2<br>
\item Item 3<br>
\end{itemize}<br>
\end{slide}<br>
<br>
\end{document}<br>
<br>
<br>
<br>
compiling commands:<br>
<br>
latex
sample.tex&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br>
<br>
dvips -Ppdf -G0 -t a4 file.dvi -o <a href="http://file.ps">file.ps</a>&nbsp;&nbsp;&nbsp; <br>
<br>
ps2pdf <a href="http://sample.ps">sample.ps</a>&nbsp; <br>
<br>