It is a "workforme", tested for pdf, colorBG, ...
problem:
There is a problem with white backgrund PPR styles as
frames or blends: not usable w/acroread5 fullscreen
mode (at least on linux). So this may be a fix for
bug/patch/whatever 492503.
solution:
Add in the style the lines prepended with a "+" in the
slideframe definition in PPRblends for example :
[ around line 74 ... ]
\newcommand{\Blendsframe}[1]{%
+ \ifinColor
+ \ifcolorBG
+
\psframe[fillcolor=white,fillstyle=solid](-2,-1.4)(12.5,9)
+ \fi
+ \fi
\rput[lt](-1.5,6.0){%
\psframe[gradbegin=cyellow,gradend=white,gradmidpoint=1,
gradangle=90,fillstyle=gradient,gradlines=1000,
[ ... ]
why:
It makes sure the viewer will find a color and prevent
any weird unpredictable results.
Logged In: YES
user_id=488660
this seems to work for the first slide of the document, but
the problem still remains in the following ones?!
Logged In: NO
You have to use ps instead of pdf in options of \documentclass.