28/04/2014 15:53, Richard Heck:
The problem is that there is no empty line after list, so LaTeX
doesn't indent phrase "Text continues...". I've tried different
options: NextNoIndent, ParbreakIsNewline, RightDelim. "NextNoIndent 0"
gives me correctly indented text in the LyX but not in the generated
PDF (or tex).
The way LyX is doing this is correct. An environment, in principle, is
part of the paragraph in which it appears, unless you explicitly say
otherwise. And, typographically, you should not want to indent the
following material by default. You should do so only if it begins a new
paragraph, i.e., a new set of ideas.
Note that a similar topic is currently discussed here:
http://www.lyx.org/trac/ticket/9055
JMarc