I don't add a superfluous ].<br><br>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. <br>

<br>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<br><br clear="all"><a href="mailto:gtalk%3Afreeespeech@gmail.com">gtalk:freeespeech@gmail.com</a><br>


<br><br><div class="gmail_quote">On Sat, Jan 29, 2011 at 7:00 PM,  <span dir="ltr"><<a href="mailto:pstricks-request@tug.org">pstricks-request@tug.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Send PSTricks mailing list submissions to<br>
        <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://tug.org/mailman/listinfo/pstricks" target="_blank">http://tug.org/mailman/listinfo/pstricks</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:pstricks-request@tug.org">pstricks-request@tug.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:pstricks-owner@tug.org">pstricks-owner@tug.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of PSTricks digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: how to rotate in pstricks ( an odd example ) (Herbert Voss)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 28 Jan 2011 13:44:07 +0100<br>
From: Herbert Voss <Herbert.Voss@FU-Berlin.DE><br>
To: Graphics with PSTricks <<a href="mailto:pstricks@tug.org">pstricks@tug.org</a>><br>
Subject: Re: [pstricks] how to rotate in pstricks ( an odd example )<br>
Message-ID: <4D42BA17.6010908@FU-Berlin.DE><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Am 28.01.2011 06:28, schrieb owen nirvana:<br>
> \documentclass[dvipdfmx]{article}<br>
<br>
this option makes no sense, when you want to use pdflatex<br>
<br>
> \usePackage{pdftricks}<br>
<br>
use the package auto-past-pdf instead or run your document<br>
with XeLaTeX<br>
<br>
> \begin{pspicture}<br>
<br>
the coordinates are missing<br>
<br>
> \rput{45}](1,0.5){\psline[linewidth=1pt](1,0.5)(1,-0.5)}<br>
<br>
be careful with your arguments, the first ] is superflous<br>
<br>
I do not really understand, what you want to do, but<br>
this works with "pdflatex -shell-escape file.tex"<br>
<br>
\documentclass{article}<br>
\usepackage{auto-pst-pdf}<br>
\usepackage{pstricks}<br>
<br>
\begin{document}<br>
<br>
\begin{pspicture}(2,2)<br>
% the following code will draw a ' /   \ \   /  '<br>
\rput{45}(1,0.5){\psline[linewidth=1pt](1,0.5)(1,-0.5)}<br>
\rput{135}(1,0.5){\psline[linewidth=1pt](1,0.5)(1,-0.5)}<br>
\rput{-45}(1,0.5){\psline[linewidth=1pt](1,0.5)(1,-0.5)}<br>
\rput{-135}(1,0.5){\psline[linewidth=1pt](1,0.5)(1,-0.5)}<br>
% the following code will draw a 'X'<br>
\rput{40}(0,1){\psline[linewidth=1pt](0,0)(0,1)}<br>
\rput{135}(0,1){\psline[linewidth=1pt](0,0)(0,1)}<br>
\rput{-45}(0,1){\psline[linewidth=1pt](0,0)(0,1)}<br>
\rput{-135}(0,1){\psline[linewidth=1pt](0,0)(0,1)}<br>
\end{pspicture}<br>
<br>
\end{document}<br>
<br>
Herbert<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
PSTricks mailing list<br>
<a href="mailto:PSTricks@tug.org">PSTricks@tug.org</a><br>
<a href="http://tug.org/mailman/listinfo/pstricks" target="_blank">http://tug.org/mailman/listinfo/pstricks</a><br>
<br>
<br>
End of PSTricks Digest, Vol 96, Issue 22<br>
****************************************<br>
</blockquote></div><br>