diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-05-2-2.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-05-2-2.tex | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-05-2-2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-05-2-2.tex new file mode 100644 index 00000000000..1d288602f42 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-05-2-2.tex @@ -0,0 +1,15 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 5 (Section 5.2.2 : Utilisation des décimaux ) + +\begin{tikzpicture} + \tkzInit[xmin=0.00, xmax=0.05, + ymin=1.2200,ymax=1.2215, + xstep=0.01, ystep=0.0005] + \tkzAxeXY + \tkzDefPoint(.04,1.22025){I} + \tkzDrawPoint(I) +\end{tikzpicture} + +\end{document} |