[pstricks] Syntax *0 not working

Uwe Siart uwe.siart at tum.de
Wed Jul 28 07:01:30 CEST 2010


Herbert Voss <Herbert.Voss at fu-berlin.de> writes:

> Am 27.07.2010 18:01, schrieb Herbert Voss:
>> Am 27.07.2010 17:23, schrieb Uwe Siart:
>>> The syntax *0 has stopped working for \rput. The equivalent N still
>>> works as expected. Is this change intended?
>> 
>> Uwe,
>> thanks for the report. It is an introduced bug with the
>> ltest changes in th pstricks.tex
>
> Uwe,
> please try again with pstricks.tex from
> http://archiv.dante.de/~herbert/PSTricks-TDS/tex/generic/

Rotation is ok now but use of {*0} and {N} is not equivalent anymore.
They lead to slightly different positioning as can be seen here:

% ------------------------------
\documentclass{article}
\usepackage{pstricks}
\begin{document}
\begin{pspicture}(1,1)
  \rput{45}(0,0){
    \rput{*0}(0,0){\color{red}R}
  }
  \rput{45}(0,0){
    \rput{N}(0,0){R}
  }
\end{pspicture}
\end{document}
% ------------------------------

-- 
Uwe


More information about the PSTricks mailing list