diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-4.2.3.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-4.2.3.tex | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-4.2.3.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-4.2.3.tex new file mode 100644 index 00000000000..1e08116f736 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-4.2.3.tex @@ -0,0 +1,15 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 29 (Section 4.2.3 : Parallelogram) + +\begin{tikzpicture} + \tkzDefPoint(0,0){A} + \tkzDefPoint(30:3){B} + \tkzDefShiftPointCoord[B](10:2){C} + \tkzDefShiftPointCoord[A](10:2){D} + \tkzDrawPolygon(A,...,D) + \tkzDrawPoints(A,...,D) +\end{tikzpicture} + +\end{document}
\ No newline at end of file |