summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-12-2-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-12-2-0.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-12-2-0.tex18
1 files changed, 0 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-12-2-0.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-12-2-0.tex
deleted file mode 100644
index 023650f51c4..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-12-2-0.tex
+++ /dev/null
@@ -1,18 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 95 (Section 12.2 : \tkzcname{usetkzobj\{defcircles\}})
-
-\begin{tikzpicture}[scale=0.75]
- \tkzDefPoint(0,0){A}
- \tkzDefPoint(4,0){B}
- \tkzDefPoint(3,3){C}
- \tkzDefCircle[in](A,B,C)
- \tkzGetPoint{I}\tkzGetLength{rI}
- \tkzDrawCircle[R](I,\rI)
- \tkzDrawPolygon(A,B,C)
- \tkzDrawPoints(A,B,C,I)
- \tkzLabelPoints(A,B,C,I)
-\end{tikzpicture}
-
-\end{document}