summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r--Master/texmf-dist/doc/generic/pst-node/Changes1
-rw-r--r--Master/texmf-dist/doc/generic/pst-node/pst-node-doc.pdfbin528304 -> 531834 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-node/pst-node-doc.tex18
3 files changed, 18 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-node/Changes b/Master/texmf-dist/doc/generic/pst-node/Changes
index f11cfba3592..a22b59e65e7 100644
--- a/Master/texmf-dist/doc/generic/pst-node/Changes
+++ b/Master/texmf-dist/doc/generic/pst-node/Changes
@@ -1,4 +1,5 @@
----- pst-node.tex
+1.19 2011-08-12 - added \psnode, which combines \rput and \rnode
1.18 2011-08-01 - bugfix for \shownode (ms)
1.17 2011-07-04 - added optional argument for \pnode for relative
node setting
diff --git a/Master/texmf-dist/doc/generic/pst-node/pst-node-doc.pdf b/Master/texmf-dist/doc/generic/pst-node/pst-node-doc.pdf
index 28666d0c274..da2da825f36 100644
--- a/Master/texmf-dist/doc/generic/pst-node/pst-node-doc.pdf
+++ b/Master/texmf-dist/doc/generic/pst-node/pst-node-doc.pdf
Binary files differ
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}