summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-05-21 23:04:38 +0000
committerKarl Berry <karl@freefriends.org>2013-05-21 23:04:38 +0000
commitb7f351186e14a82b2d9ad697752a86e073d04fc6 (patch)
tree191fe3d777c57b7f83013b55a3816ad9c1dea761 /Master/texmf-dist/doc/generic
parent3f361c9b8d80c304f9befb9884174e5994483ca9 (diff)
pstricks (21may13)
git-svn-id: svn://tug.org/texlive/trunk@30616 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.generic6
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.latex1
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news13.pdfbin68823 -> 81845 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news13.tex44
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pstricks-add-data9.data4
5 files changed, 53 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic
index 41de55f98f1..16ebf27bc2a 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes.generic
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes.generic
@@ -1,7 +1,11 @@
pstricks.tex --------
+2.43 2013-05-12 - allow option ! to the labelsep of \uput
+2.42 2013-04-26 - add option + for coordinates to allow
+ (+{x} {f(x)}) both in algebraic notation where
+ x must be expanded to a value.
2.41 2013-04-17 - add option for using the pgf PS functions.
in some cases they are missing. They are
- defined in pst-tools.pro which os loaded
+ defined in pst-tools.pro which is loaded
by default.
2.40 2013-04-05 - fix for showgrid=top. Uses now the
same units as showgrid=bottom
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.latex b/Master/texmf-dist/doc/generic/pstricks/Changes.latex
index c3c3b50a6da..2f4b4086208 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes.latex
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes.latex
@@ -1,4 +1,5 @@
pstricks.sty --------
+0.56 2013-05-21 - add option monochrome
0.55 2013-04-05 - pass option pdfcrop=--hres to auto-pst-pdf
0.54 2013-04-05 - revert setting of the fillcolor, see 0.33
0.53 2012-08-24 - update version number for pro files
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf
index 72999d1a031..b1535760548 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 82570b8a406..5eafc5e809e 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 767 2013-04-17 21:38:48Z herbert $
+%% $Id: pst-news13.tex 781 2013-05-21 08:25:07Z herbert $
\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings
headexclude,footexclude,oneside]{pst-doc}
\listfiles
@@ -29,6 +29,26 @@ basic package \nxLFile{pstricks}}
\part{\texttt{pstricks} -- package}
%--------------------------------------------------------------------------------------
+\section{\texttt{pstricks.sty}}
+%--------------------------------------------------------------------------------------
+
+There is a new optional argument \Lkeyword{monochrome} to convert all RGB and CMYK colors
+into grayscale. The equations are:
+
+\subsection{RGB to gray}
+\[ \text{gray} = 0.07 \text{red} + 0.71 \text{green} + 0.21 \text{blue} \]
+
+\subsection{CMYK to gray}
+\begin{align*}
+ c &= c (1 - k) + k\\
+ m &= m (1 - k) + k\\
+ y &= y (1 - k) + k\\
+ r, g, b &= (1 - c), (1 - m), (1 - y)\\
+ \text{gray} &= 0.299 r + 0.587 g + 0.114 b
+\end{align*}
+
+
+%--------------------------------------------------------------------------------------
\section{\texttt{pstricks.tex} (\pstricksFV -- \pstricksFD)}
%--------------------------------------------------------------------------------------
There is a new optional argument \Lkeyword{pgffunctions} for the environment \Lenv{pspicture}.
@@ -38,6 +58,28 @@ package which uses pgf macros.
\lstinline|\begin{pspicture}[pgffunctions,...](...)(...)|
+\subsection{labelsep}
+The \Lkeyword{labelsep} is the first -- optional -- argument of \Lcs{uput}.
+It is now possible to use the PostScript notation for this \emph{length}, eg \verb|{! 45 sin 3 mul}|.
+Then the unit which is active when \Lcs{uput} is active is used. With a unit the PS notation
+ist not allowed and leads to an error!
+
+
+
+\subsection{Coordinates}
+Additionally to the special pair of coordinates \verb|(*x f(x))| where $x$ must be a value in
+PostScript notation and $f(x)$ in algebaric noatation, there is now a \verb|(+{x}, {f(x)})|.
+Both expressions must be in algebraic notation and \verb|{x}| must expand to a value
+or an expression which uses known system or user defined PostScript functions.
+
+\begin{LTXexample}[width=5cm]
+\begin{pspicture}[showgrid](3,2)
+\pnode(+{sqrt(Pi)},{1.5*(sin(x)^2+cos(x)^2)}){A}
+\psdot(A)
+\psline[arrowscale=1.5]{->}(A)
+\end{pspicture}
+\end{LTXexample}
+
\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
new file mode 100644
index 00000000000..8bd09389cc7
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pstricks/pstricks-add-data9.data
@@ -0,0 +1,4 @@
+some nonsense in this line ---time forcex forcey
+0 0.2
+1 1
+2 4