diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25-1-1.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25-1-1.tex | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25-1-1.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25-1-1.tex new file mode 100644 index 00000000000..0f008bc0bc1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25-1-1.tex @@ -0,0 +1,17 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 183 (Section 25.1.1 : Option \tkzname{length}) + +\begin{tikzpicture} + \tkzDefPoint(1,1){A} + \tkzDefPoint(6,1){B} + \tkzInterCC[R](A,4cm)(B,3cm) + \tkzGetPoints{C}{D} + \tkzDrawPoint(C) + \tkzCompass[color=red,length=1.5](A,C) + \tkzCompass[color=red](B,C) + \tkzDrawSegments(A,B A,C B,C) +\end{tikzpicture} + +\end{document} |