summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-elements/doc/latex/TKZdoc-elements-classes-point.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-elements/doc/latex/TKZdoc-elements-classes-point.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-elements/doc/latex/TKZdoc-elements-classes-point.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/latex/contrib/tkz/tkz-elements/doc/latex/TKZdoc-elements-classes-point.tex b/macros/latex/contrib/tkz/tkz-elements/doc/latex/TKZdoc-elements-classes-point.tex
index 311debb4a6..a9a1785ef1 100644
--- a/macros/latex/contrib/tkz/tkz-elements/doc/latex/TKZdoc-elements-classes-point.tex
+++ b/macros/latex/contrib/tkz/tkz-elements/doc/latex/TKZdoc-elements-classes-point.tex
@@ -47,7 +47,6 @@ This is the creation of a fixed point with coordinates 1 and 2 and which is name
ty = z.a.type
arg = z.a.argument
m = z.a.modulus
- set_lua_to_tex{"x","y","ty","arg","m"}
\end{tkzelements}
\begin{tikzpicture}
\tkzGetNodes
@@ -57,7 +56,7 @@ This is the creation of a fixed point with coordinates 1 and 2 and which is name
\tkzLabelPoints[above](O,a)
\tkzLabelPoint[below](a){
\begin{minipage} {5cm}
- x=\x\\ y=\y\\ type =\ty\\ argument = \arg \\ module = \m
+ x=\tkzUseLua{x}\\ y=\tkzUseLua{y}\\ type =\tkzUseLua{ty}\\ argument = \tkzUseLua{arg} \\ module = \tkzUseLua{m}
\end{minipage}}
\end{tikzpicture}
\end{tkzexample}
@@ -70,7 +69,6 @@ This is the creation of a fixed point with coordinates 1 and 2 and which is name
ty = z.a.type
arg = z.a.argument
m = z.a.modulus
- set_lua_to_tex{"x","y","ty","arg","m"}
\end{tkzelements}
\hspace*{\fill}
@@ -82,7 +80,9 @@ This is the creation of a fixed point with coordinates 1 and 2 and which is name
\tkzLabelPoints[above](O,a)
\tkzLabelPoint[below right](a){
\begin{minipage} {5cm}
- x=\x\\ y=\y\\ type =\ty\\ argument = \arg \\ module = \m
+ x=\tkzUseLua{x}\\ y=\tkzUseLua{y}\\
+ type =\tkzUseLua{ty}\\ argument = \tkzUseLua{arg} \\
+ module = \tkzUseLua{m}
\end{minipage}}
\end{tikzpicture}
\hspace*{\fill}