
답변1
인덱스를 분리하려면 인덱스 사이에 빈 내용을 삽입하세요. 또는tensor
패키지:
\documentclass{article}
\usepackage{tensor}
\begin{document}
${A_i}^j$ and ${\tilde{A}_i}\mathstrut^j$.
$T_i\mathstrut^k\mathstrut_\ell\mathstrut^m$
\noindent\hrulefill
$A\indices{_i^j}$ and $\tilde{A}\indices{_i^j}$.
$T\indices{_i^k_\ell^m}$
\end{document}