[Overleaf] LaTeX中的部分使用技巧
1、斜体
使用 \textit 指令
it is an \textit{apple}.
运行结果:

2、字体加粗
使用 \textbf 指令,或者使用 Ctrl+B
it is an \textbf{apple}.
运行结果:

3、下划线
使用 \underline 指令
it is an \underline{apple}.
运行结果:

4、其他简单指令
- 换行
"\\" - 换行且下行缩进
"\par" - 段落顶行
"\noindent" - 图片左对齐
"\flushleft" - 图片右对齐
"\flushright" - 图片中心对齐
"\centering " - 段落注释
“Ctrl+/” - '_'的表示方式
"\_" - '{'的表示方式
"\{"

![[翻译] [Overleaf] LaTeX 中的粗体、斜体、下划线](https://img-blog.csdnimg.cn/20200525064532227.png#pic_center)















