[pstricks] Why is my picture moving?

TriSSSe trissse at me.com
Thu Jul 7 17:02:57 CEST 2011


Am 07. Jul 2011 um 16:50 schrieb Herbert Voss <Herbert.Voss at FU-Berlin.DE>:

> always the same old story ... provide a complete
> example which shows the behaviour.
> 
> Herbert
 
Sorry for that. Here is a minimal example:

\documentclass{beamer}
\usepackage{pstricks}

\begin{document}
\begin{frame}
    Test
    \begin{pspicture}(0,0)(2,2)
        \uncover<1->{
            %\only<2->{\psset{linecolor=lightgray}\lightgray} % this moves the picture
            \only<2->{\psset{linecolor=lightgray}} % this doesn't
            \psline(0,0)(2,2)
            \rput(2,0){test}
        }
    \end{pspicture}
\end{frame}
\end{document}

And sorry about the double-posting.

Regards
Christian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/pstricks/attachments/20110707/2ee7bb57/attachment-0001.html>


More information about the PSTricks mailing list