summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-19.2.1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-19.2.1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-19.2.1.tex16
1 files changed, 0 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-19.2.1.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-19.2.1.tex
deleted file mode 100644
index 118dc567789..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-19.2.1.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 151 (Section 19.2.1 : Circles defined by a triangle.)
-
-\begin{tikzpicture}
- \tkzDefPoint(0,0){A}
- \tkzDefPoint(2,0){B}
- \tkzDefPoint(3,2){C}
- \tkzDrawPolygon(A,B,C)
- \tkzDrawCircles(A,B B,C C,A)
- \tkzDrawPoints(A,B,C)
- \tkzLabelPoints(A,B,C)
-\end{tikzpicture}
-
-\end{document} \ No newline at end of file