[pstricks] \NormalCoor bug report
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Tue Feb 23 07:47:50 CET 2010
Am 23.02.2010 04:23, schrieb John Frampton:
>
> \NormalCoor introduces a spurious space.
>
> \rput(0,0){X}\NormalCoor \rput(0,0){X}
>
> shows it.
>
> The fix is easy.
>
> \def\NormalCoor{%
> \def\pst@@getcoor##1{\pst at expandafter\cartesian at coor{##1},\relax,\@nil}%
> \Pst at SpecialLengthfalse
> \def\pssetlength##1##2{%
> \let\@psunit\psunit
> \afterassignment\pstunit at off
> ##1 ##2\@psunit%
> }% % ADDED TO PREVENT SPURIOUS SPACE
> \def\pst@@getangle##1{%
> \pst at checknum{##1}\pst at angle%
> etc.
John,
thanks.
It is on the way to CTAN.
Herbert
More information about the PSTricks
mailing list