summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-6-2-3.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-6-2-3.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-6-2-3.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-6-2-3.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-6-2-3.tex
new file mode 100644
index 00000000000..2270c44d0ae
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-6-2-3.tex
@@ -0,0 +1,9 @@
+\begin{tikzpicture}
+ \tkzInit[xmin = -40,
+ xmax = 60,
+ ymin = -40,
+ ymax = 60,
+ xstep = 20,
+ ystep = 20]
+ \tkzAxeXY
+\end{tikzpicture}