I was under the impression that the subdepth package would even out the depth of subscripts, but I just tried the following code in which the subscripts are not "aligned":
\documentclass{article}
\usepackage{amsfonts}
\usepackage[low-sup]{subdepth}
\begin{document}
\[
Z^{\frac12}_{\mathcal{A}} u_{\mathcal{A}}
\]
\end{document}
Is subdepth not supposed to work with the mathcal font? The subscripts are aligned if I type, e.g., $M_n = M_n^T$.
Z^{\frac12}_{a} u_{a}the subscripts are not aligned, withsubdeptheven worse than without. – Hendrik Vogt Feb 15 '13 at 21:04subdepth! – Dominique Feb 16 '13 at 03:27