summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes1
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.generic1
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news09.pdfbin85175 -> 89659 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news09.tex8
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news13.pdfbin99832 -> 103602 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news13.tex17
6 files changed, 22 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes b/Master/texmf-dist/doc/generic/pstricks/Changes
index a4dd00430ef..a6aa1618933 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes
@@ -1,3 +1,4 @@
+2013-12-09 - updated news2009 and news2013
2013-11-26 - updated news2013
2013-04-17 - updated news2013
2011-04-30 - extensions to pst-doc.cls v 0.19
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic
index 1e21d6de2a0..c8fc16c65d0 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes.generic
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes.generic
@@ -3,6 +3,7 @@ versions like 2.47a have only changes in other files, but not
in this main package.
+2.49 2013-12-09 - added \reversepath
2.48 2013-11-29 - fixed trailing space for !!
2.47a 2013-11-28 - changes in pst-ovl
2.47 2013-11-26 - added special coor type !! for Postfix notation
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news09.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news09.pdf
index 50257ffccf6..08453d99270 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news09.pdf
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news09.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news09.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news09.tex
index d203e8d71a8..a3e573b0e7a 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news09.tex
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news09.tex
@@ -1,4 +1,4 @@
-%% $Id: pst-news09.tex 755 2013-03-09 08:48:58Z herbert $
+%% $Id: pst-news09.tex 856 2013-12-09 10:34:40Z herbert $
\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings
headexclude,footexclude,oneside]{pst-doc}
\listfiles
@@ -123,9 +123,9 @@ be of any PostScript expression and will be taken with the unit pt in user coord
$(x_C, y_C)$ is the center and $(x_A, y_A)$ $(x_B, y_B)$ are two given points of the
\Index{circle}. The angles for the \Index{arc} are calculated by \TeX. The arc is drawn from the first
-to the second point. The radius is the distance from the center to the first point.
-The second point can have another distance, it is only used for calculating the angle.
-The following examples needs the package \LPack{pst-eucl}.
+to the second point. The radius is the distance from the center to the second point.
+The first point can have another distance, it is only used for calculating the angle.
+The following examples need the package \LPack{pst-eucl}.
\begin{LTXexample}[width=6cm]
\begin{pspicture}(-3,-3)(3,3)
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf
index fc221ba1233..efc393b54e6 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex
index 7c03e08542b..3b265a5946a 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news13.tex
@@ -1,4 +1,4 @@
-%% $Id: pst-news13.tex 853 2013-11-26 20:32:06Z herbert $
+%% $Id: pst-news13.tex 856 2013-12-09 10:34:40Z herbert $
\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings
headexclude,footexclude,oneside]{pst-doc}
\listfiles
@@ -68,6 +68,21 @@ Then the unit which is active when \Lcs{uput} is active is used. With a unit the
ist not allowed and leads to an error!
+\subsection{Customization}
+
+\Lcs{pscustom} now knows the PostScript function \Lcs{reversepath}:
+
+\begin{LTXexample}[width=5cm]
+\begin{pspicture}(5,3)
+ \pnode(5;30){A}
+ \psline(A)(0,0)(5;0)
+ \pscustom[fillstyle=vlines]{%
+ \psarcAB(A)(0,0)(2,0)
+ \reversepath
+ \psarcAB(A)(0,0)(4,0)}
+\end{pspicture}
+\end{LTXexample}
+
\subsection{Coordinates}
\subsubsection{Postscript mode}