[pstricks] !!CP does not work with \translate

Donut E. Knot the.counterterrorist at yahoo.com
Fri Nov 29 06:06:09 CET 2013


Dear folks,

I have updated my system to pstricks.tex 2.47 released on Nov 26, 2013.
But `!!CP` syntax does not work with `\translate`.

\listfiles
\documentclass[pstricks,border=12pt]{standalone}
\usepackage{pstricks-add}
\psset{showpoints,dotstyle=o,dotscale=2}

\begin{document}

% WORKS!
\makeatletter
\begin{pspicture}[showgrid](-5,-5)(5,5)
\pscustom[linecolor=red]
{
\moveto(0,0)
\multido{\r=0.1+0.1}{89}{\translate(!CP \tx at UserCoor)\lineto(!1 \r\space sqrt 700 mul PtoC)}
}
\end{pspicture}
\makeatother

% DOES NOT WORK!
\begin{pspicture}[showgrid](-5,-5)(5,5)
\pscustom[linecolor=red]
{
\moveto(0,0)
\multido{\r=0.1+0.1}{89}{\translate(!!CP)\lineto(!1 \r\space sqrt 700 mul PtoC)}
}
\end{pspicture}

\end{document}

What is wrong?

Best regards,

Donut E. Knot
(http://tex.stackexchange.com/users/19356/donut-e-knot)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/pstricks/attachments/20131128/3fa088dc/attachment.html>


More information about the PSTricks mailing list