Indent first paragraph of the section in Latex
By default Latex indents all the paragraphs except the first paragraph of the section. To modify this behavior include the indentfirst package in your document’s preamble:
\usepackage{indentfirst}
Random thoughts
Posts tagged ‘section’
By default Latex indents all the paragraphs except the first paragraph of the section. To modify this behavior include the indentfirst package in your document’s preamble:
\usepackage{indentfirst}