I am trying to write a text where the first line of each paragraph has an indent(tab). But for some reason, in a chapter or a section or subsection, except the first paragraph, the rest of the paragraphs have an indent(tab). Is there any way to add an indent to the first paragraph in a chapter or section or subsection?
|
The easiest method is to call
in your preamble. This package is included in all LaTeX distributions. |
|||||||||
|
|
You could redefine the internal macro
This works without an additional package. Perhaps consider using the |
|||||||||
|
|
The first paragraph after a section heading is not indented by default in most document classes (or rather its indentation is removed, which is why There are a couple of other packages that may influence/change the default behavior of the document class, e.g., If for some (strange) reason you only want a single paragraph indented then try |
|||||||||
|
|
Another simple solution is to include
in your document. This is a good choice if you also intend to use the package |
||||
|
|
|
Let's say you want to write an article. Here's a skeleton.
The trick for indenting all paragraphs, including the first after a title, is to load
Some people swear that sometimes it's good to go to a new line without indentation and this is attained by using |
|||||||
|


\\to separate paragraphs. Just a blank line. – egreg Dec 2 '12 at 17:22