Here's a minimal compilable example :
Code: Select all
\documentclass[12pt,letterpaper]{article}
\usepackage{amsmath}
\usepackage{tensor}
\newcommand*{\1}{\hspace{1pt}}
\begin{document}
\begin{align}
[\; \tensor{\partial}{_i}, \, \tensor{\xi}{_j} \,] &= -\, \tensor{\varepsilon}{_{ijk}} \; \tensor{\partial}{_k}, \\ \nonumber \\
[\; \tensor{\partial}{_i}, \, \tensor{\xi}{_{\textsf{dS}}} \1] &= -\, \omega \; \tensor{\partial}{_i}, \\ \nonumber \\
[\; \tensor{\xi}{_i}, \, \tensor{\xi}{_{\textsf{dS}}} \1] &= 0.
\end{align}
\end{document}
\,
and \;
but the results aren't satisfying. Using \phantom
doesn't help much either. For aesthetical reasons, the first and third commutators should have the same size as the second one.Any suggestions ?