- 标题用罗马数字排序:在宏包后加\renewcommand\thesection{\Roman {section}}
- 插入大写罗马数字:\uppercase\expandafter{\romannumeral4}
- 插入小写罗马数字:\romannumeral20
- 空行:\\
- 多行公式一个编号:直接用=,公式右对齐;&= 使公式等号对齐
begin{equation} \begin{aligned} a&=b\\ c&=d \end{aligned} \end{equation}
- 设置页眉和页脚:
\usepackage{fancyhdr} \pagestyle{plain}
- emply:没有页眉、页脚
- plain:没有页眉,页脚居中
- headings:没有页脚,页眉包含章节标题和页码
- 图注中“图一”改成“Fig. 1” :加上“caption”宏包
\usepackage{caption} \begin{document} \captionsetup[figure]{labelfont={bf},labelformat={default},labelsep=period,name={Fig.}}
- 删去默认时间:\date{}
- 顶格:\noindent{}
- 图片宽度:\columnwidth:列宽的倍数;\textwidth:页面大小的倍数
- 句子中的所有字母大写:\MakeUppercase{};句子中的所有字母小写:\MakeLowercase{}
- 下划线:\_