diff options
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-14.4.1.tex')
-rw-r--r-- | macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-14.4.1.tex | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-14.4.1.tex b/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-14.4.1.tex deleted file mode 100644 index 03890e041b..0000000000 --- a/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-14.4.1.tex +++ /dev/null @@ -1,14 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 103 (Section 14.4.1 : Marks for an isosceles triangle) - -\begin{tikzpicture}[scale=1] - \tkzDefPoints{0/0/O,2/2/A,4/0/B,6/2/C} - \tkzDrawSegments(O,A A,B) - \tkzDrawPoints(O,A,B) - \tkzDrawLine(O,B) - \tkzMarkSegments[mark=||,size=6pt](O,A A,B) -\end{tikzpicture} - -\end{document}
\ No newline at end of file |