summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-node
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-07-15 22:45:22 +0000
committerKarl Berry <karl@freefriends.org>2013-07-15 22:45:22 +0000
commitb8995c2e1cd8aa0925d55dbb0570f1cbe0b9f457 (patch)
tree13a775bc76c93f8d9af0e9f65c9b1dc5c57b5f35 /Master/texmf-dist/doc/generic/pst-node
parentea497ad98690cb661179e6acaafc0f7a82b926a5 (diff)
pst-node (15jul13)
git-svn-id: svn://tug.org/texlive/trunk@31202 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/Changes3
-rw-r--r--Master/texmf-dist/doc/generic/pst-node/pst-node-doc.pdfbin545669 -> 548107 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-node/pst-node-doc.tex52
3 files changed, 30 insertions, 25 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-node/Changes b/Master/texmf-dist/doc/generic/pst-node/Changes
index a591474db02..2e391b1bf39 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.29 2013-07-13 - fix bug with missing angle in special node
+ coordinates
+ - fix for fnpnodes (argument must be in {})
1.28 2013-07-10 - added \pnodes (plural) for multiple node definition
1.27 2013-04-12 - added macro \Cnodeput which takes radius=...
into account
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 226cba9ab34..7e3bf7948ef 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 8c8d864c7f2..a7a55b17fdd 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 766 2013-04-12 14:21:05Z herbert $
+%% $Id: pst-node-doc.tex 806 2013-07-13 10:48:09Z herbert $
\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings
headexclude,footexclude,oneside]{pst-doc}
\listfiles
@@ -207,6 +207,32 @@ expects the two values for $x$ and $y$ separated by a comma:
\end{LTXexample}
+\begin{BDef}
+\Lcs{pnodes}\OptArg*{\Largs{\Larga{offset}}}\Largr{coors}\Largb{name}\Largr{coors}\Largb{name}\ldots\\
+\Lcs{pnodes}\Largb{name}\Largr{coors}\Largr{coors}\ldots
+\end{BDef}
+
+This command is identical to \Lcs{pnode} if it doesn't start with a node name. In this
+case it works in another way. See page~\pageref{pnodes} for more information. Instead of
+writing
+
+\begin{verbatim}
+\pnode(3,1){A}
+\pnode(2,4){B}
+\end{verbatim}
+
+one can also define the nodes in a short way:
+\begin{verbatim}
+\pnodes(3,1){A}(2,4){B}
+\end{verbatim}
+
+If an optional argument for the offset is used, then it is passes to all nodes.
+
+
+
+
+
+
The command \Lcs{psnode} is a combination of using \Lcs{rput} and \Lcs{rnode}.
\begin{BDef}
@@ -1529,28 +1555,6 @@ Here is another:
\section{Nodes}
-\begin{BDef}
-\Lcs{pnodes}\OptArg\Largr{coors}\Largb{name}\Largr{coors}\Largb{name}\ldots\\
-\Lcs{pnodes}\Largb{name}\Largr{coors}\Largr{coors}\ldots
-\end{BDef}
-
-This command is identical to \Lcs{pnode} if it doesn't start with a node name. In this
-case it works in another way. See page~\pageref{pnodes} for more information. Instead of
-writing
-
-\begin{verbatim}
-\pnode(3,1){A}
-\pnode(2,4){B}
-\end{verbatim}
-
-one can also define the nodes in a short way:
-\begin{verbatim}
-\pnodes(3,1){A}(2,4){B}
-\end{verbatim}
-
-If an optional argument for the offset is used, then it is passes to all nodes.
-
-
\section{Setting bounding box nodes with \nxLcs{psDefBoxNodes}}
@@ -2475,7 +2479,6 @@ assuming \verb|P0...Pn| to be previously defined nodes.
\end{LTXexample}
\vspace{1pc}
-\iffalse
\begin{LTXexample}[width=.375\textwidth]
\begin{pspicture}[showgrid=true](-.5,-.5)(3.5,3)
\def\func{x+sin(2*x)}
@@ -2492,7 +2495,6 @@ assuming \verb|P0...Pn| to be previously defined nodes.
\uput[70](N1){N1}\uput[170](N2){N2}
\end{pspicture}
\end{LTXexample}
-\fi
\vspace{1pc}