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

% Ex. No. 159 (Section 22.2.2 : Exemple avec \tkzname{mark =||})

    \begin{tikzpicture}[scale=.75]
        \tkzDefPoints{0/0/O,5/0/A,3/4/B}
        \tkzMarkAngle[size = 4cm,mark = ||,
                    arc=ll,mkcolor = red](A,O,B)
        \tkzDrawLines(O,A O,B)
        \tkzDrawPoints(O,A,B)
\end{tikzpicture}

\end{document}