diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15.2.5.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15.2.5.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15.2.5.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15.2.5.tex new file mode 100644 index 00000000000..79ae689b25d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15.2.5.tex @@ -0,0 +1,12 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 115 (Section 15.2.5 : Option \tkzname{euclide}) + +\begin{tikzpicture}[scale=1] + \tkzDefPoint(10,-5){K} + \tkzDefPoint(13,-5){L} + \tkzDrawTriangle[euclide,color=blue,fill=blue!10](K,L) +\end{tikzpicture} + +\end{document}
\ No newline at end of file |