答案1
我认为这始终是一个判断问题。您应该注意到“log”有一个降部,因此平方根符号将被降低以试图覆盖它:比较以下示例中的第 1 行和第 2 行,还有第 3 行。对于“Var(x)”的情况,括号已经提供了更多空间,\,
似乎没有必要。
\halign{#\hfil&\qquad#\hfil\cr
No {\tt\string\,}&With {\tt\string\,}\cr
$\sqrt{\log x}$&$\sqrt{\,\log x}$\cr
$\sqrt{\mathop{\rm Var}x}$&$\sqrt{\,\mathop{\rm Var}x}$\cr
$\sqrt{\mathop{\rm Var}y}$&$\sqrt{\,\mathop{\rm Var}y}$\cr
$\sqrt{{\rm Var}(x)}$&$\sqrt{\,{\rm Var}(x)}$\cr
}
\bye
以下是示例eulervm
:
\documentclass{article}
\usepackage{eulervm}
\begin{document}
$\sqrt{k}$ or $\sqrt{\,k}$
$\sqrt{l}$ or $\sqrt{\,l}$
$\sqrt{p}$ or $\sqrt{\,p}$
$\sqrt{K}$ or $\sqrt{\,K}$
$\sqrt{L}$ or $\sqrt{\,L}$
$\sqrt{P}$ or $\sqrt{\,P}$
\end{document}
你自己判断吧。在“l”的情况下,我可能也会尝试\sqrt{l\,}