summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-01-16 21:28:56 +0000
committerKarl Berry <karl@freefriends.org>2024-01-16 21:28:56 +0000
commit67f9344098e309a9414bbe29f7e8de16b8bb47a7 (patch)
treeb87022083eb498adf8a358d5c33cda567bf06d27
parentbb337ccdb3aef768019c346a86e49f151a1c380a (diff)
tkz-base (16jan24)
git-svn-id: svn://tug.org/texlive/trunk@69460 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/README.md5
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/TKZdoc-base-main.tex6
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/TKZdoc-base-point.tex2
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/tkz-base.pdfbin362010 -> 356502 bytes
-rw-r--r--Master/texmf-dist/tex/latex/tkz-base/tkz-base.cfg10
-rw-r--r--Master/texmf-dist/tex/latex/tkz-base/tkz-base.sty8
-rw-r--r--Master/texmf-dist/tex/latex/tkz-base/tkz-lib-marks.tex8
-rw-r--r--Master/texmf-dist/tex/latex/tkz-base/tkz-lib-shape.tex8
-rw-r--r--Master/texmf-dist/tex/latex/tkz-base/tkz-obj-axes.tex10
-rw-r--r--Master/texmf-dist/tex/latex/tkz-base/tkz-obj-grids.tex8
-rw-r--r--Master/texmf-dist/tex/latex/tkz-base/tkz-obj-marks.tex8
-rw-r--r--Master/texmf-dist/tex/latex/tkz-base/tkz-obj-points.tex8
-rw-r--r--Master/texmf-dist/tex/latex/tkz-base/tkz-obj-rep.tex8
-rw-r--r--Master/texmf-dist/tex/latex/tkz-base/tkz-tools-BB.tex8
-rw-r--r--Master/texmf-dist/tex/latex/tkz-base/tkz-tools-arith.tex8
-rw-r--r--Master/texmf-dist/tex/latex/tkz-base/tkz-tools-base.tex8
-rw-r--r--Master/texmf-dist/tex/latex/tkz-base/tkz-tools-colors.tex8
-rw-r--r--Master/texmf-dist/tex/latex/tkz-base/tkz-tools-misc.tex8
-rw-r--r--Master/texmf-dist/tex/latex/tkz-base/tkz-tools-modules.tex8
-rw-r--r--Master/texmf-dist/tex/latex/tkz-base/tkz-tools-print.tex8
-rw-r--r--Master/texmf-dist/tex/latex/tkz-base/tkz-tools-text.tex8
-rw-r--r--Master/texmf-dist/tex/latex/tkz-base/tkz-tools-utilities.tex8
22 files changed, 82 insertions, 79 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/README.md b/Master/texmf-dist/doc/latex/tkz-base/README.md
index 9c6b4a3d349..c4c1a749b17 100644
--- a/Master/texmf-dist/doc/latex/tkz-base/README.md
+++ b/Master/texmf-dist/doc/latex/tkz-base/README.md
@@ -1,6 +1,6 @@
# tkz-base — for Cartesian coordinate system
-Release 4.2c 2022/07/14
+Release 4.21c 2024/01/16
## Description
The package `tkz-base` provides some tools like a Cartesian (rectangular) coordinate system to other packages like `tkz-euclide` or `tkz-fct`.
@@ -60,6 +60,9 @@ Other examples, in French, are on my site.
The new version of `tkz-base` is *not* fully compatible with the version 3 but the differences are minor
## History
+- 4.21c Correction of bug tkz-obj-axes line 35, missing a symbol `%` (thanks Pascal Nuns)
+
+ Replace in TKZdoc-base-points.tex p 462 tkzDefCentroid(A,B,C,O) by tkzDefBarycentric(A,B,C,O)
- 4.2c adaptation to the new version of tkz-euclide.
- 4.05b Correction of an option (tkzDrawY).
Removing axesmin.tex Move from \newif\iftkz@integer to base.sty
diff --git a/Master/texmf-dist/doc/latex/tkz-base/TKZdoc-base-main.tex b/Master/texmf-dist/doc/latex/tkz-base/TKZdoc-base-main.tex
index 8302156108f..a114a0f844c 100644
--- a/Master/texmf-dist/doc/latex/tkz-base/TKZdoc-base-main.tex
+++ b/Master/texmf-dist/doc/latex/tkz-base/TKZdoc-base-main.tex
@@ -1,7 +1,7 @@
%!TEX TS-program = lualatex
% encoding: utf8
% documentation of tkz-base.sty
-% Copyright 2022 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -21,10 +21,10 @@
]{tkz-doc}
%\usepackage{etoc}
\gdef\tkznameofpack{tkz-base}
-\gdef\tkzversionofpack{4.2c}
+\gdef\tkzversionofpack{4.21c}
\gdef\tkzdateofpack{\today}
\gdef\tkznameofdoc{doc-tkz-base}
-\gdef\tkzversionofdoc{4.2c}
+\gdef\tkzversionofdoc{4.21c}
\gdef\tkzdateofdoc{\today}
\gdef\tkzauthorofpack{Alain Matthes}
\gdef\tkzadressofauthor{}
diff --git a/Master/texmf-dist/doc/latex/tkz-base/TKZdoc-base-point.tex b/Master/texmf-dist/doc/latex/tkz-base/TKZdoc-base-point.tex
index ee25236f641..a6321cfc98a 100644
--- a/Master/texmf-dist/doc/latex/tkz-base/TKZdoc-base-point.tex
+++ b/Master/texmf-dist/doc/latex/tkz-base/TKZdoc-base-point.tex
@@ -459,7 +459,7 @@ Here the points are positioned relative to the center of gravity of $A,B,C \ \te
\tkzGetPoint{B}
\tkzDrawPoints(O,A,B,C)
\tkzDrawSegments(C,B B,A A,O O,C)
- \tkzDefCentroid(A,B,C,O)
+ \tkzDefBarycentricPoint(A=1,B=1,C=1,O=1)
\tkzDrawPoint(tkzPointResult)
\tkzAutoLabelPoints[center=tkzPointResult,
dist=.3,red](O,A,B,C)
diff --git a/Master/texmf-dist/doc/latex/tkz-base/tkz-base.pdf b/Master/texmf-dist/doc/latex/tkz-base/tkz-base.pdf
index 79495febbf2..820469cef4c 100644
--- a/Master/texmf-dist/doc/latex/tkz-base/tkz-base.pdf
+++ b/Master/texmf-dist/doc/latex/tkz-base/tkz-base.pdf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/tkz-base/tkz-base.cfg b/Master/texmf-dist/tex/latex/tkz-base/tkz-base.cfg
index 4d05fb564a4..631dcece534 100644
--- a/Master/texmf-dist/tex/latex/tkz-base/tkz-base.cfg
+++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-base.cfg
@@ -1,5 +1,5 @@
% tkz-base.cfg
-% Copyright 2022 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -16,9 +16,9 @@
% and save the file in a directory part of your TEXINPUTS environment
% variable.
-\def\fileversion{4.2c}
-\def\filedate{2022/07/14}
-\typeout{2022/07/14 4.2c tkz-base.cfg}
+\def\fileversion{4.21c}
+\def\filedate{2024/01/16}
+\typeout{2024/01/16 4.21c tkz-base.cfg}
%<------ colors ---------------------------------------–>
\def\tkz@backgroundcolor{white}
\def\tkz@textcolor{black}
@@ -134,7 +134,7 @@ arc style/.style={%
\def\tkz@mk@fill{\tkz@otherlinecolor}
%<--------------------------------------------------------------------------–>
%<------------------------------ styles ---------------------------------–>
-\def\tkzSetUpStyle[#1]#2{\tikzset{#2/.style={#1}}}% add 2022
+\def\tkzSetUpStyle[#1]#2{\tikzset{#2/.style={#1}}}% add 2024
\tikzset{xlabel style/.style = {below = 3 pt,
inner sep = 1pt,
diff --git a/Master/texmf-dist/tex/latex/tkz-base/tkz-base.sty b/Master/texmf-dist/tex/latex/tkz-base/tkz-base.sty
index 0cea394871c..347d87fe700 100644
--- a/Master/texmf-dist/tex/latex/tkz-base/tkz-base.sty
+++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-base.sty
@@ -1,5 +1,5 @@
% tkz-base.sty %
-% Copyright 2022 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -10,10 +10,10 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{4.2c}
-\typeout{2022/07/14 4.2c tkz-base.sty}
+\def\fileversion{4.21c}
+\typeout{2024/01/16 4.21c tkz-base.sty}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{tkz-base}[2022/07/14 4.2c tkz-base]
+\ProvidesPackage{tkz-base}[2024/01/16 4.21c tkz-base]
\@ifpackageloaded{tkz-euclide}{\typeout{tkz-base and tkz-fct must be loaded before tkz-euclide}
\PackageError{tkz-base}{tkz-base must be loaded before tkz-euclide}{tkz-base must be loaded before tkz-euclide}%
\endinput}{}
diff --git a/Master/texmf-dist/tex/latex/tkz-base/tkz-lib-marks.tex b/Master/texmf-dist/tex/latex/tkz-base/tkz-lib-marks.tex
index 8cb6a366a61..4f40bee35b0 100644
--- a/Master/texmf-dist/tex/latex/tkz-base/tkz-lib-marks.tex
+++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-lib-marks.tex
@@ -1,5 +1,5 @@
% tkz-lib-marks.tex
-% Copyright 2022 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -10,9 +10,9 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{4.2c}
-\def\filedate{2022/07/14}
-\typeout{2022/07/14 4.2c tkz-lib-marks.tex}
+\def\fileversion{4.21c}
+\def\filedate{2024/01/16}
+\typeout{2024/01/16 4.21c tkz-lib-marks.tex}
\makeatletter
%<--------------------------------------------------------------------------–>
% Création des symboles
diff --git a/Master/texmf-dist/tex/latex/tkz-base/tkz-lib-shape.tex b/Master/texmf-dist/tex/latex/tkz-base/tkz-lib-shape.tex
index 8f45042a1b2..1ed58295b58 100644
--- a/Master/texmf-dist/tex/latex/tkz-base/tkz-lib-shape.tex
+++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-lib-shape.tex
@@ -1,5 +1,5 @@
% tkz-lib-shape.tex
-% Copyright 2022 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -10,9 +10,9 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{4.2c}
-\def\filedate{2022/07/14}
-\typeout{2022/07/14 4.2c tkz-lib-shape.tex}
+\def\fileversion{4.21c}
+\def\filedate{2024/01/16}
+\typeout{2024/01/16 4.21c tkz-lib-shape.tex}
\makeatletter
%<--------------------------------------------------------------------------–>
% Création des symboles
diff --git a/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-axes.tex b/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-axes.tex
index 1baf269bf97..530e4053470 100644
--- a/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-axes.tex
+++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-axes.tex
@@ -1,5 +1,5 @@
% tkz-obj-axes.tex
-% Copyright 2022 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -10,9 +10,9 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{4.2c}
-\def\filedate{2022/07/14}
-\typeout{2022/07/14 4.2c tkz-obj-axes}
+\def\fileversion{4.21c}
+\def\filedate{2024/01/16}
+\typeout{2024/01/16 4.21c tkz-obj-axes}
\makeatletter
\def\removedot#1.{#1}
@@ -32,7 +32,7 @@
% some tools
%<--------------------------------------------------------------------------–>
\def\tkz@showgrad#1{%
-\tkzgetinteger{#1}
+\tkzgetinteger{#1}%
\iftkz@integer\edef\tkz@result{\fpeval{trunc(#1,0)}}\else\edef\tkz@result{#1}\fi}%
\def\tkz@Xresult{%
diff --git a/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-grids.tex b/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-grids.tex
index 654a29c49cb..c7ba978f072 100644
--- a/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-grids.tex
+++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-grids.tex
@@ -1,5 +1,5 @@
% tkz-obj-grids.tex
-% Copyright 2022 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -10,9 +10,9 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{4.2c}
-\def\filedate{2022/07/14}
-\typeout{2022/07/14 4.2c tkz-obj-grids.tex}
+\def\fileversion{4.21c}
+\def\filedate{2024/01/16}
+\typeout{2024/01/16 4.21c tkz-obj-grids.tex}
\makeatletter
%<--------------------------------------------------------------------------–>
% Setup Grid
diff --git a/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-marks.tex b/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-marks.tex
index 6b39328d0d1..5e0f01c604c 100644
--- a/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-marks.tex
+++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-marks.tex
@@ -1,5 +1,5 @@
%tkz-obj-marks.tex
-% Copyright 2022 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -10,9 +10,9 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{4.2c}
-\def\filedate{2022/07/14}
-\typeout{2022/07/14 4.2c tkz-obj-marks.tex}
+\def\fileversion{4.21c}
+\def\filedate{2024/01/16}
+\typeout{2024/01/16 4.21c tkz-obj-marks.tex}
\makeatletter
%<-------------------------------------------------------------------------–>
% Setup Marks
diff --git a/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-points.tex b/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-points.tex
index 21f2987bb97..c5e364753a4 100644
--- a/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-points.tex
+++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-points.tex
@@ -1,5 +1,5 @@
% tkz-obj-eu-points.tex
-% Copyright 2022 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -10,9 +10,9 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{4.2c}
-\def\filedate{2022/07/14 }
-\typeout{2022/07/14 4.2c tkz-obj-points.tex}
+\def\fileversion{4.21c}
+\def\filedate{2024/01/16 }
+\typeout{2024/01/16 4.21c tkz-obj-points.tex}
\makeatletter
%<--------------------------------------------------------------------------->
% init def point
diff --git a/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-rep.tex b/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-rep.tex
index 7ec1e866262..b42ad25e505 100644
--- a/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-rep.tex
+++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-obj-rep.tex
@@ -1,5 +1,5 @@
% tkz-obj-rep.tex
-% Copyright 2022 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -10,9 +10,9 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{4.2c}
-\def\filedate{2022/07/14}
-\typeout{2022/07/14 4.2c tkz-obj-rep.tex}
+\def\fileversion{4.21c}
+\def\filedate{2024/01/16}
+\typeout{2024/01/16 4.21c tkz-obj-rep.tex}
\makeatletter
%<--------------------------------------------------------------------------–>
% repère
diff --git a/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-BB.tex b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-BB.tex
index 8d2f196f30c..9246f98b45a 100644
--- a/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-BB.tex
+++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-BB.tex
@@ -1,5 +1,5 @@
% tkz-tools-BB.tex
-% Copyright 2022 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -10,9 +10,9 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{4.2c}
-\def\filedate{2022/07/14}
-\typeout{2022/07/14 4.2c tkz-obj-BB.tex}
+\def\fileversion{4.21c}
+\def\filedate{2024/01/16}
+\typeout{2024/01/16 4.21c tkz-obj-BB.tex}
\makeatletter
%<--------------------------------------------------------------------------–>
\def\tkzShowBB{\pgfutil@ifnextchar[{\tkz@ShowBB}{\tkz@ShowBB[]}}
diff --git a/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-arith.tex b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-arith.tex
index 2a163531a76..059e6b331d0 100644
--- a/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-arith.tex
+++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-arith.tex
@@ -1,5 +1,5 @@
% tkz-tools-arith.tex
-% Copyright 2022 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -10,9 +10,9 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{4.2c}
-\def\filedate{2022/07/14}
-\typeout{2022/07/14 4.2c tkz-tools-arith.tex}
+\def\fileversion{4.21c}
+\def\filedate{2024/01/16}
+\typeout{2024/01/16 4.21c tkz-tools-arith.tex}
% 1.161 test if "isfactor" is already defined
% now with pgf 3.0 gcd isprime isodd iseven are defined
%<--------------------------------------------------------------------------–>
diff --git a/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-base.tex b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-base.tex
index 85955e14616..1a82a38b90a 100644
--- a/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-base.tex
+++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-base.tex
@@ -1,5 +1,5 @@
% tkz-tools-base.tex
-% Copyright 2022 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -10,9 +10,9 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{4.2c}
-\def\filedate{2022/07/14}
-\typeout{2022/07/14 4.2c tkz-tools-base.tex}
+\def\fileversion{4.21c}
+\def\filedate{2024/01/16}
+\typeout{2024/01/16 4.21c tkz-tools-base.tex}
\makeatletter
%<--------------------------------------------------------------------------–>
\global\let\tkz@tmp@xa\tkz@init@xmin% modif 2016
diff --git a/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-colors.tex b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-colors.tex
index 9beab795b00..582f97b04b8 100644
--- a/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-colors.tex
+++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-colors.tex
@@ -1,5 +1,5 @@
% tkz-tools-colors
-% Copyright 2022 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -10,9 +10,9 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{4.2c}
-\def\filedate{2022/07/14}
-\typeout{2022/07/14 4.2c tkz-tools-colors}
+\def\fileversion{4.21c}
+\def\filedate{2024/01/16}
+\typeout{2024/01/16 4.21c tkz-tools-colors}
\makeatletter
%<------ Initialisation of the colors with tkzSetUpColors ----------------->
diff --git a/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-misc.tex b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-misc.tex
index 83ae7c231cb..f36f4e6b21a 100644
--- a/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-misc.tex
+++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-misc.tex
@@ -1,5 +1,5 @@
% tkz-tools-misc.tex
-% Copyright 2022 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -10,9 +10,9 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{4.2c}
-\def\filedate{2022/07/14}
-\typeout{2022/07/14 4.2c tkz-tools-misc.tex}
+\def\fileversion{4.21c}
+\def\filedate{2024/01/16}
+\typeout{2024/01/16 4.21c tkz-tools-misc.tex}
\makeatletter
%<--------------------------------------------------------------------------–>
% hline pb avec line
diff --git a/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-modules.tex b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-modules.tex
index f662f8bfbed..ad378a78a22 100644
--- a/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-modules.tex
+++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-modules.tex
@@ -1,5 +1,5 @@
% tkz-tools-modules
-% Copyright 2022 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -10,9 +10,9 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{4.2c}
-\def\filedate{2022/07/14}
-\typeout{2022/07/14 4.2c tkz-tools-modules.tex}
+\def\fileversion{4.21c}
+\def\filedate{2024/01/16}
+\typeout{2024/01/16 4.21c tkz-tools-modules.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-base/tkz-tools-print.tex b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-print.tex
index 9776e57679d..6b150d33141 100644
--- a/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-print.tex
+++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-print.tex
@@ -1,5 +1,5 @@
% tkz-tool-print.tex
-% Copyright 2022 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -10,9 +10,9 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{4.2c}
-\def\filedate{2022/07/14}
-\typeout{2022/07/14 4.2c tkz-tools-print}
+\def\fileversion{4.21c}
+\def\filedate{2024/01/16}
+\typeout{2024/01/16 4.21c tkz-tools-print}
\makeatletter
%<------------- tkzPrintFrac ---------------------------------->
\def\tkzPrintFrac#1#2{%
diff --git a/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-text.tex b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-text.tex
index 5c1f7fb8afa..f8f236567c0 100644
--- a/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-text.tex
+++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-text.tex
@@ -1,5 +1,5 @@
% tkz-tools-text.tex
-% Copyright 2022 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -10,9 +10,9 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{4.2c}
-\def\filedate{2022/07/14}
-\typeout{2022/07/14 4.2c tkz-tools-text.tex}
+\def\fileversion{4.21c}
+\def\filedate{2024/01/16}
+\typeout{2024/01/16 4.21c tkz-tools-text.tex}
\makeatletter
%<--------------------------------------------------------------------------–>
% tkzText
diff --git a/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-utilities.tex b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-utilities.tex
index f132d6053a4..be21c796c30 100644
--- a/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-utilities.tex
+++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-utilities.tex
@@ -1,5 +1,5 @@
% tkz-tools-eu-utilities
-% Copyright 2022 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -10,9 +10,9 @@
% This work has the LPPL maintenance status “maintained”.
% The Current Maintainer of this work is Alain Matthes.
-\def\fileversion{4.2c}
-\def\filedate{2022/07/14}
-\typeout{2022/07/14 4.2c tkz-tools-utilities.tex}
+\def\fileversion{4.21c}
+\def\filedate{2024/01/16}
+\typeout{2024/01/16 4.21c tkz-tools-utilities.tex}
\makeatletter
\pgfkeys{/tkzClip/.cd,
space/.store in = {\tkz@CLI@space},