summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-7-7-0.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-7-7-0.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-7-7-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-7-7-0.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-7-7-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-7-7-0.tex
new file mode 100644
index 0000000000..50c06cfed4
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-7-7-0.tex
@@ -0,0 +1,22 @@
+%
+% 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[xmax=1,ymax=1,xstep=0.1,ystep=0.1]
+ \tkzGrid(0,0)(1,1)
+ \tkzAxeXY
+ \tkzFct[color = red,thick, domain =0:1]{(exp(\x)-1)/(exp(1)-1)}
+ \tkzSetUpPoint[size=12]
+ \tkzDrawTangentLine[draw, kl = 0, kr = 0.4](0)
+ \tkzDrawTangentLine[draw, kl = 0.4,kr = 0 ](1)
+ \tkzText[draw,color = red,fill = orange!20](0.5,0.6)%
+ {$f(x)=\dfrac{\text{e}^x-1}{\text{e}-1}$}
+\end{tikzpicture}
+
+\end{document}