blob: 1b0d99beed16dcc6db04d0f384c3dda3ec64eb2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 8 (Section 6.1.2 : Placement du label)
\begin{tikzpicture}
\tkzInit[xmax=5]
\tkzDrawX[label = quantité,
above left = 8pt]
\end{tikzpicture}
\end{document}
|