I'm using a certain symbol that I would like to shift down without effecting it's layout(change the surrounding markup's positions):
a test case is:
$\begin{array}{ccc}
a & b & c\\
a & b & e\\
\end{array}$
and I want to move c down just right on top of e so the bottom of c touches, or even overlap, the top of e without effecting the layout at all(except for c). The two matrices should look identical except for how c changes.
(the answer should be relatively generic since the above is just a test case)


eis not quite at the baseline. Using\begin{array}[b]for the innerarrayappears to fix it. – Peter Grill Nov 15 '12 at 07:41