latex论文第一章节第一行如何进行首行缩进两个字符
可以在文档中使用\usepackage{indentfirst}命令,然后在章节标题下面添加\indent命令即可实现首行缩进两个字符。例如:
\documentclass{article}
\usepackage{indentfirst}
\begin{document}
\section{Introduction}
\indent This is the first paragraph of the introduction.
\end{document}
原文地址: https://www.cveoy.top/t/topic/fbmK 著作权归作者所有。请勿转载和采集!