diff options
author | Karl Berry <karl@freefriends.org> | 2013-02-22 22:56:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-02-22 22:56:10 +0000 |
commit | 19e6deec88e20852e89d1a8a65cbd57e3fbd5686 (patch) | |
tree | 29df167a5c747e9d8f9fbe185ea4c0b33471df24 /Master/texmf-dist/dvips/pst-optexp | |
parent | 10a4ffd8cb98e6695954b5b73209a91ea060fef3 (diff) |
pst-optexp (22feb13)
git-svn-id: svn://tug.org/texlive/trunk@29201 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips/pst-optexp')
-rw-r--r-- | Master/texmf-dist/dvips/pst-optexp/pst-optexp.pro | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/dvips/pst-optexp/pst-optexp.pro b/Master/texmf-dist/dvips/pst-optexp/pst-optexp.pro index 7394171f9bb..99236bc9f55 100644 --- a/Master/texmf-dist/dvips/pst-optexp/pst-optexp.pro +++ b/Master/texmf-dist/dvips/pst-optexp/pst-optexp.pro @@ -9,7 +9,7 @@ %% This is a generated file. %% %% Project: pst-optexp -%% Version: 3.4alpha (2013/02/03) +%% Version: 3.5 (2013/02/22) %% %% Copyright (C) 2007-2013 by Christoph Bersch <usenet@bersch.net> %% @@ -1495,13 +1495,13 @@ tx@OptexpDict begin end grestore @ABVect NormalizeVec 2 copy - 8 -2 roll abs exch abs max -1e-6 mul VecScale + 8 -2 roll abs exch abs mymax -1e-6 mul VecScale 8 -2 roll cvn load begin IfcName load begin X Y VecAdd /YCorr exch def /XCorr exch def end end - 4 2 roll abs exch abs max 1e-6 mul VecScale + 4 2 roll abs exch abs mymax 1e-6 mul VecScale 4 2 roll cvn load begin IfcName load begin X Y VecAdd /YCorr exch def /XCorr exch def @@ -1512,6 +1512,9 @@ tx@OptexpDict begin } ifelse DebugEnd } bind def +/mymax { + 2 copy lt { exch } if pop +} bind def /debug { /@N ED count dup @N gt @N 0 ge and { pop @N } if copy @N { == } repeat |