summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-7.0.6.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/examples/tkzBase-7.0.6.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/tkzBase-7.0.6.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-7.0.6.tex b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-7.0.6.tex
new file mode 100644
index 0000000000..590d222821
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-7.0.6.tex
@@ -0,0 +1,16 @@
+\input{preamble-standalone.ltx}
+\begin{document}
+
+% Ex. No. 49 (Section 7.0.6 : Option \tkzname{xstep}, \tkzname{xstep}, \tkzname{subxstep} and \tkzname{subystep})
+
+\begin{tikzpicture}
+\tkzInit[xmax=.5,xstep=.1,
+ ymax=.2,ystep=.1]
+\tkzGrid[sub,
+ subxstep = 0.05,
+ subystep = 0.05,
+ color=orange]
+\tkzAxeXY
+\end{tikzpicture}
+
+\end{document} \ No newline at end of file