summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-euclide/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-euclide/README.md')
-rw-r--r--macros/latex/contrib/tkz/tkz-euclide/README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/macros/latex/contrib/tkz/tkz-euclide/README.md b/macros/latex/contrib/tkz/tkz-euclide/README.md
index db0ee4fc41..55940008e7 100644
--- a/macros/latex/contrib/tkz/tkz-euclide/README.md
+++ b/macros/latex/contrib/tkz/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.