blob: 33ea4dcbafa00b1c2ab65c9a0fb6de6d924f5cd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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}
|