summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-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
4 files changed, 8 insertions, 5 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