summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-11-2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-11-2.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-11-2.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-11-2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-11-2.tex
new file mode 100644
index 00000000000..97370154874
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-11-2.tex
@@ -0,0 +1,11 @@
+ \begin{tikzpicture}[scale=1.5]
+ \tkzInit[xmax=3,ymax=2]
+ \tkzAxeXY
+ \tkzDefPoint(2,1){a}
+ \tkzPointShowCoord(a)
+ \tkzDrawPoint(a)
+ \tkzLabelPoint(a){$A_1$}
+ \tkzPointShowCoord({1,2})
+ \tkzDrawPoint({1,2})
+ \tkzLabelPoint({1,2}){$A_2$}
+ \end{tikzpicture}