summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-07-0-2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-07-0-2.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-07-0-2.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-07-0-2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-07-0-2.tex
new file mode 100644
index 00000000000..ef654d6576d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-07-0-2.tex
@@ -0,0 +1,15 @@
+\input{preamble-standalone.ltx}
+\begin{document}
+
+% Ex. No. 38 (Section 7.0.2 : Option \tkzname{sub})
+
+\def\tkzCoeffSubColor{20}
+\def\tkzCoeffSubLw{0.2}
+\begin{tikzpicture}
+ \tkzInit[xmax=4, ymax=2]
+ \tkzGrid[sub,color=orange,
+ subxstep=.5,subystep=.5]
+ \tkzAxeXY
+\end{tikzpicture}
+
+\end{document}