I have:
\subfigure[blah blah blah.]
{
\begin{tikzpicture}[/MyStyle]
... some stuff...
\end{tikzpicture}
}
But "some stuff" is not that wide and the text in the subfigure produces a lot of underfull hboxes. I want to make the subfigure wider. How do I do that?