summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-4-8-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-4-8-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-4-8-0.tex19
1 files changed, 0 insertions, 19 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-4-8-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-4-8-0.tex
deleted file mode 100644
index d8d928beb2..0000000000
--- a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-4-8-0.tex
+++ /dev/null
@@ -1,19 +0,0 @@
-%
-% tkz-euclide (14/01/2011)
-%
-% Coding (utf8) Creator (TeX) Producer (pdfeTeX)
-% Author Alain Matthes
-\input{tkzfctpreamble.ltx}
-
-\begin{document}
-
- \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}