[pstricks] define new linestyle

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sat Jan 30 15:10:28 CET 2010


Am 30.01.2010 13:45, schrieb Marco Daniel:

> In the new definition I found a static value 0.5. In the pst-node.tex I
> can see that the value is the npos at default. What do this parameter? I
> changed it but nothing happens.

\documentclass{article}
\usepackage{pst-node}
\begin{document}

 \begin{pspicture}(3,3)
   \pnode(0,0){A}\pnode(3,3){B}
   \ncline[linestyle=dotted]{A}{B}
   \ncput{A}
   \ncput[npos=0.7]{B}
 \end{pspicture}

\end{document}

you understand?

Herbert


More information about the PSTricks mailing list