summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips/pstricks
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/dvips/pstricks')
-rw-r--r--Master/texmf-dist/dvips/pstricks/pst-ovl.pro30
1 files changed, 0 insertions, 30 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pst-ovl.pro b/Master/texmf-dist/dvips/pstricks/pst-ovl.pro
deleted file mode 100644
index fd780d9ae16..00000000000
--- a/Master/texmf-dist/dvips/pstricks/pst-ovl.pro
+++ /dev/null
@@ -1,30 +0,0 @@
-% $Id: pst-ovl.pro 856 2013-12-09 10:34:40Z herbert $
-%
-%% PostScript prologue for pst-ovl.tex.
-%% Version 0.03, 2013/12/21
-%%
-%% 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@ovlDict 10 dict def
-tx@ovlDict begin
-%
-/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
-%
-% END pst-ovl.pro