summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-18.1.3.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-18.1.3.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-18.1.3.tex22
1 files changed, 0 insertions, 22 deletions
diff --git a/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-18.1.3.tex b/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-18.1.3.tex
deleted file mode 100644
index ca0f59c3a7..0000000000
--- a/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-18.1.3.tex
+++ /dev/null
@@ -1,22 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 142 (Section 18.1.3 : Circles inscribed and circumscribed for a given triangle)
-
-\begin{tikzpicture}[scale=1]
- \tkzDefPoint(2,2){A}
- \tkzDefPoint(5,-2){B}
- \tkzDefPoint(1,-2){C}
- \tkzDefCircle[in](A,B,C)
- \tkzGetPoint{I} \tkzGetLength{rIN}
- \tkzDefCircle[circum](A,B,C)
- \tkzGetPoint{K} \tkzGetLength{rCI}
- \tkzDrawPoints(A,B,C,I,K)
- \tkzDrawCircle[R,blue](I,\rIN pt)
- \tkzDrawCircle[R,red](K,\rCI pt)
- \tkzLabelPoints[below](B,C)
- \tkzLabelPoints[above left](A,I,K)
- \tkzDrawPolygon(A,B,C)
-\end{tikzpicture}
-
-\end{document} \ No newline at end of file