texlive[52058] Master/texmf-dist/tex/latex/axodraw2/axodraw2.sty:
commits+karl at tug.org
commits+karl at tug.org
Sun Sep 8 23:45:40 CEST 2019
Revision: 52058
http://tug.org/svn/texlive?view=revision&revision=52058
Author: karl
Date: 2019-09-08 23:45:40 +0200 (Sun, 08 Sep 2019)
Log Message:
-----------
axodraw2 2018/10/10 v2.1.2
Modified Paths:
--------------
trunk/Master/texmf-dist/tex/latex/axodraw2/axodraw2.sty
Modified: trunk/Master/texmf-dist/tex/latex/axodraw2/axodraw2.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/axodraw2/axodraw2.sty 2019-09-08 21:02:49 UTC (rev 52057)
+++ trunk/Master/texmf-dist/tex/latex/axodraw2/axodraw2.sty 2019-09-08 21:45:40 UTC (rev 52058)
@@ -69,7 +69,7 @@
%
% #] About folds :
%
-\ProvidesPackage{axodraw2}[2018/02/15 v2.1.1]
+\ProvidesPackage{axodraw2}[2018/10/10 v2.1.2]
%
% axodraw.sty file, both for .tex -> .dvi -> .ps and for .tex -> .pdf
%
@@ -3127,7 +3127,12 @@
% Left on stack: dr = length of line
3 index 3 index translate
2 index sub exch 3 index sub
- 2 copy atan rotate
+% 2 copy atan rotate
+ 2 copy
+ 2 copy 0 ne exch 0 ne or
+ {atan rotate}
+ {pop pop}
+ ifelse
dup mul exch dup mul add sqrt
3 1 roll pop pop
} def
More information about the tex-live-commits
mailing list