summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks/pst-news13.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news13.tex47
1 files changed, 39 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex
index 0a40dd76b11..057483cd319 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex
@@ -4,10 +4,11 @@
\listfiles
\let\Lfile\LFile
\usepackage[utf8]{inputenc}
-\usepackage{pst-node,pst-plot}
-\usepackage{xkvview}
+\usepackage{pst-node}
\let\pstnodeFV\fileversion
\let\pstnodeFD\filedate
+\usepackage{pst-plot}
+\usepackage{xkvview}
\renewcommand\bgImage{\psscalebox{15}{\color{blue!20}2013}}
\def\textat{\char064}
\lstset{explpreset={pos=l,width=-99pt,overhang=0pt,hsep=\columnsep,vsep=\bigskipamount,rframe={}},
@@ -163,15 +164,43 @@ A fix for the fill style \Lkeyval{dots} to make it work again:
\part{Other packages}
\section{\texttt{pst-node} -- version \pstnodeFV\ | \pstnodeFD}
-\ttfamily
+\small
+\begin{verbatim}
+1.29 2013-07-13 - fix bug with missing angle in special node coordinates
+ - fix for fnpnodes (argument must be in {})
+ - fix typo in the documentation
+1.28 2013-07-10 - added \pnodes (plural) for multiple node definition
1.27 2013-04-12 - added macro \Lcs{Cnodeput} which takes radius=...
- into account\\
+ into account
1.26 2013-04-09 - added macros \Lcs{psncurve} and \Lcs{psnccurve}
- for a sequence of nodes created by \Lcs{curvepnodes}\\
-1.25 2012-09-21 - Global node coordinates only with
- saveNodeCoors
+ for a sequence of nodes created by \Lcs{curvepnodes}
+1.25 2012-09-21 - Global node coordinates only with saveNodeCoors
+\end{verbatim}
+
+\normalsize
+
+
+\begin{LTXexample}[pos=t]
+\begin{pspicture}[showgrid](0,-0.5)(7,6)
+ \pnode(3,3){A}\psdot(A)\uput[-35](A){A}
+ \pnode(6,5){B}\psdot(B)\uput[135](B){B}
+ \psline[linestyle=dotted](A)\psline[linestyle=dotted](A)(B)
+ \pscircle[linestyle=dotted](A){!5 sqrt}
+ \pnode([nodesep=2]{B}A){P0}\psdot(P0)
+ \pnode([offset=1]{B}A){P1}\psdot(P1)
+ \pnode([nodesep=2,offset=1]{B}A){P}\psdot(P)
+ \psline(A)([nodesep=2]{B}A) \psline[linestyle=dashed](P0)(P)
+ \psline(A)([offset=1]{B}A) \psline[linestyle=dashed](P1)(P)
+ \pnode([nodesep=2,offset=1,angle=135]{B}A){Q}\psdot(Q)
+ \psarc[origin={A},arrowscale=2]{->}(A){!5 sqrt}{(P)}{(Q)}
+%
+ \pnode([nodesep=2,offset=2]{B}A){P}\psdot(P)
+ \pnode([nodesep=2,offset=2,angle=135]{B}A){Q}\psdot(Q)
+ \psarc[origin={A},arrowscale=2]{->}(A){!8 sqrt}{(P)}{(Q)}
+\end{pspicture}
+\end{LTXexample}
+
-\rmfamily
\clearpage
@@ -183,3 +212,5 @@ A fix for the fill style \Lkeyval{dots} to make it work again:
\end{document}
+
+