summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-6.7.2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/examples/tkzBase-6.7.2.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/tkzBase-6.7.2.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-6.7.2.tex b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-6.7.2.tex
new file mode 100644
index 0000000000..540bb7a361
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-6.7.2.tex
@@ -0,0 +1,11 @@
+\input{preamble-standalone.ltx}
+\begin{document}
+
+% Ex. No. 38 (Section 6.7.2 : Option \tkzname{label=\{\}})
+
+\begin{tikzpicture}
+ \tkzInit[xmin=-1,xmax=4,ymin=-1,ymax=2]
+ \tkzAxeXY[label={},text=blue,trig=2]
+\end{tikzpicture}
+
+\end{document} \ No newline at end of file