📜  \ mathchoice-Tex命令(1)

📅  最后修改于: 2023-12-03 15:29:15.387000             🧑  作者: Mango

\mathchoice-Tex命令

\mathchoice 是在TeX中用于在不同数学环境中切换大小的命令。通常在TeX中,数字、符号和两个数学公式之间的大小比例保持不变。但在某些情况下,我们需要在不同的数学环境中使用不同大小的数字和符号。当我们有一个公式要在不同的环境中使用时,我们可以使用 \mathchoice 命令来定义公式中使用的不同大小。

语法
\mathchoice{display}{textstyle}{scriptstyle}{scriptscriptstyle}
  • display 表示在 display-style 数学环境中进行计算时使用的公式。

  • textstyle 在 text-style 环境中进行计算时使用的公式。

  • scriptstyle 则用于 sub-and-superscripts 上时使用的公式。

  • scriptscriptstyle 到更小的sub-and-subscripts 环境中时使用的公式。

示例
\[
    \mathchoice{a}{b}{c}{d}
\]

该命令相当于以下代码:

\[
    \displaystyle a
\]
\[
    \textstyle b
\]
\[
    \scriptstyle c
\]
\[
    \scriptscriptstyle d
\]

利用此命令,我们可以创建大小不同的数学公式,以便在不同的数学环境中使用。

Markdown代码
#\mathchoice-Tex命令

`\mathchoice` 是在TeX中用于在不同数学环境中切换大小的命令。通常在TeX中,数字、符号和两个数学公式之间的大小比例保持不变。但在某些情况下,我们需要在不同的数学环境中使用不同大小的数字和符号。当我们有一个公式要在不同的环境中使用时,我们可以使用 `\mathchoice` 命令来定义公式中使用的不同大小。

## 语法

\mathchoice{display}{textstyle}{scriptstyle}{scriptscriptstyle}


- `display` 表示在 display-style 数学环境中进行计算时使用的公式。

- `textstyle` 在 text-style 环境中进行计算时使用的公式。

- `scriptstyle` 则用于对 sub-and-superscripts 使用时使用的公式。

- `scriptscriptstyle` 用于到更小的 sub-and-subscripts 环境中时使用的公式。

## 示例

```tex
\[
    \mathchoice{a}{b}{c}{d}
\]

该命令相当于以下代码:

\[
    \displaystyle a
\]
\[
    \textstyle b
\]
\[
    \scriptstyle c
\]
\[
    \scriptscriptstyle d
\]

利用此命令,我们可以创建大小不同的数学公式,以便在不同的数学环境中使用。