[texhax] PSTricks circlenode produces an error

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sun Mar 27 16:44:34 CEST 2011


Am 27.03.2011 14:07, schrieb Olivier Cailloux:
> When trying to use \circlenode, ps2pdf complains that the PS file
> produced is invalid. Here is the latex code.
> \documentclass[a4paper]{article}
> \usepackage[utf8]{inputenc}
> \usepackage{pstricks,pst-node}
>
> \begin{document}
> \section{psnode try}
> \begin{figure}
> % \begin{pspicture*}(-1,-1)(8,12)
> \circlenode(0,0){sq1}{sq}

that is the wrong syntax. Where did you read it?

\circlenode{sq1}{sq} or

\rput(x,y){\circlenode{sq1}{sq}}

Herbert

> % \cnodeput(0,0){sq1}{sq}
> % \end{pspicture*}
> \end{figure}
>
> \end{document}



More information about the texhax mailing list