summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips/pst-eucl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/dvips/pst-eucl')
-rw-r--r--Master/texmf-dist/dvips/pst-eucl/pst-eucl.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/dvips/pst-eucl/pst-eucl.pro b/Master/texmf-dist/dvips/pst-eucl/pst-eucl.pro
index 0cf220ee4dc..0641b4a2383 100644
--- a/Master/texmf-dist/dvips/pst-eucl/pst-eucl.pro
+++ b/Master/texmf-dist/dvips/pst-eucl/pst-eucl.pro
@@ -1,6 +1,6 @@
%!
% PostScript prologue for pst-eucl.tex.
-% Version 1.00 2011/08/04
+% Version 1.01 2012/09/21
% For distribution, see pstricks.tex.
%
/tx@EcldDict 40 dict def tx@EcldDict begin
@@ -43,8 +43,8 @@
/ABDist { 3 -1 roll sub dup mul 3 1 roll sub dup mul add sqrt } bind def
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% x1 y1 x2 y2 -> x2-x1 y2-y1
-%/ABVect { 3 -1 roll exch sub 3 1 roll sub exch } bind def
-/ABVect { 3 -1 roll sub 3 1 roll exch sub exch } bind def
+/ABVect { 3 -1 roll exch sub 3 1 roll sub exch } bind def
+%/ABVect { 3 -1 roll sub 3 1 roll exch sub exch } bind def %% wrong version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% x1 y1 x2 y2 x3 y3 x4 y4 -> x y
/InterLines {