blob: 32a5712c938fcf4e90bd5bb1729bdac5ff7174fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 64 (Section 8.6.1 : Default stitch style)
\begin{tikzpicture}
\tkzDefPoint(1,3){A}
\tkzDrawPoint(A)
\end{tikzpicture}
\end{document}
|