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

% Ex. No. 19 (Section  4.2.3 : Parallelogram)

\begin{tikzpicture}
 \tkzDefPoint(0,0){A}
 \tkzDefPoint(60:3){B}
 \tkzDefShiftPointCoord[B](30:4){C}
 \tkzDefShiftPointCoord[A](30:4){D}
 \tkzDrawPolygon(A,...,D)
 \tkzDrawPoints(A,...,D)
\end{tikzpicture}

\end{document}