<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 10 June 2016 at 12:09, Arno Trautmann <span dir="ltr"><<a href="mailto:Arno.Trautmann@gmx.de" target="_blank">Arno.Trautmann@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi all,<br>
<br>
this is a question that bugged me for a long time but I never dared to ask, nor did I find discussions of this so far. Consider the simple document:<br>
<br>
\documentclass{minimal}<br>
\begin{document}<br>
\[a_i a_i^\dagger + b_i b_i^\dagger\]<br>
\[a_i^{} a_i^\dagger + b_i^{\strut} b_i^\dagger\]<br>
\end{document}<br>
<br>
The first line is the normal input, and operators like this are used frequently in quantum physics. The disturbing point are the subscripts which are shifted further down if there is a superscript. I'm aware that this is a nice feature normally, but in this case I would like to see them at the same height.<br>
In the second line of the example, the expression with the b operators shows the desired result, while the expressions with a operators show the three different positions of the subscript.<br>
It is not very practical to add the ^{\strut} for every occurance – especially if you think of a document a colleague wrote and there are hundreds of these. Also, the \strut here causes too much space due to its excess height.<br>
<br>
So, finally the question: Is it possible to default the subscript of any expression to be at the lowest position? (And, vice versa for the superscript to be at the topmost position?) I'll happily appreciate TeX hackery, package solutions, or Lua code … whatever helps :)<br>
<br>
Best,<br>
Arno<br>
_______</blockquote></div><br></div><div class="gmail_extra">Have a look at the subdepth package and other links from<br><br><a href="http://tex.stackexchange.com/questions/10286/is-it-possible-to-change-the-depth-of-subscripts/10310">http://tex.stackexchange.com/questions/10286/is-it-possible-to-change-the-depth-of-subscripts/10310</a><br><br></div><div class="gmail_extra">David<br><br></div></div>