diff options
Diffstat (limited to 'Master/texmf-dist/dvips/pst-optexp/pst-optexp.pro')
-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 |