summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/pst-ovl/dvips
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/pstricks/contrib/pst-ovl/dvips
Initial commit
Diffstat (limited to 'graphics/pstricks/contrib/pst-ovl/dvips')
-rw-r--r--graphics/pstricks/contrib/pst-ovl/dvips/pst-ovl.pro30
1 files changed, 30 insertions, 0 deletions
diff --git a/graphics/pstricks/contrib/pst-ovl/dvips/pst-ovl.pro b/graphics/pstricks/contrib/pst-ovl/dvips/pst-ovl.pro
new file mode 100644
index 0000000000..188299ff6a
--- /dev/null
+++ b/graphics/pstricks/contrib/pst-ovl/dvips/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.04, 2014/05/12
+%%
+%% 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 -1 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