This commit is contained in:
赵鑫 2022-08-16 18:04:46 +08:00
parent ae1aa4421c
commit 03e465c553
2 changed files with 13 additions and 16 deletions

View File

@ -1,7 +1,19 @@
# MathJax数学公式
| 名称 | LaTeX语法 | 显示效果 | 用途 |
| 名称 | LaTeX语法 | 显示效果 | 用途说明 |
| ------------ | ----------------------- | --------------------- | ------------ |
| 加号 | `+` | $+$ | |
| 减号 | `-` | $-$ | |
| 乘号 | `\times` | $\times$ | |
| 除号 | `\div` | $\div$ | |
| 等号 | `=` | $=$ | |
| 小于号 | `\lt` | $\lt$ | |
| 大于号 | `\gt` | $\gt$ | |
| 属于 | `\in` | $\in$ | |
| 求和 | `\sum_{n=1}^{100}{n}` | $\sum_{n=1}^{100}{n}$ | |
| | `` | $$ | |
| | `` | $$ | |
| 普通字体 | `\mathnormal{N}` | $\mathnormal{N}$ | |
| 手写字体 | `\mathcal{N}` | $\mathcal{N}$ | |
| 空心粗体 | `\mathbb{N}`或`\Bbb{N}` | $\mathbb{N}$ | 表示数集 |

View File

@ -1,15 +0,0 @@
# 符号
| 名称 | 符号 | LaTeX |
| ------ | --------------------- | --------------------- |
| 加号 | $+$ | `+` |
| 减号 | $-$ | `-` |
| 乘号 | $\times$ | `\times` |
| 除号 | $\div$ | `\div` |
| 等号 | $=$ | `=` |
| 小于号 | $\lt$ | `\lt` |
| 大于号 | $\gt$ | `\gt` |
| 集合A | $\Bbb{A}$ | `\Bbb{A}` |
| 求和 | $\sum_{n=1}^{100}{n}$ | `\sum_{n=1}^{100}{n}` |
| 属于 | $\in$ | `\in` |
| | | |