summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-1.5.0.tex
blob: fb55d7b37ca770072e33c5072050694879cca4c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 15 (Section  1.5 : Notations and conventions)

\begin{tikzpicture}
    \tkzDefPoints{0/0/A}
    \tkzDrawPoints(A)
    \tkzLabelPoint(A){$P$}
\end{tikzpicture}

\end{document}