summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-6-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-6-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-6-0.tex16
1 files changed, 0 insertions, 16 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-6-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-6-0.tex
deleted file mode 100644
index 9430b809cb..0000000000
--- a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-6-0.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 43 (Section 10.6 : Asymptote horizontale)
-
-\begin{tikzpicture}[scale=2.5]
- \tkzInit[xmax=5,ymin=0.5,ymax=1.5,ystep=0.5]
- \tkzGrid
- \tkzAxeXY
- \tkzFct[domain = 0:10]{x*exp(-x)+1}
- \tkzHLine[color=red,style=solid,line width=1.2pt]{1}
- \tkzDrawTangentLine[draw,color=blue](1)
- \tkzText[draw,fill = brown!20](2,0.75){$f(x)=x \text{e}^{-x}+1$}
-\end{tikzpicture}
-
-\end{document}