amsthm
是定理类环境的宏包, 主要用: 1
2
3\newtheorem
\theoremstyle
\newtheoremstyleproof
用于填写证明, 会自动在后面添加一个
用法: 1
2
3
4
5
6
7
8
9
10
11\newtheorem{命令}{显示内容}
\newtheorem{theorem}{Theorem}
\begin{theorem}[描述该定理的信息]
blablabla
\end{theorem} % 可以自动编号
\newtheorem*{remark}{Remark}
\begin{remark}
blablabla
\end{remark} % 不会自动编号
[1] 这篇文章
\noindent
可以取消段首缩进..sty
和 .cls
文件AMS 箭头 | AMS 箭头 | AMS 箭头 | AMS 箭头 |
---|---|---|---|
( ) | |||
¿ | |||
7 | |||
E | ৭ | ||
「 | |||
that | |||
7 | |||
1 | 「 lupharpoonright | I |
[1] https://xujinzh.github.io/2020/04/16/latex-maths-character/index.html