summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-07-6-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-07-6-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-07-6-0.tex16
1 files changed, 0 insertions, 16 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-07-6-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-07-6-0.tex
deleted file mode 100644
index de41164650..0000000000
--- a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-07-6-0.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 22 (Section 7.6 : Demi-tangentes )
-
- \begin{tikzpicture}[scale=2.75]
- \tkzInit[xmin=-2,xmax=3,ymax=3]
- \tkzGrid[color=orange](-2,0)(3,3)
- \tkzAxeX
- \tkzAxeY
- \tkzFct[color = red ,domain = -1:2]{(((x+1)*x)*x)**0.5}
- \tkzDrawTangentLine(0)
- \tkzText[draw,color = red,fill = orange!20](2,1){$f(x)=\sqrt{x^3+x^2}$}
-\end{tikzpicture}
-
-\end{document}