summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-node
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-09-24 21:47:44 +0000
committerKarl Berry <karl@freefriends.org>2012-09-24 21:47:44 +0000
commit08bb56f8c8df0899eafffd18108c67b50c986e9b (patch)
tree11028cd81569e75ae5ca8b1a054b783635cb5281 /Master/texmf-dist/doc/generic/pst-node
parente93b439bce033f00c7b634fe7126f1afc5759b00 (diff)
pst-node (24sep12)
git-svn-id: svn://tug.org/texlive/trunk@27799 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-node')
-rw-r--r--Master/texmf-dist/doc/generic/pst-node/Changes2
-rw-r--r--Master/texmf-dist/doc/generic/pst-node/pst-node-doc.pdfbin540986 -> 541874 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-node/pst-node-doc.tex9
3 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-node/Changes b/Master/texmf-dist/doc/generic/pst-node/Changes
index 2d302430faa..81aa8b26bdf 100644
--- a/Master/texmf-dist/doc/generic/pst-node/Changes
+++ b/Master/texmf-dist/doc/generic/pst-node/Changes
@@ -1,4 +1,6 @@
----- pst-node.tex
+1.25 2012-09-21 - Global node coordinates only with
+ saveNodeCoors
1.24 2012-09-18 - fix introduced bug with \pst@thenode
1.23 2012-09-15 - add global defined N-<name>.x and N-<name>.y
for user nodes
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 d4c4bbea71b..7cc3ed88654 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 269ac5a0995..be3f7a11758 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 703 2012-09-15 18:54:16Z herbert $
+%% $Id: pst-node-doc.tex 707 2012-09-21 14:17:30Z herbert $
\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings
headexclude,footexclude,oneside]{pst-doc}
\listfiles
@@ -1586,14 +1586,15 @@ using the macro \Lcs{psGetNodeCenter}.
\end{LTXexample}
-The coordinates of the nodes are also saved in user coordinates in global defined names
+The coordinates of the nodes can also be saved with \Lkeyset{saveNodeCoors=true} in global defined names
\texttt{N-<name>.x} and \texttt{N-<name>.y}. The forgoing examples can be simplified if you
do not need the resetting of the transformation matrix:
\begin{LTXexample}[width=5cm]
-\begin{pspicture}[showgrid=true,arrowscale=2](5,5)
+\begin{pspicture}[showgrid,arrowscale=2,
+ saveNodeCoors](5,5)
\pnode(4.5,0.5){MyNode}
\psdot(MyNode)
\pnode(! N-MyNode.x 4 sub N-MyNode.y 4 add){MySecondNode}
@@ -1608,7 +1609,7 @@ In the following example it doesn't work because the relative node setting via \
is not taken into account.
\begin{LTXexample}[width=5cm]
-\begin{pspicture}[showgrid=true](5,5)
+\begin{pspicture}[showgrid,saveNodeCoors](5,5)
\rput(1.5,0.5){\trinode{CN}{NodeA}}
\rput(3.5,2.5){\trinode{EN}{NodeB}}
\pnode(! N-CN.x 2 add N-CN.y 1 add ){MyCNode}