summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-13.1.6.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-13.1.6.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-13.1.6.tex15
1 files changed, 0 insertions, 15 deletions
diff --git a/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-13.1.6.tex b/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-13.1.6.tex
deleted file mode 100644
index 90fc2476e7..0000000000
--- a/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-13.1.6.tex
+++ /dev/null
@@ -1,15 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 94 (Section 13.1.6 : Bisectors in a triangle)
-
-\begin{tikzpicture}[scale=1.25]
- \tkzDefPoint(0,0){A} \tkzDefPoint(4,0){B}
- \tkzDefPoint(1,3){C} \tkzDrawPolygon(A,B,C)
- \tkzSetUpLine[color=purple]
- \tkzDrawLine[bisector](B,C,A)
- \tkzDrawLine[bisector](C,A,B)
- \tkzDrawLine[bisector](A,B,C)
-\end{tikzpicture}
-
-\end{document} \ No newline at end of file