summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-08-5-1.tex
blob: 732ae0063c63e9f233f1f4531403f8ec08f0e465 (plain)
1
2
3
4
5
6
7
8
9
10
11
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 57 (Section  8.5.1 : Style des points par défaut)

  \begin{tikzpicture}
   \tkzDefPoint(1,3){A}
   \tkzDrawPoint(A)
\end{tikzpicture}

\end{document}