blob: dd7c64ab26c62006b0c5bcf95bcf1ccec0c7b083 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
\begin{tikzpicture}
\tkzInit[ymax=5,xmax=6]
\tkzAxeXY
\tkzText[draw,opacity=.6,
inner sep=.6 cm,
line width = 1pt,
color = black,
fill = purple!20,
text width=3cm](3,3)
{Mon texte\\ Référence}
\end{tikzpicture}
|