summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-07-0-4.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/examples/tkzBase-07-0-4.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/tkzBase-07-0-4.tex13
1 files changed, 13 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-07-0-4.tex b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-07-0-4.tex
new file mode 100644
index 0000000000..b21740a6ec
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-07-0-4.tex
@@ -0,0 +1,13 @@
+\input{preamble-standalone.ltx}
+\begin{document}
+
+% Ex. No. 40 (Section 7.0.4 : Sous grille en plus, option \tkzname{sub})
+
+ \begin{tikzpicture}
+ \tkzInit[xmax=5,ymax=2]
+ \tkzGrid[sub,color=orange]
+ \tkzGrid[color=orange]
+ \tkzAxeXY
+\end{tikzpicture}
+
+\end{document}