答案1
现在你只需要戴眼镜。
\documentclass{article}
\usepackage{amsmath,graphicx}
\begin{document}
$
\mathrm{h}_{\scalebox{.5}{$
\begin{smallmatrix}X\\
\downarrow\\ S
\end{smallmatrix}$}}
$
\end{document}
另一种方法是使用 TABstack,它的优点是可以使用\scriptscriptstyle
小尺寸的字体,这样更易于阅读:
\documentclass{article}
\usepackage{tabstackengine,graphicx}
\TABstackMathstyle{\scriptscriptstyle}
\TABstackMath
\setstackgap{S}{.5pt}
\begin{document}
$
\mathrm{h}_{\scalebox{.8}{\tabbedShortstack{X\\ \downarrow\\ S}}}
$
\end{document}
顺便说一下,将 改为\tabbedShortstack
会\tabbedShortunderstack
导致脚本移动得稍微低一些: