summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-15.2.2.tex
blob: d67b7da0d6330114d821852d5f8dc2880f3f0c66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 112 (Section 15.2.2 : Option \tkzname{school})

\begin{tikzpicture}
  \tkzDefPoint(0,0){A} \tkzDefPoint(4,0){B}
  \tkzDrawTriangle[school,fill=red!30](A,B)
  \tkzMarkRightAngles(tkzPointResult,B,A)
\end{tikzpicture}

\end{document}