From 7eac940f377be3fe2a1acc78987b724dab6b0b22 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 12 Aug 2011 22:50:39 +0000 Subject: pst-node 1.19 (12aug11) git-svn-id: svn://tug.org/texlive/trunk@23515 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/pst-node/Changes | 1 + .../doc/generic/pst-node/pst-node-doc.pdf | Bin 528304 -> 531834 bytes .../doc/generic/pst-node/pst-node-doc.tex | 18 +++++++++++++++++- 3 files changed, 18 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/doc/generic') 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 Binary files a/Master/texmf-dist/doc/generic/pst-node/pst-node-doc.pdf and b/Master/texmf-dist/doc/generic/pst-node/pst-node-doc.pdf 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} -- cgit v1.2.3