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