summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-09-2-1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-09-2-1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-09-2-1.tex20
1 files changed, 0 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-09-2-1.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-09-2-1.tex
deleted file mode 100644
index 05d6c6a05a7..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-09-2-1.tex
+++ /dev/null
@@ -1,20 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 41 (Section 9.2.1 : Example of homothety and projection)
-
-\begin{tikzpicture}[scale=1.25]
- \tkzInit \tkzClip
- \tkzDefPoint(0,1){A} \tkzDefPoint(6,3){B} \tkzDefPoint(3,6){C}
- \tkzDrawLines[add= 0 and .3](A,B A,C)
- \tkzDefLine[bisector](B,A,C) \tkzGetPoint{a}
- \tkzDrawLine[add=0 and 0,color=magenta!50 ](A,a)
- \tkzDefPointBy[homothety=center A ratio .5](a) \tkzGetPoint{a'}
- \tkzDefPointBy[projection = onto A--B](a') \tkzGetPoint{k}
- \tkzDrawSegment[blue](a',k)
- \tkzDrawPoints(a,a',k,A)
- \tkzDrawCircle(a',k)
- \tkzLabelPoints(a,a',k,A)
-\end{tikzpicture}
-
-\end{document}