📅  最后修改于: 2020-10-13 16:52:58             🧑  作者: Mango
\ DeclareMathOperator-允许您定义自己的运算符名称。
{ \DeclareMathOperator #1 #2 }
Input | Description |
---|---|
#1 | operator name, including the preceding backslash; only letters a–z and A–Z are allowed; in particular, no numbers are allowed in operator names |
#2 | Replacement text for the operator name. |
\ DeclareMathOperator命令允许您定义自己的运算符名称;随后使用适当的字体和间距对它们进行排版。
myOp(x)
\text{myOp}(x)
\DeclareMathOperator {\myOp}{myOp}
\myOp(x)
\myOp_a^b(x)