summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-4-0.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-10 03:01:27 +0000
committerNorbert Preining <norbert@preining.info>2020-03-10 03:01:27 +0000
commit877268a0de707a979be934d888518f6cc02d73a6 (patch)
tree30597445c86d75b20a836b6c90ab6c31b76d902e /macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-05-4-0.tex
parent0561778af6f8fde0a3a1c334e2aab9a4f1142d6e (diff)
CTAN sync 202003100301
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}