diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-node')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-node/Changes | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-node/pst-node-doc.pdf | bin | 548186 -> 548157 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-node/pst-node-doc.tex | 5 |
3 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-node/Changes b/Master/texmf-dist/doc/generic/pst-node/Changes index bb7e2739a24..162bd3d1c20 100644 --- a/Master/texmf-dist/doc/generic/pst-node/Changes +++ b/Master/texmf-dist/doc/generic/pst-node/Changes @@ -1,4 +1,7 @@ ----- pst-node.tex +1.33 2014-03-25 - added optional argument NodeCoorPrefix for savedCoors + By default it is empty: names are N-<Name>.x|y + if it is set: names are <NodeCoorPrefix><Name>x|y 1.32 2014-02-03 - fixed bug in \pst@newnode for savedCoors 1.31 2014-01-04 - added \dotnodes, plural of \dotnode 1.30 2013-09-17 - use \expandafter with \nodexn for the first argument 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 Binary files differindex 128d7d6a51a..415eecb9716 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 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 5fa262a3adc..5bdff2d922b 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 @@ -1632,7 +1632,10 @@ using the macro \Lcs{psGetNodeCenter}. 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 +\texttt{N-<name>.x} and \texttt{N-<name>.y}. With the optional argument \Lkeyword{NodeCoorPrefix}, which is +by default empty, the name setting can be changed to \texttt{<NodeCoorPrefix><name>x} and \texttt{<NodeCoorPrefix><name>y}. + +The forgoing examples can be simplified if you do not need the resetting of the transformation matrix: |