diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.7.1.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.7.1.tex | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.7.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.7.1.tex new file mode 100644 index 00000000000..c2527d9f70f --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.7.1.tex @@ -0,0 +1,13 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 67 (Section 8.7.1 : Example with \tkzcname{tkzDefPoint} and \tkzcname{tkzDrawPoints} ) + +\begin{tikzpicture}[scale=.5] + \tkzDefPoint(1,3){A} + \tkzDefPoint(4,1){B} + \tkzDefPoint(0,0){O} + \tkzDrawPoints[size=8,color=red](A,B,O) +\end{tikzpicture} + +\end{document}
\ No newline at end of file |