diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-23.1.2.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-23.1.2.tex | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-23.1.2.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-23.1.2.tex new file mode 100644 index 00000000000..4e09ef65fd5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-23.1.2.tex @@ -0,0 +1,15 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 193 (Section 23.1.2 : \tkzcname{tkzDrawSector} and \tkzname{rotate}) + +\begin{tikzpicture}[scale=2] + \tkzDefPoint(0,0){O} + \tkzDefPoint(2,2){A} + \tkzDrawSector[rotate,draw=red!50!black,% + fill=red!20](O,A)(30) + \tkzDrawSector[rotate,draw=blue!50!black,% + fill=blue!20](O,A)(-30) +\end{tikzpicture} + +\end{document}
\ No newline at end of file |