summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-27 22:21:23 +0000
committerKarl Berry <karl@freefriends.org>2013-11-27 22:21:23 +0000
commitd24b893b0eb0daa12507892704e043964dcc73fb (patch)
tree781586e899366d66324e10ea02490212fef6f187 /Master/texmf-dist/doc/generic/pstricks
parent67ce830445179fe9df38668f362b124d6258d040 (diff)
pstricks (27nov13)
git-svn-id: svn://tug.org/texlive/trunk@32254 c570f23f-e606-0410-a88d-b1316a301751
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.generic4
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/README2
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news13.pdfbin97793 -> 99529 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news13.tex29
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pstricks-add-data9.data4
6 files changed, 30 insertions, 10 deletions
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, <tvz@econ.insead.fr>.
COPYRIGHT 2004, 2005 by Herbert Voss <voss@PSTricks.de> and
Rolf Niepraschk <Rolf.Niepraschk@ptb.de>.
-COPYRIGHT 2006-2013 by Herbert Voss <hvoss@tug.org>
+COPYRIGHT 2006-- by Herbert Voss <hvoss@tug.org>
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
--- 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 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