summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-8-0.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-10 03:01:27 +0000
committerNorbert Preining <norbert@preining.info>2020-03-10 03:01:27 +0000
commit877268a0de707a979be934d888518f6cc02d73a6 (patch)
tree30597445c86d75b20a836b6c90ab6c31b76d902e /obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-8-0.tex
parent0561778af6f8fde0a3a1c334e2aab9a4f1142d6e (diff)
CTAN sync 202003100301
Diffstat (limited to 'obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-8-0.tex')
-rw-r--r--obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-8-0.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-8-0.tex b/obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-8-0.tex
new file mode 100644
index 0000000000..9073b668a2
--- /dev/null
+++ b/obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-08-8-0.tex
@@ -0,0 +1,17 @@
+\input{preamble-standalone.ltx}
+\begin{document}
+
+% Ex. No. 31 (Section 8.8 : Surface comprise entre deux courbes avec l'option \tkzname{between})
+
+\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}