summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-10-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-10-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-10-0.tex19
1 files changed, 0 insertions, 19 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-10-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-10-0.tex
deleted file mode 100644
index 6d40969c60..0000000000
--- a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-10-0.tex
+++ /dev/null
@@ -1,19 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 33 (Section 8.10 : Mélange de style)
-
-\begin{tikzpicture}[scale=2.5]
- \tkzInit[xmin=-1,xmax=4,ymin=0,ymax=5]
- \tkzGrid
- \tkzAxeXY
- \tkzFct[domain = -.5:4]{ 4*x-x**2+4/(x**2+1)**2}
- \tkzFct[domain = -.5:4]{x-1+4/(x**2+1)**2}
- \tkzDrawAreafg[between=a and b,color=green,domain = 1:4]
- \tkzDrawAreafg[between=a and b,pattern=north west lines,domain = -.5:1]
- \tkzRep
- \tkzText(2.5,4.5){$C_f$}
- \tkzText(2.5,1){$C_g$}
-\end{tikzpicture}%
-
-\end{document}