summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-2-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-2-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-2-0.tex17
1 files changed, 0 insertions, 17 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-2-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-2-0.tex
deleted file mode 100644
index 09402c8363..0000000000
--- a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-2-0.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 12 (Section 5.2 : Exemple avec \tkzcname{tkzGetPoint} et \tkzname{tkzPointResult})
-
-\begin{tikzpicture}[scale=1.25]
- \tkzInit[xmin=-2,xmax=2,xstep=1,
- ymin=-8,ymax=24,ystep=8]
- \tkzGrid
- \tkzAxeXY
- \tkzFct[domain =-1.5:1]{3.0-1.3125*x**5-2.5*x**3}
- \tkzDefPointByFct(.5)
- \tkzDrawPoint(tkzPointResult)
- % ou bien \tkzDefPointByFct[draw](.5)
-\end{tikzpicture}
-
-\end{document}