summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-4-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-4-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-4-0.tex16
1 files changed, 0 insertions, 16 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-4-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-4-0.tex
deleted file mode 100644
index 45c7c08d12..0000000000
--- a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-4-0.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 14 (Section 5.4 : Placer des points sans courbe)
-
-\begin{tikzpicture}[xscale=3,yscale=2]
- \tkzInit[xmin=-2,xmax=2,xstep=1,
- ymin=-8,ymax=24,ystep=8]
- \tkzGrid
- \tkzAxeXY
- \global\edef\tkzFctLast{3.0-1.3125*x^5-2.5*x^3}
- \foreach \va in {-1.5,-1.4,...,1}{%
- \tkzDefPointByFct[draw](\va)}
-\end{tikzpicture}
-
-\end{document}