Re: slide colour goes all black

Trond Varslot <[email protected]>
Newsgroups gmane.comp.tex.latex.prosper.user
Message-ID <[email protected]>
> Apparently the problem is with the gradient that the gyom style uses, 
> which I modified in order to get my style. If you take the gradient 
> out, it all works fine.

It is to my experience not the presence of a gradient in the style which 
causes the problem, but the presence of a gradient at the beginning of 
the slide. Somehow, the problem dissappears if you rearrange the 
statements, so that somthing else (anything!) other than a gradient is 
in the beginning of the style, e.g. for PPRazure.sty:
                                                                                

   \ifcolorBG
   
\psframe[fillstyle=gradient,gradbegin=\colB,gradend=\colA,gradmidpoint=1]%
           (-2,-1.4)(12.5,9)
   \fi
changed to
   \ifcolorBG
   
.\psframe[fillstyle=gradient,gradbegin=\colB,gradend=\colA,gradmidpoint=1]%
         (-2,-1.4)(12.5,9)
   \fi
Notice the single punctuation before the gradient. This will of course 
show up in the slice, but in this case it is overwritten by the psframe, 
and thus not a problem. Therefore, it is possible to keep using 
gradients as long as you are aware of this fact.

--
Trond.





-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.