summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-8-0-2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-8-0-2.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-8-0-2.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-8-0-2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-8-0-2.tex
new file mode 100644
index 00000000000..fef08eda5ce
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-8-0-2.tex
@@ -0,0 +1,9 @@
+\def\tkzCoeffSubColor{20}
+\def\tkzCoeffSubLw{0.2}
+\begin{tikzpicture}
+ \tkzInit[xmax=4, ymax=2]
+ % on peut modifier le pas pour la seconde grille
+ \tkzGrid[sub,color=bistre,
+ subxstep=.5,subystep=.5]
+ \tkzAxeXY
+\end{tikzpicture}