[pstricks] PSTricks Digest, Vol 96, Issue 22

owen nirvana freeespeech at gmail.com
Sat Jan 29 14:39:14 CET 2011


I don't add a superfluous ].

basically,  I want def a object with some lines, eg. a cartoon person. I
draw a line as his body, and rotate as his four limbs. So, the rotation
should be around a point in his body.

I test the two groups code. the second is right, however, the first is
wrong. It seems the same between the twi group codes except the coordination

gtalk:freeespeech at gmail.com <gtalk%3Afreeespeech at gmail.com>


On Sat, Jan 29, 2011 at 7:00 PM, <pstricks-request at tug.org> wrote:

> 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: how to rotate in pstricks ( an odd example ) (Herbert Voss)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 28 Jan 2011 13:44:07 +0100
> From: Herbert Voss <Herbert.Voss at FU-Berlin.DE>
> To: Graphics with PSTricks <pstricks at tug.org>
> Subject: Re: [pstricks] how to rotate in pstricks ( an odd example )
> Message-ID: <4D42BA17.6010908 at FU-Berlin.DE>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Am 28.01.2011 06:28, schrieb owen nirvana:
> > \documentclass[dvipdfmx]{article}
>
> this option makes no sense, when you want to use pdflatex
>
> > \usePackage{pdftricks}
>
> use the package auto-past-pdf instead or run your document
> with XeLaTeX
>
> > \begin{pspicture}
>
> the coordinates are missing
>
> > \rput{45}](1,0.5){\psline[linewidth=1pt](1,0.5)(1,-0.5)}
>
> be careful with your arguments, the first ] is superflous
>
> I do not really understand, what you want to do, but
> this works with "pdflatex -shell-escape file.tex"
>
> \documentclass{article}
> \usepackage{auto-pst-pdf}
> \usepackage{pstricks}
>
> \begin{document}
>
> \begin{pspicture}(2,2)
> % the following code will draw a ' /   \ \   /  '
> \rput{45}(1,0.5){\psline[linewidth=1pt](1,0.5)(1,-0.5)}
> \rput{135}(1,0.5){\psline[linewidth=1pt](1,0.5)(1,-0.5)}
> \rput{-45}(1,0.5){\psline[linewidth=1pt](1,0.5)(1,-0.5)}
> \rput{-135}(1,0.5){\psline[linewidth=1pt](1,0.5)(1,-0.5)}
> % the following code will draw a 'X'
> \rput{40}(0,1){\psline[linewidth=1pt](0,0)(0,1)}
> \rput{135}(0,1){\psline[linewidth=1pt](0,0)(0,1)}
> \rput{-45}(0,1){\psline[linewidth=1pt](0,0)(0,1)}
> \rput{-135}(0,1){\psline[linewidth=1pt](0,0)(0,1)}
> \end{pspicture}
>
> \end{document}
>
> Herbert
>
>
> ------------------------------
>
> _______________________________________________
> PSTricks mailing list
> PSTricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
>
>
> End of PSTricks Digest, Vol 96, Issue 22
> ****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/pstricks/attachments/20110129/8d79e7a1/attachment.html>


More information about the PSTricks mailing list