Is there any way to 'phantom' text within the align environment?
I have the following code:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{align*}
\phantom
{
a & = b \\
& = c
}
\end{align*}
\end{document}
Apparently, if there a tab alignment character in the argument of the phantom command, compilation will stop. I was trying to make the text within the align environment appear as blank text. Curiously, if I have a cases environment with the tab alignment character inside it, phantom will work when it surrounds the cases environment.
Thanks.


\phantomeach individual 'cell' – cmhughes Aug 27 '12 at 1:20minipagewith the\phantomwrapped around that, but unfortunately it would foul up the vertical spacing. – barbara beeton Aug 27 '12 at 12:57