summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-12-30 23:37:18 +0000
committerKarl Berry <karl@freefriends.org>2013-12-30 23:37:18 +0000
commitaff2c3672a30400e7eb0e29f6db8d2c06e399297 (patch)
tree6999c816d2288e2aed80d872549b08c530da41ca /Master/texmf-dist/dvips
parent60fc3c6750c727bcf42ee4601a1fb2c8f28dbc38 (diff)
pstricks (27dec13)
git-svn-id: svn://tug.org/texlive/trunk@32515 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-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