summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-02-06 23:23:51 +0000
committerKarl Berry <karl@freefriends.org>2014-02-06 23:23:51 +0000
commit8eea77ff7a067f4a46163f722b2458905c297eb7 (patch)
tree3c3c7e5ed180807bfe8c77e8ee74745db06dda5a
parent5d7165ae0b6bde9726dec6e872a0cea2bcf599a7 (diff)
pstricks (4feb14)
git-svn-id: svn://tug.org/texlive/trunk@32890 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.generic1
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news14.pdfbin50710 -> 54057 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news14.tex5
-rw-r--r--Master/texmf-dist/dvips/pstricks/pstricks.pro2
-rw-r--r--Master/texmf-dist/tex/generic/pstricks/pstricks.tex10
5 files changed, 12 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic
index a3539e1c86d..9e9e51e5f1b 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.51 2014-02-03 - make strokeopacity available for dots
2.50 2014-01-16 - added experimental fillstyle oefill, the inverse of eofill
- allow PostScript notation for \pst@checknum
2.49c 2013-12-27 - moved overlay functions into an own package
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news14.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news14.pdf
index ef75cb88557..ddc0a8131d1 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news14.pdf
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news14.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news14.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news14.tex
index 255267180d3..6ecca9b37a6 100644
--- a/Master/texmf-dist/doc/generic/pstricks/pst-news14.tex
+++ b/Master/texmf-dist/doc/generic/pstricks/pst-news14.tex
@@ -37,6 +37,11 @@ basic package \nxLFile{pstricks}}
%--------------------------------------------------------------------------------------
\section{\texttt{pstricks.tex} (\pstricksFV -- \pstricksFD)}
%--------------------------------------------------------------------------------------
+\section{Opacity}
+The keyword \Lkeyword{strokeopacity} is now also valid for \Lcs{psdot}, \Lcs{psdots},
+and the \Lkeyword{linestyle}/\Lkeyword{plotstyle}=\Lkeyval{dots}.
+
+
\subsection{PostScript notation for numbers}
Optional arguments which expects a real number can now have a preceeding ! character for
a PostScript notation which is directly passed to PostScript. The user has take care that
diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro
index bf6ef80c5fa..0a60f8e4460 100644
--- a/Master/texmf-dist/dvips/pstricks/pstricks.pro
+++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro
@@ -139,7 +139,6 @@ tx@Dict begin
/YLength YB YA sub def
/PAngle YLength XLength Atan def
/XYLength XLength YLength Pyth def
-
%% for negative SymStep we calculate the distance
SymStep 0 lt
{ %XYLength SymStep div abs cvi
@@ -286,7 +285,6 @@ gsave
/kite_colour ED
/dart_colour ED
clip
-
newpath
gsave
100 100 translate
diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
index b8bb470cd83..bf4e83c1847 100644
--- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
+++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex
@@ -109,8 +109,8 @@
\input pgffor.code.tex
\let\pgfforeach\foreach
%
-\def\fileversion{2.50}
-\def\filedate{2014/01/16}
+\def\fileversion{2.51}
+\def\filedate{2014/02/03}
\catcode`\@=11\relax
\pst@addfams{pstricks}
%
@@ -1258,7 +1258,7 @@
\def\psfs@none{}
\def\psfs@solid{\pst@fill{\pst@usecolor\psfillcolor \tx@setTransparency fill }}
\def\psfs@eofill{\pst@fill{\pst@usecolor\psfillcolor \tx@setTransparency eofill}}
-\def\psfs@oefill{\pst@fill{\pst@usecolor\psk@oefillcolor \tx@setTransparency fill } \psfs@eofill}
+\def\psfs@oefill{\pst@fill{\pst@usecolor\psk@oefillcolor \tx@setTransparency fill } \psfs@eofill }
\def\psfs@shape{\pst@fill{\pst@usecolor\psfillcolor \tx@setBlendmode fill }}
\def\psfs@spiral{\pst@fill{\pst@fsOrigin \pst@usecolor\psfillcolor clip newpath
0 .1 500 { dup dup sqrt 4 div 0 360 arc fill \pst@fsAngle rotate } for }}
@@ -2261,6 +2261,7 @@
\addto@pscode{
\psk@dotsize
\@nameuse{psds@\psk@dotstyle}
+ \tx@setStrokeTransparency
\pst@coor Dot}%
\end@SpecialObj}
%
@@ -2274,8 +2275,9 @@
\def\psdots@iii{%
\psk@dotsize
\@nameuse{psds@\psk@dotstyle}
+ \tx@setStrokeTransparency
newpath
- n { transform floor .5 add exch floor .5 add exch itransform Dot } repeat }
+ n { transform floor .5 add exch floor .5 add exch itransform Dot } repeat }
%
% DG: dead code (to suppress until \psset[pstricks]{dotstyle) ? - Aug. 4, 1997
\def\tx@SQ{SQ }