summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.5.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.5.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.5.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.5.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.5.tex
new file mode 100644
index 00000000000..c5e861f58ec
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.5.tex
@@ -0,0 +1,15 @@
+\input{preamble-standalone.ltx}
+\begin{document}
+
+% Ex. No. 48 (Section 7.0.5 : Grid change)
+
+\begin{tikzpicture}
+ \tkzInit[xmax=5,ymax=2]
+ \tkzGrid[color = orange,
+ sub,
+ subxstep = 0.1,
+ subystep = 0.1]
+ \tkzAxeXY
+\end{tikzpicture}
+
+\end{document} \ No newline at end of file