diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-7-1.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-7-1.tex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-7-1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-7-1.tex new file mode 100644 index 00000000000..e134b8f952f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-7-1.tex @@ -0,0 +1,10 @@ +\begin{tikzpicture} + \tkzDefPoint(0,0){A} + \tkzDefPoint(4,0){B} + \tkzDefPoint(0,3){C} + \tkzDrawSegments(A,B B,C C,A) + \tkzDrawPoints(A,B,C) + \tkzLabelPoint[left,red](A){$A$} + \tkzLabelPoint[right,blue](B){$B$} + \tkzLabelPoint[above,purple](C){$C$} +\end{tikzpicture} |