]> git.lyx.org Git - lyx.git/commit
DocBook: add DocBookSection parameter for styles that define new sections and impleme...
authorThibaut Cuvelier <tcuvelier@lyx.org>
Wed, 21 Oct 2020 12:54:25 +0000 (14:54 +0200)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Fri, 30 Oct 2020 00:59:34 +0000 (01:59 +0100)
commit149e1ccc02368f3c7089bd2742b2bd28990904d8
tree77e706efe3ef9f58c721f4f918f73d2cdddeb80f
parentcc1d3b78c948a7ceced6919009a17fc518f1b0d3
DocBook: add DocBookSection parameter for styles that define new sections and implement argument parameters; improve Springer support.

For elements that should behave like sections (for now, mostly prefaces).

A second paragraph of PartBacktext can only wreak havok: it should start a section, and nothing else (otherwise, it's a real nightmare to implement).
15 files changed:
autotests/export/docbook/svmono.xml
autotests/export/docbook/svmono_light.lyx [new file with mode: 0644]
autotests/export/docbook/svmono_light.xml [new file with mode: 0644]
lib/layouts/svcommon.inc
lib/layouts/svmono.layout
lib/scripts/layout2layout.py
src/Layout.cpp
src/Layout.h
src/TextClass.cpp
src/insets/InsetArgument.cpp
src/insets/InsetArgument.h
src/insets/InsetInclude.cpp
src/insets/InsetLayout.cpp
src/insets/InsetLayout.h
src/output_docbook.cpp