Is there any package that fixes the height of tensor indices?
For example, I'd like to horizontally align indices in the following expression representing antisymmetrization of a and b,
\documentclass{article}
\linespread{1.5}\selectfont
\begin{document}
$e_i^{[a}q^{b]c}$
\end{document}
Is there any universal method not forcing me to use \phantom in each expression, like here?
\documentclass{article}
\linespread{1.5}\selectfont
\begin{document}
$e_i^{[a}q^{b]c}_{\phantom{d}}$
\end{document}



tensorpackage. – Sebastiano Apr 15 '19 at 07:15