Latex 常用数学符号
箭头类
序号 | 符号 | 代码 |
---|---|---|
1 | \gets \leftarrows |
|
2 | \rightarrow |
|
3 | \uparrow |
|
4 | \downarrow |
|
5 | \leftrightarrow |
|
6 | \updownarrow |
|
7 | \longleftarrow long+.. |
|
8 | \nleftarrow n(not)+.. |
|
9 | \nearrow |
|
10 | \swarrow |
|
11 | \nwarrow |
|
12 | \searrow |
|
13 | \Rsh |
|
14 | \downdownarrows |
|
15 | \leftrightarrows |
|
16 | \Downarrow (UDLR)开头大写即加粗 |
|
17 | \leftrightharpoons |
|
18 | \Lleftarrow 三线加粗 |
|
19 | \circlearrowright |
|
20 | \upharpoonleft |
箭头上写字
0\stackrel{a}{\longrightarrow}1
0\overset{a}{\leftarrow}1
可变长度箭头
\xrightarrow[下方内容]{上方内容}
等号类
符号类
序号 | 符号 | 代码 |
---|---|---|
1 | \bot |
|
2 | \pm \mp |
其他
文字下括号写字(underbrace)
Latex 保留字符
字符 | Latex | 代码 |
---|---|---|
# | \# |
|
$ | \$ |
|
% | \% |
|
^ | \hat{} |
|
__ | \_ |
|
& | \& |
|
\ | \backslash |