LyXbook: first paragraph indentation

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
llama
Posts: 12
Joined: Mon Mar 22, 2010 9:40 pm

book: first paragraph indentation

Post by llama »

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)?
Last edited by llama on Tue Mar 23, 2010 1:32 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

llama
Posts: 12
Joined: Mon Mar 22, 2010 9:40 pm

book: first paragraph indentation

Post by llama »

Indentation on the first paragraph can be forced in this way:

Insert into Document->Settings->LaTeX Preamble this line:

Code: Select all

\usepackage{indentfirst}
Edit tab view stays unaffected, but LaTeX output complies.
Post Reply