Re: [PPower4] Problems using Pause and Higlights

2003-10-13 Thread Klaus Guntermann
Cleiton Diniz Silva writes:
  \definecolor{dimmed}{gray}{0.4}
  \pausecolors{red}{dimmed}{magenta}
  {\color{blue}
  \begin{itemize}
  \item First. \pause
  \item Second. \pause
  \item Third.
  \end{itemize}
  \pause}
[...]
  And the highlight is not working. The colors of the items First, Second and 
  Third remains Blue

It is working as specified.
If you want to change the material written in color red to be dimmed or 
highlighted to magenta, you need to write that in color red in your 
original text.~
Thus you better replace red by blue in \pausecolors or blue by red 
in \color.

Enjoy,
Klaus

P.S. I am sorry for the long delay, but I was away from office for a while.
-- 
Klaus Guntermann[EMAIL PROTECTED]
FG Systemprogrammierung, FB Informatik, TU Darmstadt
Wilhelminenstr. 7, 64283 Darmstadt, Germany


[PPower4] Problems using Pause and Higlights

2003-09-19 Thread Cleiton Diniz Silva



I'm new in latex and in PPower4.
I'm using MikTeX 2.3 (Total) + Winedt 
5.3
I updated the PPOWER 4 archives that came with 
MikTex but i'm still having problems using \pauselevel and highlights. They 
don't work.
My code:
%%%
\documentclass[a4paper]{article}%\usepackage[brazil]{babel}\usepackage[latin1]{inputenc}\usepackage[screen,panelright,code,paneltoc,sectionbreak,portuges]{pdfscreen}

\usepackage{pause}\usepackage{background}\usepackage{mpmulti}

\margins{.65in}{.65in}{.65in}{.65in} 
\screensize{6.25in}{8in}

\begin{document}

A1\pause

B1\pause

C1\pause

\pauselevel{=1}A2\pause

B2\pause

C2\pause

\definecolor{dimmed}{gray}{0.4}\pausecolors{red}{dimmed}{magenta}{\color{blue} 
\begin{itemize} \item First. 
\pause \item Second. 
\pause \item 
Third. \end{itemize}\pause}

\end{document}
%

It shows, in sequence,
A1 
B1 
C1 
A2 
B2
C2

And the highlight is not working. The colors of the 
items "First", "Second" and "Third" remains Blue

I was expecting the sequence below and the items 
changing colors after i pressed return.
A1 and A2
Press enter
A1 B1 and A2 B2
press enter
A1 B1 C1 and A2 B2 C2

I'll be very gratefull for any help.

[]'s
P.S. The \pause alone works very well but the 
\pauselevel doesn't work properly