summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-04-1-1.tex
blob: c38c3de860cfe51b3ca4374f85e7a199000430de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 12 (Section  4.1.1 : Cartesian coordinates )

   \begin{tikzpicture}
   \tkzInit[xmax=5,ymax=5]
   \tkzDefPoint(0,0){A}
   \tkzDefPoint(4,0){B}
   \tkzDefPoint(0,3){C}
   \tkzDrawPolygon(A,B,C)
   \tkzDrawPoints(A,B,C)
\end{tikzpicture}

\end{document}