diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15.2.3.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15.2.3.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15.2.3.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15.2.3.tex new file mode 100644 index 00000000000..915e82b101f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15.2.3.tex @@ -0,0 +1,12 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 113 (Section 15.2.3 : Option \tkzname{golden}) + +\begin{tikzpicture}[scale=1] + \tkzDefPoint(0,-10){M} + \tkzDefPoint(3,-10){N} + \tkzDrawTriangle[golden,color=brown](M,N) +\end{tikzpicture} + +\end{document}
\ No newline at end of file |