diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-9.2.5.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-9.2.5.tex | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-9.2.5.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-9.2.5.tex new file mode 100644 index 00000000000..fbd70534b53 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-9.2.5.tex @@ -0,0 +1,22 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 55 (Section 9.2.5 : Example of rotation) + +\begin{tikzpicture}[scale=0.5] + \tkzDefPoint(0,0){A} + \tkzDefPoint(5,0){B} + \tkzDrawSegment(A,B) + \tkzDefPointBy[rotation=center A angle 60](B) + \tkzGetPoint{C} + \tkzDefPointBy[symmetry=center C](A) + \tkzGetPoint{D} + \tkzDrawSegment(A,tkzPointResult) + \tkzDrawLine(B,D) + \tkzDrawArc[orange,delta=10](A,B)(C) + \tkzDrawArc[orange,delta=10](B,C)(A) + \tkzDrawArc[orange,delta=10](C,D)(D) + \tkzMarkRightAngle(D,B,A) +\end{tikzpicture} + +\end{document}
\ No newline at end of file |