diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-node/pst-node-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-node/pst-node-doc.tex | 6 |
1 files changed, 3 insertions, 3 deletions
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} |