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.md29
1 files changed, 28 insertions, 1 deletions
diff --git a/macros/latex/contrib/tkz/tkz-euclide/README.md b/macros/latex/contrib/tkz/tkz-euclide/README.md
index 54f230b2e0..cda513e6f6 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.00 b 2022/01/04
+Release 4.03 b 2022/01/19
## Description
@@ -73,6 +73,33 @@ The new version of `tkz-euclide` is *not* fully compatible with the version
3.06 but the differences are minor.
## History
+
+- 4.03 Adaptation of the code and documentation to the changes of the macros for the intersections.
+- 4.02
+ Major changes for the macros concerning the intersection of a line and a circle or two circles. If one point of the intersection is known then you can use the "common" option and indicate what the common point is. The second point is given in tkzFirstPointResult.
+ In other cases, for the intersection of two circles the determined points form angles with the centers of the circles. One of the angles measures less than 180 degrees and the other more than 180. The smaller one determines tkzFirstPointResult.
+ For the intersection of a line and a circle, the method is the same except that the angle is formed by a point on the line and the center of the circle.
+
+- 4.01
+ \tkzDefOrthogonalCircle was defined twice so I deleted the version in tkz-obj-eu-circles-by
+
+ In the tkz-obj-eu-draw-lines.tex new code for add dim from muzimuzhi Z.
+ The code comes from an answer on the site tex.stackexchange.com
+
+ In the file tkz-obj-eu-draw-triangles.tex added options
+ pythagoras and egyptian equivalent to pythagore
+ euclid equivalent to euclide
+ two one equivalent to half
+
+ Added option "swap" useful with golden, gold, school, half, pythagoras
+
+ In the file tkz-obj-eu-circles correction of bug in \tkzDefOrthoThroughCircle : \tkz@@CalcLength has been replaced by \tkz@@CalcLengthcm
+
+ Addition of the macro \tkzDefGoldenRatio in tkz-obj-eu-points-spc. It allows to split a segment with a ratio equal to the golden ratio
+
+ Minor corrections of the documentation. New examples about option "dim"
+
+
- 4.00 correction of bugs, tkz-euclide no longer depends on tkz-base. The unit is "cm".
The bounding box is controlled. The documentation has been restructured according to the rule:
set, calculate, draw, mark and fill, label.