summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-09 23:37:56 +0000
committerKarl Berry <karl@freefriends.org>2013-11-09 23:37:56 +0000
commited47a420cd7d5ffcfc9106fbb61a9e25bc47c577 (patch)
treecbcb72780e48d56416eb4b19ebd04c9a61c644ca /Master
parent1d5b67d452e016239552526704e3e928e1d0d6ca (diff)
pstricks (9nov13)
git-svn-id: svn://tug.org/texlive/trunk@32112 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/Changes.dvips3
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/pst-news13.pdfbin98232 -> 98262 bytes
-rw-r--r--Master/texmf-dist/dvips/pstricks/pstricks.pro6
3 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.dvips b/Master/texmf-dist/doc/generic/pstricks/Changes.dvips
index 6a8cc99a672..a1023a45e7d 100644
--- a/Master/texmf-dist/doc/generic/pstricks/Changes.dvips
+++ b/Master/texmf-dist/doc/generic/pstricks/Changes.dvips
@@ -1,5 +1,6 @@
---- pstricks.pro
-1.18 2013-10-13 - put /UUput and /Uput in local dictionaries
+1.19 2013-11-08 - do not put /Uput in a local dictionary
+1.18 2013-11-05 - put /UUput and /Uput in local dictionaries
1.17 2013-07-08 - move the overlay part into pst-ovl.pro
1.16 2013-05-22 - save color functions
1.15 2012-10-16 - modified Div operator
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news13.pdf
index d8159277d9b..89faa2d8815 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/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro
index 4473808ba6f..b6ceff83940 100644
--- a/Master/texmf-dist/dvips/pstricks/pstricks.pro
+++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro
@@ -1,7 +1,7 @@
-% $Id: pstricks.pro 801 2013-07-09 18:10:41Z herbert $
+% $Id: pstricks.pro 845 2013-11-08 19:01:48Z herbert $
%
%% PostScript prologue for pstricks.tex.
-%% Version 1.18, 2013/11/05
+%% Version 1.19, 2013/11/08
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives
@@ -1070,7 +1070,6 @@ dup angle0 sub dup abs 180 gt { 180 add 360 div floor 360 mul sub } { pop } ifel
/PutEnd { CP /TMatrix [ TMatrix setmatrix ] cvx def moveto } def
%
/Uput {
- 10 dict begin
/a ED
add 2 div /h ED 2
div /w ED
@@ -1082,7 +1081,6 @@ dup angle0 sub dup abs 180 gt { 180 add 360 div floor 360 mul sub } { pop } ifel
/w1 c b div w mul def
/h1 s b div h mul def
q { w1 abs w sub dup c mul abs }{ h1 abs h sub dup s mul abs } ifelse
- end
} def
%
/UUput {