diff options
author | Karl Berry <karl@freefriends.org> | 2021-02-27 21:53:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-02-27 21:53:57 +0000 |
commit | 25894e1d63a0d792b6f31e65037bf8969f1bd805 (patch) | |
tree | 3325f3094c74347016c6aeba41741bfae6a8faf7 /Master/texmf-dist/dvips | |
parent | 92ce39d5ea3b4fa5447fd76e906469364fb38a96 (diff) |
pst-optexp (27feb21) (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2020.0@57984 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r-- | Master/texmf-dist/dvips/pst-optexp/pst-optexp.pro | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-dist/dvips/pst-optexp/pst-optexp.pro b/Master/texmf-dist/dvips/pst-optexp/pst-optexp.pro index 58041b31342..7990098e869 100644 --- a/Master/texmf-dist/dvips/pst-optexp/pst-optexp.pro +++ b/Master/texmf-dist/dvips/pst-optexp/pst-optexp.pro @@ -9,9 +9,9 @@ %% This is a generated file. %% %% Project: pst-optexp -%% Version: 5.2 (2014/11/26) +%% Version: 6.0 (2021/02/26) %% -%% Copyright (C) 2007-2014 by Christoph Bersch <usenet@bersch.net> +%% Copyright (C) 2007-2021 by Christoph Bersch <usenet@bersch.net> %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3c @@ -1745,11 +1745,13 @@ tx@OptexpDict begin (Center) NodeName @GetCenter 4 2 roll @ABVect } bind def /GetIfcOrNodeCoord { + (GetIfcOrNodeCoord) DebugBegin dup xcheck { exch pop exec } { nametostr exch nametostr exch GetIfcCenter } ifelse + DebugEnd } bind def /connectInterfaces { /relAngleTmp ED @@ -1951,6 +1953,11 @@ tx@IntersectDict begin end } bind def end +/GetCoordinatePair {% + 2 mul -2 roll counttomark 1 add 2 roll cleartomark +} bind def +/GetFirstInputCoordinatePair { 1 GetCoordinatePair } bind def +/GetLastInputCoordinatePair { counttomark 2 idiv 1 sub GetCoordinatePair } bind def /mymax { 2 copy lt { exch } if pop } bind def |