From d24b893b0eb0daa12507892704e043964dcc73fb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 27 Nov 2013 22:21:23 +0000 Subject: pstricks (27nov13) git-svn-id: svn://tug.org/texlive/trunk@32254 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/pstricks/Changes | 1 + .../doc/generic/pstricks/Changes.generic | 4 ++- Master/texmf-dist/doc/generic/pstricks/README | 2 +- .../texmf-dist/doc/generic/pstricks/pst-news13.pdf | Bin 97793 -> 99529 bytes .../texmf-dist/doc/generic/pstricks/pst-news13.tex | 29 ++++++++++++++++++--- .../doc/generic/pstricks/pstricks-add-data9.data | 4 --- 6 files changed, 30 insertions(+), 10 deletions(-) delete mode 100644 Master/texmf-dist/doc/generic/pstricks/pstricks-add-data9.data (limited to 'Master/texmf-dist/doc/generic') diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes b/Master/texmf-dist/doc/generic/pstricks/Changes index 329a70e1b07..a4dd00430ef 100644 --- a/Master/texmf-dist/doc/generic/pstricks/Changes +++ b/Master/texmf-dist/doc/generic/pstricks/Changes @@ -1,3 +1,4 @@ +2013-11-26 - updated news2013 2013-04-17 - updated news2013 2011-04-30 - extensions to pst-doc.cls v 0.19 2011-04-20 - extensions to pst-doc.cls v 0.18 diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic index 0a61e657449..b406cd0de7a 100644 --- a/Master/texmf-dist/doc/generic/pstricks/Changes.generic +++ b/Master/texmf-dist/doc/generic/pstricks/Changes.generic @@ -1,5 +1,7 @@ pstricks.tex -------- -2.46 2013-08-20 - fixed bug with \pstcustomize (delete a line) +2.47 2013-11-26 - added special coor type !! for Postfix notation + in user coordinates +2.46 2013-08-13 - fixed bug with \pstcustomize (delete a line) 2.45 2013-07-08 - moved the overlay part into pst-ovl - added \@tfor macros if used without \LaTeX 2.44 2013-06-24 - add macros \pssetMonochrome and \pssetGrayscale diff --git a/Master/texmf-dist/doc/generic/pstricks/README b/Master/texmf-dist/doc/generic/pstricks/README index add9b0ed78f..993cb771801 100644 --- a/Master/texmf-dist/doc/generic/pstricks/README +++ b/Master/texmf-dist/doc/generic/pstricks/README @@ -22,7 +22,7 @@ news articles in the doc directory! COPYRIGHT 1993, 1994, 2000 by Timothy Van Zandt, . COPYRIGHT 2004, 2005 by Herbert Voss and Rolf Niepraschk . -COPYRIGHT 2006-2013 by Herbert Voss +COPYRIGHT 2006-- by Herbert Voss This program can be redistributed and/or modified under the terms of the LaTeX Project Public License Distributed from CTAN diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf index 4757a487c9a..f42fc5b81b8 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 5cfe09e9751..7c03e08542b 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 808 2013-07-15 08:16:58Z herbert $ +%% $Id: pst-news13.tex 853 2013-11-26 20:32:06Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings headexclude,footexclude,oneside]{pst-doc} \listfiles @@ -70,6 +70,25 @@ ist not allowed and leads to an error! \subsection{Coordinates} +\subsubsection{Postscript mode} +A preceeding \verb|!| in coordinates will interpret the following expressing in Postfix notation. +The expression is automatically translated from user into screen coordinates. With a double \verb|!!| +this can be omitted and the Postscript expression will not be translated. This is useful in some +special cases: + +\begin{LTXexample}[width=5cm] +\begin{pspicture}[showgrid](2,2)(5,5) +\pscustom{ + \psarc(3,3){1}{0}{90} + \rmoveto(.5;-90) + \psarc[liftpen=2](!!CP){.5}{90}{180}} +\end{pspicture} +\end{LTXexample} + +\verb|CP| is the internal abbreviation for the Postscript function \texttt{currentpoint}. + + +\subsubsection{Algebraic mode} Additionally to the special pair of coordinates \verb|(*x f(x))| where $x$ must be a value in PostScript notation and $f(x)$ in algebraic noatation, there is now a \verb|(**{f(y), y})| which is vice versa, $f(y)$ in algebraic and $y$ in PostScript notation. And there is also @@ -77,9 +96,6 @@ a \verb|(+{x}, {f(x)})|, where both expressions must be in algebraic notation an or an expression which uses known system or user defined PostScript functions. - - - \begin{LTXexample}[width=5cm] \def\f(#1){#1^2} \def\y{2} \begin{pspicture}[showgrid](5,5) @@ -100,6 +116,11 @@ for the complete coordinate argument \verb|(...)| which then gives an error. + + + + + \subsection{Fillstyle \texttt{dots}} A fix for the fill style \Lkeyval{dots} to make it work again: diff --git a/Master/texmf-dist/doc/generic/pstricks/pstricks-add-data9.data b/Master/texmf-dist/doc/generic/pstricks/pstricks-add-data9.data deleted file mode 100644 index 8bd09389cc7..00000000000 --- a/Master/texmf-dist/doc/generic/pstricks/pstricks-add-data9.data +++ /dev/null @@ -1,4 +0,0 @@ -some nonsense in this line ---time forcex forcey -0 0.2 -1 1 -2 4 -- cgit v1.2.3