I have the following
\documentclass[12pt,a4paper]{article}
\begin{document}
\begin{align}
a_{m,m} &\overset{(\eqref{eq:masssplitAIndex},\eqref{eq:masssplitLinvIndex})}{=} 1 - a \\
&\overset{
\substack{\eqref{eq:masssplitLinvIndex} \\ % too much space here
\hphantom{\meqref{eq:masssplitAIndex,eq:masssplitLinvIndex}}
}
}
}{=} 1 - a.
\end{align}
\end{document}
What is the proper solution to stack (with zero skip) a hphantom box above the (0.33) in the figure such that the spacing to the equal sign is correct?)




\overset: Must be equal and other stacked math symbols – barbara beeton Aug 20 '15 at 17:22