Newbie

2001-12-07 Thread Richard Sudarmono

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




Re[2]: Newbie

2001-12-07 Thread Richard Sudarmono

Hello Stephan,

--
On 7  Dec 2001 17:51:50 Stephan Lehmke wrote:

SL> The welcome message should have told you how to retrieve
SL> single messages by mail from the list server (never
SL> bothered myself).
Yes I know, but is there a (unixlike-mail)file, which covers the whole
mails (from i.e. 1999)? I would like to copy it for my mailprogram,
that I can read the thread from i.e. 2000?

Thanks for your Information (also about prosperdemo.pdf).

Sincerely,
Richard




pageDuration & pause

2001-12-09 Thread Richard Sudarmono

Hello people,
I have a problem with automatic page change. :(

I would like to have a break between automaticaly pagetransition while
using \pageDuration within prosper.

This is the code with the problem:

\documentclass[pdf,autumn,slideColor,colorBG]{prosper}

\usepackage[display]{texpower}
%--- SLIDE -
\begin{document}

\begin{slide}{Introduction}
\begin{itemize}
\item Intro 1
\item Intro 2
\end{itemize}
\end{slide}
%---
\pageDuration{1}
% with this command the overlays in change automatically after 1 sec
%--- SLIDE -
\overlays{4}{%
\begin{slide}{Transitions}
There are several pagetransition between slides:
\begin{itemstep}
\item Split;
\item Blinds;
\item Box;
\item Wipe;
\end{itemstep}
\end{slide}
}
%---
\pause % I would like to have a (undefinitely) break now!
% (I used \pageDuration{nineminutes} which make the next overlays
% change after 9 Minute!)
%
% After the break, automatic overlays changing should be continued
% with another sec
\pageDuration{5}
%--- SLIDE -
\overlays{2}{%
\begin{slide}{2nd Items}
Test:
\begin{itemstep}
\item Test 1;
\item Test 2;
\end{itemstep}
\end{slide}
}
%-- SLIDE -
\end{document}


As you can see, I got no success using \pause to get the break.
So I hope I could get help like hints how can I solve my problem.

(I tried using \pdfpageduration and or
\hypersetup{pdfpageduration={5} and got something I didn' want.
Maybe I used the wrong road, so give me hint how to use this command)

Thanks in advance.
-- 
Sincerely,
Richard




(Add Info:) pageDuration & pause

2001-12-09 Thread Richard Sudarmono

Hello people,
I forgot to tell you, that I also tried to use \stopAdvancing and
\pageDuration{} with no success.
Maybe I use them in the wrong way, as I put them between slides before
the next \pageDuration{5} like the folowing code:
.
.
.
\end{slide}
}
%---
%\stopAdvancing %or
%\pageDuration{}
% these commands don't break the automatic advancing of pages
\pageDuration{5}
%--- SLIDE -
\overlays{2}{%
.
.
.

Hope to get help soon.
Thanks in advance.

-- 
Sincerely,
Richard