summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-05-2-3.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/examples/tkzBase-05-2-3.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/tkzBase-05-2-3.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-05-2-3.tex b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-05-2-3.tex
new file mode 100644
index 0000000000..29d77080c2
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-05-2-3.tex
@@ -0,0 +1,16 @@
+\input{preamble-standalone.ltx}
+\begin{document}
+
+% Ex. No. 6 (Section 5.2.3 : Valeurs négatives)
+
+\begin{tikzpicture}
+ \tkzInit[xmin = -40,
+ xmax = 60,
+ ymin = -40,
+ ymax = 60,
+ xstep = 20,
+ ystep = 20]
+ \tkzAxeXY
+\end{tikzpicture}
+
+\end{document}