summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-12-4-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-12-4-0.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-12-4-0.tex15
1 files changed, 0 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-12-4-0.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-12-4-0.tex
deleted file mode 100644
index d07f36751f1..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-12-4-0.tex
+++ /dev/null
@@ -1,15 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 63 (Section 12.4 : Random point on a straight line)
-
-\begin{tikzpicture}
- \tkzInit[xmax=5,ymax=5] \tkzGrid
- \tkzDefPoints{0/0/A,2/2/B,3/3/C,5/5/D}
- \tkzDefRandPointOn[line = A--B]\tkzGetPoint{a}
- \tkzDefRandPointOn[line = C--D]\tkzGetPoint{d}
- \tkzDrawPoints(A,B,C,D,a,d)
- \tkzLabelPoints(A,B,C,D,a,d)
-\end{tikzpicture}
-
-\end{document}