summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-13-1-5.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-13-1-5.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-13-1-5.tex25
1 files changed, 0 insertions, 25 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-13-1-5.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-13-1-5.tex
deleted file mode 100644
index c08103fbba3..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-13-1-5.tex
+++ /dev/null
@@ -1,25 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 72 (Section 13.1.5 : Drawing a tangent option \tkzimp{from with R} and \tkzimp{at})
-
- \begin{tikzpicture}[scale=.5]
- \tkzDefPoint(0,0){O}
- \tkzDefPoint(6,6){E}
- \tkzDefRandPointOn[circle=center O radius 4cm]
- \tkzGetPoint{A}
- \tkzDefRandPointOn[circle=center O radius 4cm]
- \tkzGetPoint{B}
- \tkzDrawSegments(O,A O,B)
- \tkzDrawCircle(O,A)
- \tkzDefTangent[from with R=E](O,4cm)
- \tkzGetSecondPoint{k}
- \tkzDefTangent[at=A](O)
- \tkzGetPoint{h}
- \tkzDrawPoints(E)
- \tkzDrawLine[add = .5 and .5](A,h)
- \tkzDrawLine[add = .5 and .5](E,k)
- \tkzMarkRightAngle[fill=red!30](O,A,h)
-\end{tikzpicture}
-
-\end{document}