答案1
主要问题是的边界框\rightharpoonup
。
一些低级编程会有所帮助。
\documentclass{article}
\usepackage{amsmath}
\makeatletter
\DeclareRobustCommand{\hvec}[1]{{\mathpalette\hvec@{#1}}}
\newcommand{\hvec@}[2]{%
\vbox{\offinterlineskip
\ialign{%
\hfil##\hfil\cr
$\m@th#1{}_{\rightharpoonup}$\kern-\scriptspace\cr
$\m@th#1#2$\cr
}%
}%
}
\makeatother
\begin{document}
$\hvec{\mathcal{R}}_{\hvec{x}}$
% compare with
$\overset{\rightharpoonup}{\mathcal{R}}_{\overset{\rightharpoonup}{x}}$
\end{document}