diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25-1-2.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25-1-2.tex | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25-1-2.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25-1-2.tex new file mode 100644 index 00000000000..746db992e2b --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25-1-2.tex @@ -0,0 +1,18 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 184 (Section 25.1.2 : Option \tkzname{delta}) + +\begin{tikzpicture} + \tkzDefPoint(0,0){A} + \tkzDefPoint(5,0){B} + \tkzInterCC[R](A,4cm)(B,3cm) + \tkzGetPoints{C}{D} + \tkzDrawPoints(A,B,C) + \tkzCompass[color=red,delta=20](A,C) + \tkzCompass[color=red,delta=20](B,C) + \tkzDrawPolygon(A,B,C) + \tkzMarkAngle(A,C,B) +\end{tikzpicture} + +\end{document} |