]> git.lyx.org Git - lyx.git/commit
Implement auto-nesting.
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 28 Dec 2017 16:44:54 +0000 (17:44 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 28 Dec 2017 16:44:54 +0000 (17:44 +0100)
commit99ecc6e2c9721c5885139d49436ba680fabf9cca
treebd439470228eb4170d6a98ca87dd0eddc5e9f67a
parent87a6c75d9dc7da98c455dd36ebe9d5e81866ff3e
Implement auto-nesting.

Now layouts can specify other layouts that should be nested in and
after the current one (if the layout is switched from the current one
and if it follows a paragraph in the current one).

This is particularly useful for things such as the beamer frames, where
particular layouts are practically always nested.
lib/doc/Customization.lyx
lib/layouts/beamer.layout
lib/scripts/layout2layout.py
src/Layout.cpp
src/Layout.h
src/LyXAction.cpp
src/Text3.cpp
src/TextClass.cpp