summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-30 23:24:13 +0000
committerKarl Berry <karl@freefriends.org>2013-11-30 23:24:13 +0000
commit523420826d361286711f7a9f64de454a91bb8c5d (patch)
tree96a205412551bdbe23b5ca8c248e2dab63b2c713 /Master/texmf-dist/dvips
parent228268bd82f74cdea26b5d41e0941bd3e70ad6d1 (diff)
pstricks (30nov13)
git-svn-id: svn://tug.org/texlive/trunk@32283 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r--Master/texmf-dist/dvips/pstricks/pst-ovl.pro5
-rw-r--r--Master/texmf-dist/dvips/pstricks/pstricks.pro16
2 files changed, 3 insertions, 18 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pst-ovl.pro b/Master/texmf-dist/dvips/pstricks/pst-ovl.pro
index 7b9844066ce..25b33a5254e 100644
--- a/Master/texmf-dist/dvips/pstricks/pst-ovl.pro
+++ b/Master/texmf-dist/dvips/pstricks/pst-ovl.pro
@@ -1,15 +1,14 @@
% $Id: pst-ovl.pro 801 2013-07-09 18:10:41Z herbert $
%
%% PostScript prologue for pst-ovl.tex.
-%% Version 0.01, 2013/07/08
+%% Version 0.02, 2013/11/28
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives
%% in directory macros/latex/base/lppl.txt.
%
%
-/tx@ovl 10 dict def
-tx@ovl begin
+tx@Dict begin
%
/BeginOL {
dup (all) eq exch TheOL eq or
diff --git a/Master/texmf-dist/dvips/pstricks/pstricks.pro b/Master/texmf-dist/dvips/pstricks/pstricks.pro
index aeffd84d929..0b807713838 100644
--- a/Master/texmf-dist/dvips/pstricks/pstricks.pro
+++ b/Master/texmf-dist/dvips/pstricks/pstricks.pro
@@ -1,7 +1,7 @@
% $Id: pstricks.pro 853 2013-11-26 20:32:06Z herbert $
%
%% PostScript prologue for pstricks.tex.
-%% Version 1.20, 2013/11/26
+%% Version 1.21, 2013/11/28
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives
@@ -1099,20 +1099,6 @@ dup angle0 sub dup abs 180 gt { 180 add 360 div floor 360 mul sub } { pop } ifel
end
} def
%
-/BeginOL {
- dup (all) eq exch TheOL eq or
- { IfVisible not { Visible /IfVisible true def } if }
- { IfVisible { Invisible /IfVisible false def } if } ifelse
-} def
-%
-/InitOL {
- /OLUnit [ 3000 3000 matrix defaultmatrix dtransform ] cvx def
- /Visible { CP OLUnit idtransform T moveto } def
- /Invisible { CP OLUnit neg exch neg exch idtransform T moveto } def
- /BOL { BeginOL } def
- /IfVisible true def
-} def
-%
end
%-----------------------------------------------------------------------------%
%