summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.4.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.4.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.4.tex13
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.4.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.4.tex
new file mode 100644
index 00000000000..b881b4336b8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.4.tex
@@ -0,0 +1,13 @@
+\input{preamble-standalone.ltx}
+\begin{document}
+
+% Ex. No. 47 (Section 7.0.4 : Under the grid, too, option \tkzname{sub})
+
+\begin{tikzpicture}
+ \tkzInit[xmax=5,ymax=2]
+ \tkzGrid[sub,color=orange]
+ \tkzGrid[color=orange]
+ \tkzAxeXY
+\end{tikzpicture}
+
+\end{document} \ No newline at end of file