diff options
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-elements/README.md')
-rw-r--r-- | macros/latex/contrib/tkz/tkz-elements/README.md | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/macros/latex/contrib/tkz/tkz-elements/README.md b/macros/latex/contrib/tkz/tkz-elements/README.md index 49f16ad785..96f3746c6e 100644 --- a/macros/latex/contrib/tkz/tkz-elements/README.md +++ b/macros/latex/contrib/tkz/tkz-elements/README.md @@ -1,6 +1,6 @@ # tkz-elements — for euclidean geometry -Release 1.00b 2023/10/25 +Release 1.20b 2023/11/10 ## Description @@ -66,7 +66,27 @@ Other examples, in French, are on my site. ## History -- First version 1.00b + - Version 1.20 Memory management: tables are emptied when the tkzelements environment is opened. + + + `set_lua_to_tex` has been replaced by `tkzUseLua` to transfer data between the `tkzelements` and `tikzpicture` environments. + + New version of `inversion` with respect to a circle method. It selects the correct algorithm based on the object passed as a parameter. + + Added an `in_out_disk` method for the `circle` object, which indicates whether or not a point is in the disk. `in_out` is for the circle. + + Added two methods: `radical_center (C1,C2,C3)` radical center of three circles. + `radical_circle (C1,C2,C3)` orthogonal circle of three circles. + + Added function `circle : radius` to define a circle with a centre and a radius. + + Added methods `normalize` and `normalize_inv` for `line`. + + Added methods `translation` and `set_translation` to the `line` object. + + Added an example to illustrate combinations of methods and attributes. + + - First version 1.00b ## Author |