diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-23 16:24:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-23 16:24:47 +0000 |
commit | 4731222142fb8eb709e5f954db3231ea1283eb63 (patch) | |
tree | a9484afd4be5f411f37dd17e0562e513e5e1dab1 /Master/texmf-dist/doc/generic/pst-node | |
parent | baf8fa48d179af545b1d6ed530a84b37b8cd7ab4 (diff) |
pst-node 1.20 (22aug11)
git-svn-id: svn://tug.org/texlive/trunk@23658 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 | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-node/pst-node-doc.pdf | bin | 531834 -> 532338 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-node/pst-node-doc.tex | 6 |
3 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-node/Changes b/Master/texmf-dist/doc/generic/pst-node/Changes index a22b59e65e7..6f424fd41d8 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.20 2011-08-20 - added \Pst@Debug tu suppress some \typeouts 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 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 da2da825f36..330ce6ec7be 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 5fd140aacdd..040b66746c4 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 557 2011-08-11 16:24:28Z herbert $ +%% $Id: pst-node-doc.tex 568 2011-08-20 08:15:04Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings headexclude,footexclude,oneside]{pst-doc} \listfiles @@ -106,7 +106,7 @@ them in alignment environments. \LPack{pst-node} contains a special alignment environment, \Lenv{psmatrix}, which is designed for positioning nodes in a grid, such as in mathematical diagrams and some graphs. \Lcs{psmatrix} is described in Section \ref{S-psmatrix}. \LPack{pst-node} also contains high-level macros for -trees. These are described in Part~\ref{P-trees}. +trees. These are described in the documentation of \LPack{pst-tree}. But don't restrict yourself to these more obvious uses. For example: \begin{center} @@ -2148,7 +2148,7 @@ turn a list of coordinates into a node sequence P0 P1 ... \end{verbatim} \begin{LTXexample}[width=.35\textwidth] -\begin{pspicture}[showgrid=true](-.5,-.5)(2.5,2) +\begin{pspicture}[showgrid=true,algebraic](-.5,-.5)(2.5,2) \pnodes{P}(.1,.1)(1;10)(*2 {x^2/4})(0,1.4) %defines P0..P3--now join them \psnline[arrowscale=2]{-D>}(0,3){P} |