LaTeX讨论区, 技巧小结
- 常用自定义命令(按照字母排序)
\renewcommand{\C}{\mathcal{C}} \newcommand{\eps}{\varepsilon} \newcommand{\eqdef}{\overset{\rm{def}}{=}} \newcommand{\N}{\mathcal N} \renewcommand{\O}{\mathcal O} \newcommand{\Q}{\mathbb{Q}} \newcommand{\R}{\mathbb{R}} \newcommand{\set}[1]{\left\{#1\right\}} \newcommand{\Z}{\mathbb{Z}} \renewcommand{\proofname}{证明} \newtheorem{excs}{习题} \newtheorem{eexcs}{补充习题} \newtheorem{rmk}{注记}
- 数学的推出符号(=>)可以用
\implies
- 整体的改变列表编号:
\setlist[enumerate,1]{label={\normalfont(\roman*)}}
除了
\roman
, 还可以\arabic
,\alph
,\Alph
,\Roman