diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-11.3.0.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-11.3.0.tex | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-11.3.0.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-11.3.0.tex new file mode 100644 index 00000000000..7be5ae33fdc --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-11.3.0.tex @@ -0,0 +1,15 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 73 (Section 11.3 : Random point on a segment) + +\begin{tikzpicture} + \tkzInit[xmax=5,ymax=5] \tkzGrid + \tkzDefPoints{0/0/A,2/2/B,3/3/C,5/5/D} + \tkzDefRandPointOn[segment = A--B]\tkzGetPoint{a} + \tkzDefRandPointOn[segment = C--D]\tkzGetPoint{d} + \tkzDrawPoints(A,B,C,D,a,d) + \tkzLabelPoints(A,B,C,D,a,d) +\end{tikzpicture} + +\end{document}
\ No newline at end of file |