From 83759346c1967decfbe3e25ad73fe062d222e6c9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 29 Jul 2022 21:00:59 +0000 Subject: tkz-euclide (28jul22) git-svn-id: svn://tug.org/texlive/trunk@64003 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/tkz-euclide/README.md | 13 +++++- .../latex/tkz-euclide/TKZdoc-euclide-circles.tex | 45 +++++++++++++++------ .../latex/tkz-euclide/TKZdoc-euclide-drawing.tex | 6 +-- .../latex/tkz-euclide/TKZdoc-euclide-examples.tex | 2 +- .../doc/latex/tkz-euclide/TKZdoc-euclide-main.tex | 4 +- .../doc/latex/tkz-euclide/TKZdoc-euclide-news.tex | 2 + .../latex/tkz-euclide/TKZdoc-euclide-pointsSpc.tex | 4 +- .../tkz-euclide/TKZdoc-euclide-presentation.tex | 2 +- .../doc/latex/tkz-euclide/tkz-euclide.pdf | Bin 1102232 -> 1104426 bytes .../tex/latex/tkz-euclide/tkz-euclide.cfg | 6 +-- .../tex/latex/tkz-euclide/tkz-euclide.sty | 8 ++-- .../tex/latex/tkz-euclide/tkz-lib-eu-marks.tex | 6 +-- .../tex/latex/tkz-euclide/tkz-lib-eu-shape.tex | 6 +-- .../tex/latex/tkz-euclide/tkz-obj-eu-axesmin.tex | 6 +-- .../latex/tkz-euclide/tkz-obj-eu-circles-by.tex | 6 +-- .../tex/latex/tkz-euclide/tkz-obj-eu-circles.tex | 6 +-- .../tex/latex/tkz-euclide/tkz-obj-eu-compass.tex | 6 +-- .../latex/tkz-euclide/tkz-obj-eu-draw-angles.tex | 28 ++++++------- .../latex/tkz-euclide/tkz-obj-eu-draw-circles.tex | 6 +-- .../latex/tkz-euclide/tkz-obj-eu-draw-lines.tex | 10 ++--- .../latex/tkz-euclide/tkz-obj-eu-draw-points.tex | 6 +-- .../latex/tkz-euclide/tkz-obj-eu-draw-polygons.tex | 6 +-- .../tkz-euclide/tkz-obj-eu-draw-triangles.tex | 6 +-- .../tex/latex/tkz-euclide/tkz-obj-eu-grids.tex | 6 +-- .../tex/latex/tkz-euclide/tkz-obj-eu-lines.tex | 6 +-- .../tex/latex/tkz-euclide/tkz-obj-eu-points-by.tex | 6 +-- .../latex/tkz-euclide/tkz-obj-eu-points-rnd.tex | 6 +-- .../latex/tkz-euclide/tkz-obj-eu-points-spc.tex | 6 +-- .../latex/tkz-euclide/tkz-obj-eu-points-with.tex | 6 +-- .../tex/latex/tkz-euclide/tkz-obj-eu-points.tex | 6 +-- .../tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex | 6 +-- .../latex/tkz-euclide/tkz-obj-eu-protractor.tex | 6 +-- .../tex/latex/tkz-euclide/tkz-obj-eu-sectors.tex | 6 +-- .../tex/latex/tkz-euclide/tkz-obj-eu-show.tex | 6 +-- .../tex/latex/tkz-euclide/tkz-obj-eu-triangles.tex | 6 +-- .../tex/latex/tkz-euclide/tkz-tools-eu-BB.tex | 6 +-- .../tex/latex/tkz-euclide/tkz-tools-eu-angles.tex | 6 +-- .../tex/latex/tkz-euclide/tkz-tools-eu-base.tex | 6 +-- .../tex/latex/tkz-euclide/tkz-tools-eu-colors.tex | 6 +-- .../tkz-euclide/tkz-tools-eu-intersections.tex | 6 +-- .../tex/latex/tkz-euclide/tkz-tools-eu-math.tex | 6 +-- .../tex/latex/tkz-euclide/tkz-tools-eu-modules.tex | 6 +-- .../tex/latex/tkz-euclide/tkz-tools-eu-text.tex | 6 +-- .../latex/tkz-euclide/tkz-tools-eu-utilities.tex | 6 +-- 44 files changed, 173 insertions(+), 143 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/README.md b/Master/texmf-dist/doc/latex/tkz-euclide/README.md index db0ee4fc41e..55940008e75 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/README.md +++ b/Master/texmf-dist/doc/latex/tkz-euclide/README.md @@ -1,6 +1,6 @@ # tkz-euclide — for euclidean geometry -Release 4.21c 2022/07/19 +Release 4.22c 2022/07/28 ## Description @@ -69,9 +69,18 @@ Other examples, in French, are on my site. ## History + +- 4.22c. Correction of a bug in the macro \tkzMarkAngle; + Correction of the documentation: + Remove options R,diameter of the macro \tkzDrawCircle. To draw a circle you must use two points: the center and a point of the circle. + + \tkzDefPointOnCircle : + forgotten "in rad" in the documentation +Complément dans la documentation pour la macro \tkzDefCircle[R](....). On peut utiliser soit \tkzGetPoints{o}{x} ou soit \tkzGetPoints{x}. - 4.21c the package archive was corrupted, all the "|" disappeared ... -- 4.2c +- 4.2c. + Now \tkzDefCircle gives two points as results: the center of the circle and a point of the circle. When a point of the circle is known, it is enough to use \tkzGetPoint or \tkzGetFirstPoint to get the center, otherwise \tkzGetPoints will give you the center and a point of the circle. You can always get the length of the radius with \tkzGetLength . I wanted to favor working with nodes and banish the appearance of numbers in the code. diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-circles.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-circles.tex index 72219d5ef5e..2a336d91af6 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-circles.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-circles.tex @@ -1,3 +1,4 @@ +\newpage \section{Circles} Among the following macros, one will allow you to draw a circle, which is not a real feat. To do this, you will need to know the center of the circle and either the radius of the circle or a point on the circumference. It seemed to me that the most frequent use was to draw a circle with a given center passing through a given point. This will be the default method, otherwise you will have to use the \tkzname{R} option. There are a large number of special circles, for example the circle circumscribed by a triangle. @@ -51,21 +52,41 @@ options & default & definition \\ \medskip \emph{In the following examples, I draw the circles with a macro not yet presented. You may only need the center and a point on the circle. } -\end{NewMacroBox} +\end{NewMacroBox} + +\subsubsection{Example with option \tkzname{R}} +We obtain with the macro \tkzcname{tkzGetPoint} a point of the circle which is the East pole. - \subsubsection{Example with option \tkzname{diameter}} - It is simpler here to search directly for the middle of $[AB]$. The result is the center and if necessary \begin{tkzexample}[latex=7cm,small] \begin{tikzpicture}[scale=1] - \tkzDefPoint(0,0){A} - \tkzDefPoint(2,2){B} - \tkzDefCircle[diameter](A,B) - \tkzGetPoint{O} - \tkzDrawCircle(O,B) - \tkzDrawSegment(A,B) - \tkzDrawPoints(A,B,O) - \tkzLabelPoints[below](A,B,O) + \tkzDefPoint(3,3){C} + \tkzDefPoint(5,5){A} + \tkzCalcLength(A,C) \tkzGetLength{rAC} + \tkzDefCircle[R](C,\rAC) \tkzGetPoint{B} + \tkzDrawCircle(C,B) + \tkzDrawSegment(C,A) + \tkzLabelSegment[above left](C,A){$2\sqrt{2}$} + \tkzDrawPoints(A,B,C) + \tkzLabelPoints(A,C,B) \end{tikzpicture} +\end{tkzexample} + + + \subsubsection{Example with option \tkzname{diameter}} + It is simpler here to search directly for the middle of $[AB]$. The result is the center and if necessary +\begin{tkzexample}[latex=7cm,small] +\begin{tikzpicture} + \tkzDefPoint(0,0){O} + \tkzDefPoint(2,2){B} + \tkzDefCircle[diameter](O,B) \tkzGetPoint{A} + \tkzDrawCircle(A,B) + \tkzDrawPoints(O,A,B) + \tkzDrawSegment(O,B) + \tkzLabelPoints(O,A,B) + \tkzLabelSegment[above left](O,A){$\sqrt{2}$} + \tkzLabelSegment[above left](A,B){$\sqrt{2}$} + \tkzMarkSegments[mark=s||](O,A A,B) +\end{tikzpicture} \end{tkzexample} \subsubsection{Circles inscribed and circumscribed for a given triangle} @@ -245,7 +266,7 @@ arguments & default & definition \\ Jc,Xc Jc,Yc Jc,Zc I,Ia I,Ib I,Ic) \tkzMarkRightAngles[size=.2,fill=gray!15](Ja,Za,B Ja,Xa,B Ja,Ya,C Jb,Yb,C) -\tkzMarkRightAngles[size=.2,fill=gray!15](Jb,Zb,B Jb,Xb,C Jc,Yc,A Jc,Zc,B) Jc,Xc,C I,Ia,B I,Ib,C I,Ic,A) +\tkzMarkRightAngles[size=.2,fill=gray!15](Jb,Zb,B Jb,Xb,C Jc,Yc,A Jc,Zc,B Jc,Xc,C I,Ia,B I,Ib,C I,Ic,A) \tkzDrawSegments[blue](Jc,C Ja,A Jb,B) \tkzDrawPoints(A,B,C,Xa,Xb,Xc,Ja,Jb,Jc,Ia,Ib,Ic,Ya,Yb,Yc,Za,Zb,Zc) \tkzLabelPoints(A,Ya,Yb,Ja,I) diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-drawing.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-drawing.tex index 763227ddba7..917ea41008a 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-drawing.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-drawing.tex @@ -237,7 +237,8 @@ This is of course equivalent to \tkzcname{draw (A)--(B);}. You can also use the \subsubsection{Adding dimensions with option \tkzname{dim} new code from Muzimuzhi Z} This code comes from an answer to this question on tex.stackexchange.com -(change-color-and-style-of-dimension-lines-in-tkz-euclide ) +(change-color-and-style-of-dimension-lines-in-tkz-euclide ). +The code of \tkzname{dim} is based on options of TikZ, you must add the units. You can use now two styles : |dim style| and |dim fence style|. You have several ways to use them. I'll let you look at the examples to see what you can do with these styles. @@ -554,12 +555,11 @@ arguments & example & explanation \\ options & default & definition \\ \midrule \TOline{through}{through}{circle with two points defining a radius} -\TOline{diameter}{through}{circle with two points defining a diameter} -\TOline{R} {through}{circle characterized by a point and the measurement of a radius} \bottomrule \end{tabular} \medskip +You do not need to use the default option \tkzname{through}. Of course, you have to add all the styles of \TIKZ\ for the tracings... \end{NewMacroBox} diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-examples.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-examples.tex index 1a64516c84f..45a9be0f98c 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-examples.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-examples.tex @@ -979,7 +979,7 @@ Since the triangles $AO_2C$ and $AO_1E$ are isosceles the angles at the base are \begin{tikzpicture} \node [mybox,title={Book of lemmas proposition 6 Archimedes}] (box){% \begin{minipage}{0.90\textwidth} - {\emph{Let $AC$, the diameter of a semicircle, be divided at $B$ so that $AC/AB =\phi$ or in any ratio]. Describe semicircles within the first semicircle and on $AB$, $BC$ as diameters, and suppose a circle drawn touching the all three semicircles. If $GH$ be the diameter of this circle, to find relation between $GH$ and $AC$.}} + {\emph{Let $AC$, the diameter of a semicircle, be divided at $B$ so that $AC/AB =\phi$ or in any ratio. Describe semicircles within the first semicircle and on $AB$, $BC$ as diameters, and suppose a circle drawn touching the all three semicircles. If $GH$ be the diameter of this circle, to find relation between $GH$ and $AC$.}} \end{minipage} }; \end{tikzpicture}% diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-main.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-main.tex index 7f5f8dc4fe0..e730bbd9666 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-main.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-main.tex @@ -22,10 +22,10 @@ ]{tkz-doc} %\usepackage{etoc} \gdef\tkznameofpack{tkz-euclide} -\gdef\tkzversionofpack{4.21c} +\gdef\tkzversionofpack{4.22c} \gdef\tkzdateofpack{\today} \gdef\tkznameofdoc{doc-tkz-euclide} -\gdef\tkzversionofdoc{4.21c} +\gdef\tkzversionofdoc{4.22c} \gdef\tkzdateofdoc{\today} \gdef\tkzauthorofpack{Alain Matthes} \gdef\tkzadressofauthor{} diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-news.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-news.tex index 438c869ddfe..6f343a66bd1 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-news.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-news.tex @@ -79,6 +79,8 @@ As a reminder, the following changes have been made previously: \item Correction option isoceles right; +\item Correction of the macro |\tkzMarkAngle|; + \item |\tkzDefMidArc(O,A,B)| gives the middle of the arc center $O$ from $A$ to $B$; diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-pointsSpc.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-pointsSpc.tex index 0aac3cc4990..3755cb8e328 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-pointsSpc.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-pointsSpc.tex @@ -524,8 +524,8 @@ options & default & examples definition \\ \midrule \TOline{through} {}{through = center K1 angle 30 point B]} \TOline{R} {}{R = center K1 angle 30 radius \tkzcname{rAp}} -\TOline{through in rad} {}{through = center K1 angle pi/4 point B]} -\TOline{R} {}{R = center K1 angle pi/6 radius \tkzcname{rAp}} +\TOline{through in rad} {}{through in rad= center K1 angle pi/4 point B]} +\TOline{R in rad} {}{R in rad = center K1 angle pi/6 radius \tkzcname{rAp}} \end{tabular} \medskip diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-presentation.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-presentation.tex index 82241a6392d..e9fc2c6388f 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-presentation.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-presentation.tex @@ -51,7 +51,7 @@ Here are some comparisons between \tkzname{\TIKZ } and \tkzname{\tkznameofpack} Explanation : -The fourth tutorial of the \emph{PgfManual} is about geometric constructions. \emph{T. Tantau} proposes to get the drawing with its beautiful tool Ti\emph{k}Z. Here I propose the same construction with \emph{tkz-elements}. The color of the Ti\emph{k}Z code is green and that of \emph{tkz-elements} is red. +The fourth tutorial of the \emph{PgfManual} is about geometric constructions. \emph{T. Tantau} proposes to get the drawing with its beautiful tool Ti\emph{k}Z. Here I propose the same construction with \emph{tkz-elements}. The color of the Ti\emph{k}Z code is orange and that of \emph{tkz-elements} is red. \medskip diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/tkz-euclide.pdf b/Master/texmf-dist/doc/latex/tkz-euclide/tkz-euclide.pdf index d6d10543be1..075cafbc9c9 100644 Binary files a/Master/texmf-dist/doc/latex/tkz-euclide/tkz-euclide.pdf and b/Master/texmf-dist/doc/latex/tkz-euclide/tkz-euclide.pdf differ diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-euclide.cfg b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-euclide.cfg index 9d874dbe78b..4ec6248cd95 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-euclide.cfg +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-euclide.cfg @@ -16,9 +16,9 @@ % and save the file in a directory part of your TEXINPUTS environment % variable. -\def\fileversion{4.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-euclide.cfg} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-euclide.cfg} %<------ colors ---------------------------------------–> \def\tkz@backgroundcolor{white} \def\tkz@textcolor{black} diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-euclide.sty b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-euclide.sty index 61228400900..bbc28c85390 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-euclide.sty +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-euclide.sty @@ -10,11 +10,11 @@ % This work has the LPPL maintenance status “maintained”. % The Current Maintainer of this work is Alain Matthes. %------------------------------------------------------------------------------- -\def\fileversion{4.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-euclide.sty} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-euclide.sty} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{tkz-euclide}[ 2022/07/19 4.21c for pure Euclidean Geometry ] +\ProvidesPackage{tkz-euclide}[ 2022/07/28 4.22c for pure Euclidean Geometry ] \@ifpackageloaded{tkz-base}{ \newdimen\tkzRadius \newdimen\tkzLength diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-lib-eu-marks.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-lib-eu-marks.tex index 78aeada5c5d..ca0a4832a83 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-lib-eu-marks.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-lib-eu-marks.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-lib-eu-marks.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-lib-eu-marks.tex} \makeatletter %<--------------------------------------------------------------------------–> % Création des symboles diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-lib-eu-shape.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-lib-eu-shape.tex index c906aa9d4ca..374de1e0114 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-lib-eu-shape.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-lib-eu-shape.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-lib-eu-shape.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-lib-eu-shape.tex} \makeatletter %<--------------------------------------------------------------------------–> % Création des symboles diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-axesmin.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-axesmin.tex index 4c98527a96c..683c9814735 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-axesmin.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-axesmin.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-axesmin} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-axesmin} \makeatletter \def\removedot#1.{#1} diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-circles-by.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-circles-by.tex index 054f7ccd854..a06fef74e72 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-circles-by.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-circles-by.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-circles.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-circles.tex} \makeatletter %<--------------------------------------------------------------------------–> % tkzCircle center and one point diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-circles.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-circles.tex index 60a00ef7082..a58f844db75 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-circles.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-circles.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-circles.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-circles.tex} \makeatletter %<--------------------------------------------------------------------------–> % tkzCircle center and one point diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-compass.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-compass.tex index 382d3ee5599..66ffc29b37f 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-compass.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-compass.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-compass.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-compass.tex} \makeatletter %<--------------------------------------------------------------------------–> % Author Alain Matthes diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-angles.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-angles.tex index 06bdb620789..aa99621c127 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-angles.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-angles.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-tool-eu-angles.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-tool-eu-angles.tex} \makeatletter %<--------------------------------------------------------------------------–> % tkzSetUpArc @@ -254,14 +254,14 @@ % % Par défaut: % arc = simple -% size = 1cm (rayon de l'arc) +% size = 1 (rayon de l'arc) % style traits pleins % mkpos ? position: 0.5 (position de la marque) % mark rien du tout (ignoré si type est utilisé) % % Paramètres (optionnels) % arc : l, ll, lll -% mksize : 1cm +% mksize : 1 % gap : 3pt % dist ? % style : type de traits @@ -298,8 +298,6 @@ \tkzFindSlopeAngle(#3,#4)\tkzGetAngle{tkz@dirTwo} \tkzNormalizeAngle(\tkz@dirOne,\tkz@dirTwo) -% les marques, aucune si mktype = none -% add cm after tkz@size !! 01/2022 \def\tkz@mymark{\pgfsetplotmarksize{\tkz@mksize}\pgfuseplotmark{\tkz@markang}} % draw the arcs \begin{scope}[decoration= {markings, @@ -311,21 +309,21 @@ (#3,\tkz@size)(\tkz@FirstAngle,\tkz@SecondAngle) \else \ifx\tkz@arc\tkz@arcdouble - \tkzDrawArcRAN[#1,fill=none](#3,\tkz@size cm-2.5\pgflinewidth)% + \tkzDrawArcRAN[#1,fill=none](#3,\tkz@size-2.5\pgflinewidth)% (\tkz@FirstAngle,\tkz@SecondAngle) \tkzPathArcRAN[\tkz@mkcolor,postaction={decorate}]% - (#3,\tkz@size cm)(\tkz@FirstAngle,\tkz@SecondAngle)% - \tkzDrawArcRAN[#1,fill=none](#3,\tkz@size cm+2.5\pgflinewidth)% + (#3,\tkz@size)(\tkz@FirstAngle,\tkz@SecondAngle)% + \tkzDrawArcRAN[#1,fill=none](#3,\tkz@size+2.5\pgflinewidth)% (\tkz@FirstAngle,\tkz@SecondAngle)% \else \ifx\tkz@arc\tkz@arctriple \tkzDrawArcRAN[#1,fill=none]% - (#3,\tkz@size cm)(\tkz@FirstAngle,\tkz@SecondAngle)% + (#3,\tkz@size)(\tkz@FirstAngle,\tkz@SecondAngle)% \tkzPathArcRAN[\tkz@mkcolor,postaction={decorate}]% - (#3,\tkz@size cm)(\tkz@FirstAngle,\tkz@SecondAngle)% - \tkzDrawArcRAN[#1,fill=none](#3,\tkz@size cm-5\pgflinewidth)% + (#3,\tkz@size)(\tkz@FirstAngle,\tkz@SecondAngle)% + \tkzDrawArcRAN[#1,fill=none](#3,\tkz@size-5\pgflinewidth)% (\tkz@FirstAngle,\tkz@SecondAngle)% - \tkzDrawArcRAN[#1,fill=none](#3,\tkz@size cm+5\pgflinewidth)% + \tkzDrawArcRAN[#1,fill=none](#3,\tkz@size+5\pgflinewidth)% (\tkz@FirstAngle,\tkz@SecondAngle)% \fi \fi @@ -374,7 +372,7 @@ %<---------------------------------------------------------------------------> \pgfkeys{/tkzFill/.cd, size/.store in = \tkz@size, - size = 1 cm, + size = 1, /tkzFill/.search also = {/tikz} } diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-circles.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-circles.tex index 3080176a89d..333521c447f 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-circles.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-circles.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-draw-circles.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-draw-circles.tex} \makeatletter %<--------------------------------------------------------------------------–> % tkzSetUpCircle diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-lines.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-lines.tex index cb922fa186e..31c69f0810f 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-lines.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-lines.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-draw-lines.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-draw-lines.tex} \makeatletter %<--------------------------------------------------------------------------–> @@ -213,8 +213,8 @@ %<--------------------------------------------------------------------------–> % add dim - % \draw[dim={5cm,7pt,}] (A) -- (B); - % \draw[dim={7cm,10pt,transform shape}] (B) -- (C); + % \draw[dim={5,7pt,}] (A) -- (B); + % \draw[dim={7,10pt,transform shape}] (B) -- (C); % \draw[dim={X,,}] (A) -- (C); %<--------------------------------------------------------------------------–> % new code from muzimuzhi Z diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-points.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-points.tex index bf35d5898f5..ea5c5969ef9 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-points.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-points.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-points.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-points.tex} \makeatletter %<---------------------------------------------------------------------------> % tkzSetUpPoint définit la forme d'un point diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-polygons.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-polygons.tex index b2f22bdb0f1..673426d0665 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-polygons.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-polygons.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-polygons.tex} \makeatletter %<--------------------------------------------------------------------------–> % Polygon diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-triangles.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-triangles.tex index b2b67a409bf..55c0ab541d0 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-triangles.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-triangles.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-draw-triangles.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-draw-triangles.tex} \makeatletter %<--------------------------------------------------------------------------–> % Draw Triangles diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-grids.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-grids.tex index e4f527f03b1..f7f6aa64c8f 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-grids.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-grids.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-grids.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-grids.tex} \makeatletter %<--------------------------------------------------------------------------–> % Setup Grid diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-lines.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-lines.tex index a39fe41564f..aaf7b7e69d5 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-lines.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-lines.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-lines.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-lines.tex} \makeatletter %<--------------------------------------------------------------------------–> % les lignes diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-by.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-by.tex index cfde6ee4004..18915ae4b27 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-by.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-by.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-tools-eu-points-by.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-tools-eu-points-by.tex} \makeatletter %<--------------------------------------------------------------------------–> % Transformations Géométriques diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-rnd.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-rnd.tex index 3cbbc87cb22..3b472c26ee0 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-rnd.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-rnd.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-points-rnd.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-points-rnd.tex} %<--------------------------------------------------------------------------–> \makeatletter %<-------------------------------------------------------------------------–> diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-spc.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-spc.tex index 858dbc6c526..9442e39be0e 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-spc.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-spc.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-points.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-points.tex} \makeatletter %add ExCenter %<--------------------------------------------------------------------------–> diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-with.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-with.tex index 2942cce6473..3ba25a9e345 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-with.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-with.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-points-with.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-points-with.tex} \makeatletter %<--------------------------------------------------------------------------–> % Vectors diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points.tex index 4c4861cd331..9d36b722609 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-points.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-points.tex} \makeatletter %<---------------------------------------------------------------------------> % init def point 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 cf127c30966..7d256376dc8 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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-polygons.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-polygons.tex} % bug in regular polygon side 2020/03/09 \makeatletter %<--------------------------------------------------------------------------–> diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-protractor.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-protractor.tex index 2af20ff9acd..4b462b57689 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-protractor.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-protractor.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-protractor.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-protractor.tex} \makeatletter %<--------------------------------------------------------------------------–> % !!! idea from Y. Combe !!! diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-sectors.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-sectors.tex index 1b0c8073467..c36a3e6e2cc 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-sectors.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-sectors.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-sectors.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-sectors.tex} \makeatletter %<----------------------- Sectors ------------------------------–> \gdef\tkz@nums{0} diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-show.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-show.tex index 0441a3d8175..7ae5b6cfe00 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-show.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-show.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-show.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-show.tex} \makeatletter %<--------------------------------------------------------------------------–> % finding specific points in a triangle diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-triangles.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-triangles.tex index 400e650ffca..40a8720f62a 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-triangles.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-triangles.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-triangles.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-triangles.tex} \makeatletter %<--------------------------------------------------------------------------–> % Triangle Equilateral diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-BB.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-BB.tex index 51eac381622..d55bdbffe8f 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-BB.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-BB.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-obj-eu-BB.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-obj-eu-BB.tex} \makeatletter %<--------------------------------------------------------------------------–> \def\tkzShowBB{\pgfutil@ifnextchar[{\tkz@ShowBB}{\tkz@ShowBB[]}} diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-angles.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-angles.tex index 8e78827e0e3..ee714621477 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-angles.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-angles.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-tools-eu-angles.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-tools-eu-angles.tex} \makeatletter %<--------------------------------------------------------------------------–> %<--------------------------------------------------------------------------–> diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-base.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-base.tex index 8ada5ea77be..0a625121bad 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-base.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-base.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-tools-eu-base.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-tools-eu-base.tex} \makeatletter %<--------------------------------------------------------------------------–> \global\let\tkz@tmp@xa\tkz@init@xmin% modif 2016 diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-colors.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-colors.tex index 31dab4e25b0..18efe2a1d0c 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-colors.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-colors.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-tools-eu-colors} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-tools-eu-colors} \makeatletter %<------ Initialisation of the colors with tkzSetUpColors -----------------> diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-intersections.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-intersections.tex index 079a3830bb9..c233f9d0369 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-intersections.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-intersections.tex @@ -13,9 +13,9 @@ % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{4.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-tools-eu-intersections.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-tools-eu-intersections.tex} \makeatletter %<--------------------------------------------------------------------------–> % intersection de deux lignes diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-math.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-math.tex index 741d71c9bd5..4c088a8cbab 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-math.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-math.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-tools-eu-math.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-tools-eu-math.tex} \makeatletter %<--------------------------------------------------------------------------> % \tkzpointnormalised# diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-modules.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-modules.tex index 38453dfe6bb..8387498b88f 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-modules.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-modules.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-tools-eu-utilities.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-tools-eu-utilities.tex} \makeatletter %<------------- % chargement des modules ----------------------------------> \def\tkz@obj@all{angles,arcs,compass,defcircles,deflines,defpoints,defpointsby,defpointsrnd,defpointswith,polygons,protractor,sectors,show,triangles}% diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-text.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-text.tex index 3712ceef9b0..8ee28b1bc3a 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-text.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-text.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-tools-eu-text.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-tools-eu-text.tex} \makeatletter %<--------------------------------------------------------------------------–> % tkzText diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-utilities.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-utilities.tex index cd339128f76..a88e105d267 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-utilities.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-eu-utilities.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.21c} -\def\filedate{2022/07/19} -\typeout{2022/07/19 4.21c tkz-tools-eu-utilities.tex} +\def\fileversion{4.22c} +\def\filedate{2022/07/28} +\typeout{2022/07/28 4.22c tkz-tools-eu-utilities.tex} \makeatletter \pgfkeys{/tkzClip/.cd, space/.store in = {\tkz@CLI@space}, -- cgit v1.2.3