summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-6.1.4.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-6.1.4.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-6.1.4.tex17
1 files changed, 0 insertions, 17 deletions
diff --git a/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-6.1.4.tex b/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-6.1.4.tex
deleted file mode 100644
index 40a50fbf06..0000000000
--- a/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-6.1.4.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 39 (Section 6.1.4 : Option \tkzname{in})
-
-\begin{tikzpicture}
- \tkzDefPoints{0/1/A,3/2/B,1/4/C}
- \tkzDefTriangleCenter[in](A,B,C)\tkzGetPoint{I}
- \tkzDefPointBy[projection=onto A--C](I)
- \tkzGetPoint{Ib}
- \tkzDrawPolygon[color=blue](A,B,C)
- \tkzDrawPoints(A,B,C,I)
- \tkzDrawLines[add = 0 and 2/3](A,I B,I C,I)
- \tkzDrawCircle(I,Ib)
-\end{tikzpicture}
-
-\end{document} \ No newline at end of file