答案1
使用更宽的字体更容易看到发生了什么,^
我在这里使用 stix2,尽管对于您的原始术语来说,它的帽子宽度仍然不够。
重音位于中央,但由于它覆盖了上标 2,所以看起来有些偏移。如果将它应用到基数上,它看起来更居中(但意味着不同的数学运算)。
\documentclass{article}
\usepackage{stix2}
\usepackage{amsmath}
\begin{document}
widhat of (foo squared)
\[
\widehat{o_{\ell }} =
\frac{1}{2l+1} \sum_m\dfrac{\widehat{|a_{\ell m,\mathrm {sp}}|^2}}{|a_{\ell m,\mathrm{ph}}|^2}
\]
square of(widehat of foo)
\[
\widehat{o_{\ell }} =
\frac{1}{2l+1} \sum_m\dfrac{\widehat{|a_{\ell m,\mathrm {sp}}|}^2}{|a_{\ell m,\mathrm{ph}}|^2}
\]
\end{document}