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

Reply via email to