From 0561778af6f8fde0a3a1c334e2aab9a4f1142d6e Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 9 Mar 2020 03:01:39 +0000 Subject: CTAN sync 202003090301 --- .../tkz/tkz-euclide/examples/tkzEuclide-26.1.2.tex | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-26.1.2.tex (limited to 'macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-26.1.2.tex') diff --git a/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-26.1.2.tex b/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-26.1.2.tex new file mode 100644 index 0000000000..54f3c917c6 --- /dev/null +++ b/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-26.1.2.tex @@ -0,0 +1,18 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 215 (Section 26.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} \ No newline at end of file -- cgit v1.2.3