Occasionally, I have inline math in my text (e.g., $Y^{(0)}$). This will make the line on which it appears taller and introduce an extra space between that line and the previous one. This has the undesired effect of making that line stand out. The solution is to use \smash{$Y^{(0)}$} instead. But I don't want to have to do this manually for all the inline math that I have.
So, is there a way to \smash everything by default? I.e., I want my line height to be fixed and not adjust to things like $Y^{(0)}$.
$Y^{(0)}$without\smashing. So perhaps a small sample code to demonstrate the issue would help. – Steven B. Segletes Mar 28 '17 at 19:25emulateapj, which is fairly tight, so$Y^{(0)}$does require\smashing. And yes, I want the superscript to over-print and possibly overlap with the line above (just like\smashwould do). http://tex.stackexchange.com/questions/86747/how-does-one-stop-automatic-line-spacing-increases-when-typesetting-tall-math-sy might indeed be a duplicate, but trying that solution messes up all myalignenvironment and introduces an enormous amount of vertical whitespace for each of them. – Flecto Mar 28 '17 at 19:45