type
status
date
slug
summary
tags
category
icon
password
在 LaTeX 中,如果您希望段落的开头自动缩进两格(即通常的首行缩进效果),可以在文档的导言区添加以下命令:
这两行代码的作用是:
\usepackage{indentfirst}
:确保首段也会缩进,因为默认情况下 LaTeX 的首段通常不会缩进。
\setlength{\parindent}{2em}
:设置缩进的宽度为 2 个字符宽度(即 "em" 单位,基于当前字体大小)。
- Author:NotionNext
- URL:https://tangly1024.com/article/%E5%9C%A8latex%E4%B8%AD%EF%BC%8C%E5%A6%82%E4%BD%95%E8%AE%A9%E5%85%B6%E5%BC%80%E5%A4%B4%E7%A9%BA%E4%B8%A4%E6%A0%BC%E5%91%A2%EF%BC%9F
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!