summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-node
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-13 22:58:53 +0000
committerKarl Berry <karl@freefriends.org>2013-04-13 22:58:53 +0000
commitdc9c5a33264f924dd9de8259fd3d80d45de069be (patch)
tree0b94e4efd1880c8c2713e090661e7e02d76ebc65 /Master/texmf-dist/doc/generic/pst-node
parent2990bdaecab058888c965905ed0bd12587a292aa (diff)
pst-node (12apr13)
git-svn-id: svn://tug.org/texlive/trunk@29899 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/Changes2
-rw-r--r--Master/texmf-dist/doc/generic/pst-node/pst-node-doc.pdfbin549803 -> 550870 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-node/pst-node-doc.tex6
3 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-node/Changes b/Master/texmf-dist/doc/generic/pst-node/Changes
index 67571dede54..68f5aa8e2a5 100644
--- a/Master/texmf-dist/doc/generic/pst-node/Changes
+++ b/Master/texmf-dist/doc/generic/pst-node/Changes
@@ -1,4 +1,6 @@
----- pst-node.tex
+1.27 2013-04-12 - added macro \Cnodeput which takes radius=...
+ into account
1.26 2013-04-09 - added macros \psncurve and \psnccurve
for a sequence of nodes created by \curvepnodes
1.25 2012-09-21 - Global node coordinates only with
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 db2b58daec7..e7a18003617 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 a087989dc8a..d990afaa9a3 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
@@ -250,13 +250,15 @@ This is convenient when you want many circle nodes of the same radius.
circle.
\begin{BDef}
- \LcsStar{cnodeput}\OptArgs\Largb{angle}\Largr{\CAny}\Largb{name}\Largb{stuff}
+ \LcsStar{cnodeput}\OptArgs\Largb{angle}\Largr{\CAny}\Largb{name}\Largb{stuff}\\
+ \LcsStar{Cnodeput}\OptArgs\Largb{angle}\Largr{\CAny}\Largb{name}\Largb{stuff}
\end{BDef}
- This is a variant of \Lcs{cput} that gives the node the shape of the
+ This is a variant of \Lcs{cput} (or \Lcs{Cput}) that gives the node the shape of the
circle. That is, it is like
\begin{lstlisting}
\rput{<angle>}(<x>,<y>){\circlenode{<name>}{<stuff>}}
+ \rput[radius=...]{<angle>}(<x>,<y>){\Circlenode{<name>}{<stuff>}}
\end{lstlisting}