方程式中多字母下标的建议

方程式中多字母下标的建议

有没有关于方程式中多字母下标的建议?

我需要使用fr“摩擦”,而普通的旧_{fr}看起来不太好。

\documentclass[border=1mm]{standalone}
\begin{document}
$\omega_{fr}$ vs.
$\omega_{\rm fr}$ vs.
$\omega_{f\!r}$ vs.
$\omega_{\!f\!r}$ 
\end{document}

在此处输入图片描述

对于完整的单词,我会使用{\rm foo}\operatorname{foo}\max;不确定是否是 2 个字母。

相关内容