diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25.1.0.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25.1.0.tex | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25.1.0.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25.1.0.tex new file mode 100644 index 00000000000..e451aef6469 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25.1.0.tex @@ -0,0 +1,18 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 208 (Section 25.1 : Duplicate a segment) + +\begin{tikzpicture} + \tkzDefPoint(0,0){A} + \tkzDefPoint(2,-3){B} + \tkzDefPoint(2,5){C} + \tkzDrawSegments[red](A,B A,C) + \tkzDuplicateSegment(A,B)(A,C) + \tkzGetPoint{D} + \tkzDrawSegment[green](A,D) + \tkzDrawPoints[color=red](A,B,C,D) + \tkzLabelPoints[above right=3pt](A,B,C,D) +\end{tikzpicture} + +\end{document}
\ No newline at end of file |