[pstricks] Thank you

wono at math.itb.ac.id wono at math.itb.ac.id
Wed Dec 23 15:39:32 CET 2009


Thank you. I just follow from the multido example

Wono


> Send PSTricks mailing list submissions to
> 	pstricks at tug.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://tug.org/mailman/listinfo/pstricks
> or, via email, send a message with subject or body 'help' to
> 	pstricks-request at tug.org
>
> You can reach the person managing the list at
> 	pstricks-owner at tug.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of PSTricks digest..."
>
>
> Today's Topics:
>
>    1. Re: Help (Herbert Voss)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 23 Dec 2009 08:38:48 +0100
> From: Herbert Voss <Herbert.Voss at FU-Berlin.DE>
> To: Graphics with PSTricks <pstricks at tug.org>
> Subject: Re: [pstricks] Help
> Message-ID: <4B31C908.2020004 at FU-Berlin.DE>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Am 23.12.2009 05:26, schrieb wono at math.itb.ac.id:
>
>> I have a little animation using beamer and pstricks. Without beamer, teh
>> result of the pstricks is fine, but with beamer there is always false
>> position. Would you like to help me?
>
> it is senseless using the LaTeX command \put, it does not
> takes the PSTricks origin into account. Use _always_
> PSTricks commands:
>
> \documentclass{beamer}
> \usepackage{pstricks-add}
>
> \begin{document}
>
> \begin{frame}
> \begin{pspicture}(11,1)
> \psline[linewidth=2pt](0,0)(11,0)
> \multido{\nK=0.40+0.01,\nL=0+1}{11}{%
>   \uncover<+->{\psline(\nL,0)(\nL,-0.2)\uput[-90](\nL,-0.2){\nK}}}
> \multido{\nK=0.401+0.010,\nL=0.1+1.0}{11}{%
>   \uncover<+->{\psline(\nL,0)(\nL,0.2)\uput[90](\nL,.2){\nK}}}
> \end{pspicture}
> \end{frame}
>
> \end{document}
>
>
> Herbert
>
>
> ------------------------------
>
> _______________________________________________
> PSTricks mailing list
> PSTricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
>
>
> End of PSTricks Digest, Vol 83, Issue 26
> ****************************************
>




More information about the PSTricks mailing list