diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.2.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.2.tex | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.2.tex new file mode 100644 index 00000000000..a8799fd7b9b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.2.tex @@ -0,0 +1,13 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 45 (Section 7.0.2 : Option \tkzname{sub}) + +\begin{tikzpicture} + \tkzInit[xmax=4, ymax=2] + \tkzGrid[sub,color=orange, + subxstep=.5,subystep=.5] + \tkzAxeXY +\end{tikzpicture} + +\end{document}
\ No newline at end of file |