diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-node/pst-node-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-node/pst-node-doc.tex | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-node/pst-node-doc.tex b/Master/texmf-dist/doc/generic/pst-node/pst-node-doc.tex index 4f74469c446..5fd140aacdd 100644 --- a/Master/texmf-dist/doc/generic/pst-node/pst-node-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-node/pst-node-doc.tex @@ -1,4 +1,4 @@ -%% $Id: pst-node-doc.tex 536 2011-07-09 21:40:33Z herbert $ +%% $Id: pst-node-doc.tex 557 2011-08-11 16:24:28Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings headexclude,footexclude,oneside]{pst-doc} \listfiles @@ -205,6 +205,22 @@ expects the two values for $x$ and $y$ separated by a comma: \end{LTXexample} +The command \Lcs{psnode} is a combination of using \Lcs{rput} and \Lcs{rnode}. + +\begin{BDef} +\Lcs{psnode}\OptArgs\Largr{\CAny}\Largb{\Larga{node name}}\Largb{\Larga{node contents}} +\end{BDef} + +\begin{LTXexample} +\begin{pspicture}[showgrid](0,0)(4,4) +\psnode(0.5,3){A}{Foo} +\psnode(3,0){B}{Bar} +\ncdiag[arm=5mm,angleA=-90, + angleB=90]{->}{A}{B} +\end{pspicture} +\end{LTXexample} + + \begin{BDef} \LcsStar{cnode}\OptArgs\Largr{\CAny}\Largb{radius}\Largb{name} \end{BDef} |