summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-04-8-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-04-8-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-04-8-0.tex15
1 files changed, 0 insertions, 15 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-04-8-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-04-8-0.tex
deleted file mode 100644
index 19fff86960..0000000000
--- a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-04-8-0.tex
+++ /dev/null
@@ -1,15 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 10 (Section 4.8 : Utilisation des macros de \tkzname{tkz-base})
-
- \begin{tikzpicture}[scale=2]
- \tkzInit[xmin=-3,xmax=3, ymin=-1,ymax=3]
- \tkzGrid[sub,subxstep=.5,subystep=.5]
- \tkzAxeXY
- \tkzFct[domain = -3:2]{(2-x)*exp(x)}
- \tkzText(-2,1.25){$\mathcal{C}_{f}$}
- \tkzDefPoint(2,0){A} \tkzDrawPoint(A) \tkzLabelPoints(A)
- \end{tikzpicture}
-
-\end{document}