I think I have seen this done before, but I am not sure. Is there a way to build a fake figure in LaTeX? I would like to do this while the other figures in the document render correctly.
Ideally, I would like to have a white box with large text in it, and with a black frame around it. It would be great to be able to control the height and width of this box.
E.g.
\begin{figure}[!t]
\centering
%% Code to make a fake text box
\caption{}
\label{}
\end{figure}
I am loading TikZ in the document, so I can use solutions that may require it.


minipage=<width>or similar key at the very beginning. – Martin Scharrer Mar 29 '12 at 18:28