summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-7-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-7-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-7-0.tex15
1 files changed, 0 insertions, 15 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-7-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-7-0.tex
deleted file mode 100644
index 1fa37f71c5..0000000000
--- a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-7-0.tex
+++ /dev/null
@@ -1,15 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 30 (Section 8.7 : Surface comprise entre deux courbes avec des hachures)
-
- \begin{tikzpicture}[scale=.8]
- \tkzInit[xmax=5,ymax=5]
- \tkzGrid
- \tkzAxeXY
- \tkzFct[domain = 0:5]{x}
- \tkzFct[domain = 1:5]{log(x)}
- \tkzDrawAreafg[between= a and b,pattern=north west lines,domain = 1:5]
-\end{tikzpicture}
-
-\end{document}