blob: 93e52676c4ec8baba885f49fce71f1942ebf6d60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 76 (Section 10.3.1 : Exemple avec \tkzcname{tkzShowBB})
above\\
left
\begin{tikzpicture}
\tkzDefPoint(0,0){A}
\tkzDefPoint(3,3){B}
\tkzDefPoint(1,1){C}
\tkzSetBB(A)(2,2)
\tkzDrawSegment(A,B)
\tkzDrawPoints(A,C)
\tkzShowBB
\end{tikzpicture}right
\end{document}
|