Tex-commands-declare-math-operator

提供:Dev Guides
移動先:案内検索

\ DeclareMathOperator-Texコマンド

NAME

*\ 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コマンドを使用すると、独自の演算子名を定義できます。その後、適切なフォントと間隔を使用してタイプセットされます。

  1. {ブランク}
myOp(x)

+ $ myOp(x)$ . {ブランク}

\text{myOp}(x)

+ $ \ text \ {myOp}(x)$ . {ブランク}

\DeclareMathOperator {\myOp}{myOp}
\myOp(x)

+ $ \ DeclareMathOperator \ {\ myOp} \ {myOp} \ myOp(x)$ . {ブランク}

\myOp_a^b(x)

+ $ \ myOp_a ^ b(x)$

link:/cgi-bin/printpage.cgi [__印刷]