summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-16-2-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-16-2-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-16-2-0.tex15
1 files changed, 0 insertions, 15 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-16-2-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-16-2-0.tex
deleted file mode 100644
index d3f8c51548..0000000000
--- a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-16-2-0.tex
+++ /dev/null
@@ -1,15 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 75 (Section 16.2 : \tkzname{fp.sty})
-
-\begin{tikzpicture}
- \tkzInit[xmin=-0.2,xmax=0.2,xstep=.1,
- ymin=-12,ymax=6,ystep=2]
- \tkzGrid
- \tkzAxeXY
- \tkzFct[domain = -.1:.2]%
- {-5+x*(0.5+4*x*(x*(-2+x*1)))}
-\end{tikzpicture}
-
-\end{document}