diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-29.1.0.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-29.1.0.tex | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-29.1.0.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-29.1.0.tex new file mode 100644 index 00000000000..6e0803cb626 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-29.1.0.tex @@ -0,0 +1,16 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 225 (Section 29.1 : The circular protractor) + +\begin{tikzpicture}[scale=.5] +\tkzDefPoint(2,0){A}\tkzDefPoint(0,0){O} +\tkzDefShiftPoint[A](31:5){B} +\tkzDefShiftPoint[A](158:5){C} +\tkzDrawPoints(A,B,C) +\tkzDrawSegments[color = red, + line width = 1pt](A,B A,C) + \tkzProtractor[scale = 1](A,B) +\end{tikzpicture} + +\end{document}
\ No newline at end of file |