From e1cf2d37d45b69560b048112410bfb0fe4a364e1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Dec 2013 22:01:28 +0000 Subject: pstricks (9dec13) git-svn-id: svn://tug.org/texlive/trunk@32370 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/pstricks/Changes | 1 + .../doc/generic/pstricks/Changes.generic | 1 + .../texmf-dist/doc/generic/pstricks/pst-news09.pdf | Bin 85175 -> 89659 bytes .../texmf-dist/doc/generic/pstricks/pst-news09.tex | 8 ++++---- .../texmf-dist/doc/generic/pstricks/pst-news13.pdf | Bin 99832 -> 103602 bytes .../texmf-dist/doc/generic/pstricks/pst-news13.tex | 17 ++++++++++++++++- 6 files changed, 22 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/doc') 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 Binary files a/Master/texmf-dist/doc/generic/pstricks/pst-news09.pdf and b/Master/texmf-dist/doc/generic/pstricks/pst-news09.pdf 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 Binary files a/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf and b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf 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} -- cgit v1.2.3