Discussion:
[LyX/master] Fix indentation of paragraphs after an environment.
Enrico Forestieri
2014-05-27 23:13:52 UTC
Permalink
commit c85dbfea98787d46d59f900d30c7e3092cc5e750
Date: Wed May 28 01:07:47 2014 +0200
Fix indentation of paragraphs after an environment.
When deciding whether a paragraph should be indented or not, LyX
only takes into account default layouts. This is wrong, because
an environment could be nested into another one and thus a following
paragraph would not be "default". With this patch all paragraphs
after an environment are correctly indented, independently of
whether their layouts are "default" or not.
The latex output (which was modeled following the previous wrong
assumption) is also correspondingly adapted.
Richard, this could also go "as is" to the stable branch and would be
the completion of the previous series of patches.
--
Enrico
Richard Heck
2014-05-28 14:02:42 UTC
Permalink
Post by Enrico Forestieri
commit c85dbfea98787d46d59f900d30c7e3092cc5e750
Date: Wed May 28 01:07:47 2014 +0200
Fix indentation of paragraphs after an environment.
When deciding whether a paragraph should be indented or not, LyX
only takes into account default layouts. This is wrong, because
an environment could be nested into another one and thus a following
paragraph would not be "default". With this patch all paragraphs
after an environment are correctly indented, independently of
whether their layouts are "default" or not.
The latex output (which was modeled following the previous wrong
assumption) is also correspondingly adapted.
Richard, this could also go "as is" to the stable branch and would be
the completion of the previous series of patches.
OK. Looks good.

rh

Continue reading on narkive:
Loading...