summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-8-8-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-8-8-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-8-8-0.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-8-8-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-8-8-0.tex
new file mode 100644
index 0000000000..f56e6d1ed6
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-8-8-0.tex
@@ -0,0 +1,21 @@
+%
+% tkz-euclide (14/01/2011)
+%
+% Coding (utf8) Creator (TeX) Producer (pdfeTeX)
+% Author Alain Matthes
+\input{tkzfctpreamble.ltx}
+
+\begin{document}
+
+\begin{tikzpicture}[scale=1.25]
+ \tkzInit[ymin=-1,xmax=5,ymax=3]
+ \tkzGrid
+ \tkzAxeXY
+ \tkzFct[domain = 0.5:5]{1/x}% courbe a
+ \tkzFct[domain = 1:5]{log(x)}% courbe b
+ \tkzDrawAreafg[between=b and a,
+ color=magenta!50,
+ domain = 1:4]
+\end{tikzpicture}
+
+\end{document}