summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-elements/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-elements/README.md')
-rw-r--r--macros/latex/contrib/tkz/tkz-elements/README.md28
1 files changed, 26 insertions, 2 deletions
diff --git a/macros/latex/contrib/tkz/tkz-elements/README.md b/macros/latex/contrib/tkz/tkz-elements/README.md
index 75744500d4..93bf219100 100644
--- a/macros/latex/contrib/tkz/tkz-elements/README.md
+++ b/macros/latex/contrib/tkz/tkz-elements/README.md
@@ -1,10 +1,10 @@
# tkz-elements — for euclidean geometry
-Release 1.40c 2023/12/03
+Release 1.50c 2023/12/08
## Description
-`tkz-elements v.1.40c` is the new version of a library written in lua, allowing to make all the necessary calculations to define the objects of a Euclidean geometry figure. You need to compile with `LuaLaTeX`. With `tkz-elements`, the definitions and calculations are only done with `Lua`.
+`tkz-elements v.1.50c` is the new version of a library written in lua, allowing to make all the necessary calculations to define the objects of a Euclidean geometry figure. You need to compile with `LuaLaTeX`. With `tkz-elements`, the definitions and calculations are only done with `Lua`.
The main possibility of programmation proposed is oriented "object programming" with object classes like point, line, triangle, circle and ellipse. For the moment, once the calculations are done, it is `tkz-euclide` or `TikZ` which allows the drawings.
@@ -58,6 +58,30 @@ package conflicts.
Some examples will be stored on my site : [http://altermundus.fr](http://altermundus.fr).
## History
+ - version 1.50c Correction of the documentation
+
+ Added "swap" option to create triangles from the "line" object.
+
+ "iscyclic" is a new method to know if a quadrilateral is inscribable in a circle.
+
+ Added function "diameter" to create a circle.
+
+ Added function "swap" to swap two points.
+
+ Correction method "gold" of object rectangle.
+
+ Correction method "in_circle_" of object triangle.
+
+ Correction method "incentral_tr_" of object triangle.
+
+ Added method "soddy_center" of object triangle.
+
+ Added option "swap" for method "square" of object line.
+
+ Added method "report" for object line. Transfer a defined length from a point
+
+ Added option "swap" to the function "square : side"
+
- Version 1.40c Restructuring objects
New version for all transformations. Now, they accept all objects as parameters.