blob: ed7485f5381633f56a5a2bdc1b7d20a25c2ba37d (
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. 113 (Section 17.1.4 : Format du texte)
\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}
\end{document}
|