我使用\intop
fromesint
包,当包含在 中时,它的行为与限制不同\mathop
。它声明为:
\re@DeclareMathSymbol{\intop}{\mathop}{largesymbolsA}{'001}
例子:
\documentclass{article}
\usepackage{esint}
\begin{document}
$$ \mathop{\intop}_A^B + \intop_A^B $$
\end{document}
注意限制的不同位置。如何才能做到有限制,\mathop
而没有限制呢?我需要用破折号、双破折号等\mathop
来构造。\int
