Tex-commands-declare-math-operator
提供:Dev Guides
\ DeclareMathOperator-Texコマンド
NAME
概要
オプション
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)$
link:/cgi-bin/printpage.cgi [__印刷]