LaTeX特殊数学记号
2020-04-20 本文已影响0人
qzlydao
表示 | 效果 |
---|---|
\textbf{x} | |
\mathbf{y} | |
\mathbf{R} | |
\mathbb{R} | |
\mathcal{RY} | |
\color{red}{f(x)} = \color{green}{x^{2}} |
给公式添加编号:
a = b + c \tag{1}
,效果如下:
表示 | 效果 |
---|---|
\textbf{x} | |
\mathbf{y} | |
\mathbf{R} | |
\mathbb{R} | |
\mathcal{RY} | |
\color{red}{f(x)} = \color{green}{x^{2}} |
给公式添加编号:
a = b + c \tag{1}
,效果如下: