LaTeX段落缩进简介

首先,以下面示例开始。

\documentclass[12pt]{article}
% \usepackage{indentfirst} 
\begin{document}
\section{Paragraph Indentation 1}
LaTeX is a high-quality typesetting system; it includes features 
designed for the production of technical and scientific documentation. 
LaTeX is the de facto standard for the communication and publication of 
scientific documents. LaTeX is available as free software.

LaTeX is a high-quality typesetting system.

LaTeX is a high-quality typesetting system.

\section{Paragraph Indention 2}
\setlength\parindent{1em}

LaTeX is a high-quality typesetting system; it includes features 
designed for the production of technical and scientific documentation. 
LaTeX is the de facto standard for the communication and publication of 
scientific documents. LaTeX is available as free software.

\setlength\parindent{5em}
\noindent LaTeX is a high-quality typesetting system.

LaTeX is a high-quality typesetting system.

LaTeX is a high-quality typesetting system.

\setlength\parindent{3em}
LaTeX is a high-quality typesetting system.

\setlength\parindent{0em}
LaTeX is a high-quality typesetting system.

\end{document}

在这里插入图片描述
缩进:在文章的段落中,为了让段落更加突出,将段落的首行向右移动,留出的一块空白。
根据上面的示例,我们可以有以下几个结论:

  1. 除每章节的第一段,所有的段落默认都有缩进;
  2. 通过\setlength\parindent{5em}可以设置段落的缩进距离;
  3. 以上的命令会影响其后所有的段落;
  4. 若要第一行也要缩进,可以使用\usepackage{indentfirst}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值