diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-24.5.0.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-24.5.0.tex | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-24.5.0.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-24.5.0.tex new file mode 100644 index 00000000000..3d7b5106b36 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-24.5.0.tex @@ -0,0 +1,14 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 204 (Section 24.5 : Option \tkzname{R with nodes}) + +\begin{tikzpicture} + \tkzDefPoint(0,0){O} + \tkzDefPoint(2,-1){A} + \tkzDefPoint(1,1){B} + \tkzCalcLength(B,A)\tkzGetLength{radius} + \tkzDrawArc[R with nodes](B,\radius pt)(A,O) +\end{tikzpicture} + +\end{document}
\ No newline at end of file |