常用操作
正下标
\mathhop{A}
积分变大
\displaystyle
括号变大
\big \Big \bigg \Bigg
字体颜色
\textcolor {red}{...}
圆圈小标
\textcircled{\footnotesize{1}}
设置公式跨页
\allowdisplaybreaks
点乘
a \cdot b
叉乘
a \times b
除以
a \div b
使用 AMS 符号
引入 amsmath 以及amssymb 宏包
大型分数
\cfrac{}{} or \dfrac{}{}
use math environment $\bigstar$
设置 TOC 的深度
\setcounter{tocdepth}{3}
局部字体大小设置
\tiny
\scriptsize
\footnotesize
\small
Hello
\large
\Large
\LARGE
\huge
\Huge
空页码与设置页码
\tableofcontents # 生成目录
\thispagestyle{empty} # 目录页不显示页码
\newpage
\setcounter{page}{1} # 从下面开始编页码