[pstricks] Using PostScript-code for nodesep

Marco Daniel marco.daniel at mada-nada.de
Thu Mar 25 17:11:19 CET 2010


Hello,

in the minimal example you can see the problem.

\documentclass{minimal}
\usepackage{pst-node}
\begin{document}
\begin{pspicture}(0,0)(4,4)
  \psgrid[subgriddiv=0]
  \pstVerb{/Abstand 1 def}
  \Cnode*(0,0){A}\Cnode*(3,3){B}
   \ncline[nodesepB={!-Abstand}]{A}{B}
\end{pspicture}
\end{document}

Is there a possibility to use Post Script-Code.

regards
Marco


More information about the PSTricks mailing list