LyX ⇒ book: first paragraph indentation
book: first paragraph indentation
Document->Settings->Text Layout says that paragraphs can be separated either by vertical space of by indentation. Sure enough, the first paragraph in an environment usually stays unindented. There are two questions:
(1) Why the first paragraph gets indented once in a while?
(2) How to impose rigid control on the behavior of the first paragraph (suppose I want it always indented)?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
book: first paragraph indentation
Insert into Document->Settings->LaTeX Preamble this line:
Code: Select all
\usepackage{indentfirst}