summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-07-15 21:46:25 +0000
committerKarl Berry <karl@freefriends.org>2022-07-15 21:46:25 +0000
commita37835eecfb8c04bd99ca2420cc72418dec4198b (patch)
treea1c9effe63509d07db09207df1153ef0ed5ba255 /Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex
parent0c65eda87a3a65cdb4bcf42a2912bd9721816bd7 (diff)
tkz-euclide (15jul22)
git-svn-id: svn://tug.org/texlive/trunk@63907 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex10
1 files changed, 4 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex
index 19aeced0465..d1f3692d05b 100644
--- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex
+++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex
@@ -10,9 +10,9 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{4.051b}
-\def\filedate{2022/02/25}
-\typeout{2022/02/25 4.051b tkz-obj-eu-polygons.tex}
+\def\fileversion{4.2c}
+\def\filedate{2022/07/14}
+\typeout{2022/07/14 4.2c tkz-obj-eu-polygons.tex}
% bug in regular polygon side 2020/03/09
\makeatletter
%<--------------------------------------------------------------------------–>
@@ -40,15 +40,13 @@
%<--------------------- rectangle ---------------------------------–>
%
%<--------------------------------------------------------------------------–>
-
\def\tkzDefRectangle{\pgfutil@ifnextchar[{\tkz@DefRectangle}%
{\tkz@DefRectangle[]}}
\def\tkz@DefRectangle[#1](#2,#3){%
\begingroup
- \path[#1](#2) -| coordinate (tkzFirstPointResult) (#3) -| coordinate (tkzSecondPointResult) (#2);
+ \path[#1](#2) - coordinate (tkzFirstPointResult) (#3) - coordinate (tkzSecondPointResult) (#2);
\endgroup
}
-
%<-------------------------- gold rectangle -------------------------------–>
%
%<--------------------------------------------------------------------------–>