[pstricks] It is probably a bug in psVector with showpoints

Donut E. Knot the.counterterrorist at yahoo.com
Wed Jan 22 14:41:20 CET 2014


Dear folks,

I just want to let you know the following. It may be a bug.

Activating showpoints produces a compile error in PostScript phase.

\documentclass[pstricks,border=12pt]{standalone}
\usepackage{pstricks-add}
\psset{showpoints}% <--- source of error!
\begin{document}
\begin{pspicture}[showgrid](-5,-5)(5,5) 
    \psset{linecolor=blue}
    \psline(1,0)  
    \pstVerb{/Angle 0 def}
    \psStartPoint(1,0)% <--- why is it needed? 
    \multido{\i=1+1}{15}
    {% <--- why is it needed?
\pstVerb{Angle 1 \i\space 1 sub sqrt atan add  /Angle exch def }
\psVector[arrows=-](! 1 Angle PtoC)
        \psline(! cp.X cp.Y)
    }
\end{pspicture}
\end{document}

Thank you.

Code Mocker

(http://tex.stackexchange.com/users/19356)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/pstricks/attachments/20140122/bda1eb84/attachment.html>


More information about the PSTricks mailing list