diff options
author | Karl Berry <karl@freefriends.org> | 2014-03-27 23:32:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-03-27 23:32:23 +0000 |
commit | 1e03fc44357ef58ba336e2590c1c442552407c73 (patch) | |
tree | ca63bdb37331356aef585ebf5fb8680d543edbe3 /Master/texmf-dist/doc/generic/pst-node | |
parent | 863fe267a76f36a029e8cb6be64bf4be6dfee1f9 (diff) |
pst-node (27mar14)
git-svn-id: svn://tug.org/texlive/trunk@33303 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/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: |