Hi,
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)?
LyX ⇒ book: first paragraph indentation
book: first paragraph indentation
Last edited by llama on Tue Mar 23, 2010 1:32 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.
book: first paragraph indentation
Indentation on the first paragraph can be forced in this way:
Insert into Document->Settings->LaTeX Preamble this line:
Edit tab view stays unaffected, but LaTeX output complies.
Insert into Document->Settings->LaTeX Preamble this line:
Code: Select all
\usepackage{indentfirst}