答案1
乳胶不要缩进标题后的第一段(部分或者小节等)。使用包indentfirst
。
\documentclass{article}
\usepackage{indentfirst}
\begin{document}
\section{Introduction}
\subsection{Background of the Project}
\setlength{\parindent}{10ex} % ???
An Information System (IS) is a collection of integrated modules that collect, manipulate, and...
Other paragraph ...
\end{document}