diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-7.0.3.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-7.0.3.tex | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-7.0.3.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-7.0.3.tex new file mode 100644 index 00000000000..33ea4dcbafa --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-7.0.3.tex @@ -0,0 +1,14 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 46 (Section 7.0.3 : First example) + +\begin{tikzpicture} + \tkzDefPoint(1,3){A} + \tkzDefPoint(4,1){B} + \tkzDefPoint(0,0){C} + \tkzDrawPoints[size=6,color=red, + fill=red!50](A,B,C) +\end{tikzpicture} + +\end{document}
\ No newline at end of file |