summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-07-4-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-07-4-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-07-4-0.tex24
1 files changed, 0 insertions, 24 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-07-4-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-07-4-0.tex
deleted file mode 100644
index ae9576110a..0000000000
--- a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-07-4-0.tex
+++ /dev/null
@@ -1,24 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 20 (Section 7.4 : Tangente et l'option \tkzname{with})
-
-\begin{tikzpicture}[scale=4]
- \tkzInit[xmax=3,ymax=2]
- \tkzAxeXY
- \tkzGrid(0,0)(3,2)
- \tkzFct[color = red, domain = 1/3:3]{0.125*(3*x-1)+0.375*(3*x-1)/(x*x)}
- \tkzFct[color = blue, domain = 1/3:3]{0.125*(3*x-1)}
- \tkzDrawTangentLine[with=a,
- color=blue](1)
- \tkzText[draw,
- color= red,
- fill=brown!50](1,1.5)%
- {$f(x)=\frac{1}{8}(3x-1)+\frac{3}{8}\left(\frac{3x-1}{x^2}\right)$}
- \tkzText[draw,
- color= green!50!black,
- fill=brown!50](2,0.3)%
- {$g(x)=\frac{1}{8}(3x-1)$}
-\end{tikzpicture}
-
-\end{document}