summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-8.7.1.tex
blob: c2527d9f70f2a56af02e2d37de0650a423d71f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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}