]> git.lyx.org Git - features.git/commit
Adapt output to the on-screen representation.
authorEnrico Forestieri <forenr@lyx.org>
Fri, 16 May 2014 13:39:33 +0000 (15:39 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Fri, 16 May 2014 13:39:33 +0000 (15:39 +0200)
commit936773c4f71a795179ea63f2d5b6f521ef9d97f8
treebf6476d39a5a7ad450c13f3f6af0ba251fb8d298
parent95787a0a4c3f6c037b22cb4ba8c98f2e8fa988de
Adapt output to the on-screen representation.

LyX assumes that a standard paragraph following an aligned one or
a layout with NextNoIndent==false has to be indented on screen.
This means that in the latex output a blank line has to follow.
In this case there should be no problem as regards extra vertical
space and it simpler and more elegant to simply uncheck "Indent
Paragraph" in the Paragraph settings pane rather than changing
the current logic and allowing to insert a parbreak separator.
src/output_latex.cpp