]> git.lyx.org Git - features.git/commit
Introduce the latexpar separator.
authorEnrico Forestieri <forenr@lyx.org>
Wed, 6 Apr 2016 03:25:27 +0000 (05:25 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 6 Apr 2016 03:25:27 +0000 (05:25 +0200)
commitd4ca8d74041094f623cc891a30b4dc537137431c
tree96b4b30aa461c2ed7f5fb1791e7f51f61cccfdab
parentb509e072e89e43a4efcefaca079d545c4da2f66c
Introduce the latexpar separator.

This is the same as the parbreak separator and is represented on screen
as the old parbreak. Old parbreak separators are converted to latexpar
separators when they are used for introducing blank lines in the
latex output rather than for separating environments.
Instead, parbreak separators are now represented on screen by a
double line. In essence, latexpar and parbreak separators produce
the same output but are represented differently on screen.
The context menu does not account for latexpar separators and only
"true" separators can be turned each into the other one.
24 files changed:
development/FORMAT
lib/lyx2lyx/LyX.py
lib/lyx2lyx/lyx_2_2.py
src/LyXAction.cpp
src/factory.cpp
src/insets/InsetSeparator.cpp
src/insets/InsetSeparator.h
src/tex2lyx/test/CJK.lyx.lyx
src/tex2lyx/test/CJKutf8.lyx.lyx
src/tex2lyx/test/DummyDocument.lyx.lyx
src/tex2lyx/test/Dummy~Document.lyx.lyx
src/tex2lyx/test/XeTeX-polyglossia.lyx.lyx
src/tex2lyx/test/algo2e.lyx.lyx
src/tex2lyx/test/box-color-size-space-align.lyx.lyx
src/tex2lyx/test/test-insets-basic.lyx.lyx
src/tex2lyx/test/test-insets.lyx.lyx
src/tex2lyx/test/test-memoir.lyx.lyx
src/tex2lyx/test/test-modules.lyx.lyx
src/tex2lyx/test/test-refstyle-theorems.lyx.lyx
src/tex2lyx/test/test-scr.lyx.lyx
src/tex2lyx/test/test-structure.lyx.lyx
src/tex2lyx/test/test.lyx.lyx
src/tex2lyx/test/verbatim.lyx.lyx
src/version.h