<html><body><div>Am 07. Jul 2011 um 16:50 schrieb Herbert Voss <Herbert.Voss@FU-Berlin.DE>:<br><br><div><blockquote type="cite"><div class="msg-quote"><div class="_stretch">
always the same old story ... provide a complete<br>
example which shows the behaviour.<br>
<br>
Herbert</div></div></blockquote><span> </span><br></div><div>Sorry for that. Here is a minimal example:<br></div><div><br></div><div>\documentclass{beamer}<br>\usepackage{pstricks} <br><br>\begin{document}<br>\begin{frame}<br>    Test<br>    \begin{pspicture}(0,0)(2,2)<br>        \uncover<1->{<br>            %\only<2->{\psset{linecolor=lightgray}\lightgray} % this moves the picture<br>            \only<2->{\psset{linecolor=lightgray}} % this doesn't<br>            \psline(0,0)(2,2)<br>            \rput(2,0){test}<br>        }<br>    \end{pspicture}<br>\end{frame}<br>\end{document}<br></div><div><br></div><div>And sorry about the double-posting. <br></div><div><br></div><div>Regards<br></div><div>Christian<br></div></div></body></html>