diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-14 22:08:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-14 22:08:43 +0000 |
commit | 0e4d93dadf0f1cbaa9d8819eb2d8a323968cef73 (patch) | |
tree | b7302f81135d10d1e0956299822af0ddefa9ee07 /Master/texmf-dist/dvips | |
parent | edb8fd9cd71fb2e6cac92760f74f7204ba25b46d (diff) |
pst-ovl (14may14)
git-svn-id: svn://tug.org/texlive/trunk@34033 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r-- | Master/texmf-dist/dvips/pst-ovl/pst-ovl.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/dvips/pst-ovl/pst-ovl.pro b/Master/texmf-dist/dvips/pst-ovl/pst-ovl.pro index 2e4ce76ce1c..188299ff6ab 100644 --- a/Master/texmf-dist/dvips/pst-ovl/pst-ovl.pro +++ b/Master/texmf-dist/dvips/pst-ovl/pst-ovl.pro @@ -1,7 +1,7 @@ % $Id: pst-ovl.pro 859 2013-12-21 16:51:58Z herbert $ % %% PostScript prologue for pst-ovl.tex. -%% Version 0.03, 2013/12/21 +%% 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 @@ -12,7 +12,7 @@ tx@ovlDict begin % /BeginOL { - dup (all) eq exch TheOL eq or + dup -1 eq exch TheOL eq or { IfVisible not { Visible /IfVisible true def } if } { IfVisible { Invisible /IfVisible false def } if } ifelse } def |