summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-08-2-0.tex
blob: e8054b2516ddec3ed8fe943d97253bdca26790aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 53 (Section  8.2 : Définition de points  en coordonnées cartésiennes : \tkzcname{tkzDefPoints}} \hypertarget{tdps}{)

\begin{tikzpicture}[scale=1]
 \tkzDefPoints{%  x   y   name
                  0  /0 /A,
                     2  /0 /B,
                     2  /2 /C,
                     0  /2 /D}
 \tkzDrawSegments(D,A A,B B,C C,D)
 \tkzDrawPoints(A,B,C,D)
\end{tikzpicture}

\end{document}