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.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/macros/latex/contrib/tkz/tkz-euclide/README.md b/macros/latex/contrib/tkz/tkz-euclide/README.md
index 770c67d356..c476d7a07f 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.25c 2022/09/23
+Release 5.00c 2023/01/23
## Description
@@ -41,16 +41,12 @@ To use the package `tkz-euclide`, place the following lines in the preamble of
your LaTeX document:
```
-\usepackage{tkz-euclide}
+\usepackage{tkz-euclide} or \usepackage[lua]{tkz-euclide}
\begin{document}
\begin{tikzpicture}
your code
\end{tikzpicture}
```
-
-The line `\usetkzobj{all}` is no longer required with `tkz-euclide` but you can use it with
-other packages.
-
If you use the `xcolor` package, load that package before `tkz-euclide` to avoid
package conflicts.
@@ -67,6 +63,8 @@ Other examples, in French, are on my site.
## History
+- 5.00c Added the "lua" option to the package, allowing to perform most of the calculations with "lua". This saves time and precision;
+
- 4.25c. Remove \input{tkz-obj-eu-draw-triangles.tex} from the list of files to load.
- 4.24c. Correction of a bug in the macro `\tkzMarkAngle`;