编写 Res (Residue) 函数,求值点低于 Res
Write Res (Residue) function with evaluation point below Res
我正在使用 \usepackage{physics} 包,它有一个命令 \Res 来创建残差。但是,当将此命令用作 \Res_{z = z_0} 时,求值点显示为下标而不是极限。有什么方法可以重新定义运算符,使其看起来像 \lim_{z = z_0},其中求值点在运算符下方?
\documentclass{standalone}
\usepackage{physics}
\begin{document}
\begin{align*}
\Res_{z = z_0}
&&
\lim_{z = z_0}
\end{align*}
\end{document}
\documentclass{article}
\usepackage{physics}
\begin{document}
\begin{align*}
\mathop{\mathrm{Res}}_{z = z_0}
&&
\lim_{z = z_0}
\end{align*}
\end{document}
我正在使用 \usepackage{physics} 包,它有一个命令 \Res 来创建残差。但是,当将此命令用作 \Res_{z = z_0} 时,求值点显示为下标而不是极限。有什么方法可以重新定义运算符,使其看起来像 \lim_{z = z_0},其中求值点在运算符下方?
\documentclass{standalone}
\usepackage{physics}
\begin{document}
\begin{align*}
\Res_{z = z_0}
&&
\lim_{z = z_0}
\end{align*}
\end{document}
\documentclass{article}
\usepackage{physics}
\begin{document}
\begin{align*}
\mathop{\mathrm{Res}}_{z = z_0}
&&
\lim_{z = z_0}
\end{align*}
\end{document}