Stefan Becuwe
Thu, 17 Jan 2002 06:19:24 -0800
I wonder if, what happens with the following example file, is supposed to happen or not.
"Interesting" is shown in the default blue, associated with
"lightbackground". When step 1 is shown, this block seems to be in
black. When step 2 is shown, the color of block 1 is changed to the
default blue, and now block 2 is in black. Is there a way to let the
steps be shown in the default color?
(I'm using texpower 0.0.9a + pdflatex)
Thanks!
Stefan
--
\documentclass[display,a4paper]{powersem}
\usepackage[pdftex]{color,graphicx,hyperref}
\usepackage{soul}
\usepackage[sans,lightbackground,display]{texpower}
\begin{document}
\begin{slide}
\textbf{\textcolor{red}{Introduction}} Interesting\ldots
% the following line comes from an example file
\liststepwise[\let\hidestepcontents=\hidedimmed\let\activatestep=\highlightenhanced]
{
\step{ %step 1
aksjd f;lasjfl;kas f askfjl kasjfl asfl;kjas ;lfjlas fl;kas lkjas;lf
jaslfj lasjf lkjas flasjl;f jalsf jlasjf ;k lksdjfla jsf;l salkfj
laskjf l;asjf lasj flkaslf jaslf jask jfl; \\
}
\step{ %step 2
\textbf{\textcolor{green}{Conclusion}}: \\
aksjd f;lasjfl;kas f askfjl kasjfl asfl;kjas ;lfjlas fl;kas lkjas;lf
jaslfj lasjf lkjas flasjl;f jalsf jlasjf ;k lksdjfla jsf;l salkfj
laskjf l;asjf lasj flkaslf jaslf jask jfl;
}
}
\end{slide}
\end{document}