summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-30-2-2.tex
blob: 313205c831d88e78c29131370561a9e2d669cd7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 217 (Section 30.2.2 : use of\tkzcname{tkzSetUpPoint} inside a group)

  \begin{tikzpicture}
    \tkzInit[ymin=-0.5,ymax=3,xmin=-0.5,xmax=7]
    \tkzDefPoint(0,0){A}
    \tkzDefPoint(02.25,04.25){B}
    \tkzDefPoint(4,0){C}
    \tkzDefPoint(3,2){D}
    \tkzDrawSegments(A,B A,C A,D)
  {\tkzSetUpPoint[shape=cross out,
              fill= teal!50,
              size=4,color=teal]
    \tkzDrawPoints(A,B)}
    \tkzSetUpPoint[fill= teal!50,size=4,
                 color=teal]
     \tkzDrawPoints(C,D)
    \tkzLabelPoints(A,B,C,D)
\end{tikzpicture}

\end{document}