summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-16.1.4.tex
blob: 3dd1a8b77495c800e26898009b6d0fe4625fa3f8 (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. 108 (Section 16.1.4 : Text format)

\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)
          {My text\\\ Reference}
\end{tikzpicture}

\end{document}