Menu

#6 using acroread 5 fullscreen w/ white bg

open
nobody
None
5
2002-11-13
2002-11-13
No

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.

Discussion

  • Mikey

    Mikey - 2003-03-12

    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?!

     
  • Nobody/Anonymous

    Logged In: NO

    You have to use ps instead of pdf in options of \documentclass.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.