抱歉,这个问题问得比较愚蠢,但是为什么 LaTeX 要缩进最开始的段落呢?
\documentclass{article}
\begin{document}
\begin{abstract}
Here \LaTeX{} indents this paragraph.
\end{abstract}
It does this one too. \LaTeX{} does not indent first paragraphs, but why these two?
\section{TEXT}
This one is not indented as usual.
\end{document}
什么是内部 LaTeX 标准?
答案1
默认情况下,段落缩进在节标题后被抑制,而其他地方则不会。有些文档类可能定义abstract
为抑制缩进,有些则不定义,这是该类作者的选择。LaTeX 本身(在格式中)abstract
根本没有定义环境,因此这里不能有内置默认值。