diff options
author | Karl Berry <karl@freefriends.org> | 2013-12-30 23:36:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-12-30 23:36:52 +0000 |
commit | 60fc3c6750c727bcf42ee4601a1fb2c8f28dbc38 (patch) | |
tree | b3e3eb91624a1d76d9c2f66c4fda0cf33f644d98 /Master/texmf-dist/dvips | |
parent | 2279674bbd8d121f3242f7d30dbb469770bfc646 (diff) |
pst-ovl (28dec)
git-svn-id: svn://tug.org/texlive/trunk@32514 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r-- | Master/texmf-dist/dvips/pst-ovl/pst-ovl.pro | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/dvips/pst-ovl/pst-ovl.pro b/Master/texmf-dist/dvips/pst-ovl/pst-ovl.pro new file mode 100644 index 00000000000..2e4ce76ce1c --- /dev/null +++ b/Master/texmf-dist/dvips/pst-ovl/pst-ovl.pro @@ -0,0 +1,30 @@ +% $Id: pst-ovl.pro 859 2013-12-21 16:51:58Z 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 |