]> git.lyx.org Git - lyx.git/commit
DocBook: ensure that <info>-related insets in the abstract are not generated in the...
authorThibaut Cuvelier <tcuvelier@lyx.org>
Wed, 18 Nov 2020 00:51:05 +0000 (01:51 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Fri, 20 Nov 2020 17:41:02 +0000 (18:41 +0100)
commit2c6537ff6635cb7e023b284be16705ea2ff87a10
treead993d9a65d1ae8336c6cf401e69dd0393ddff87
parent5474c3fb4b565f5c5ac1268d2f902afce22f7e88
DocBook: ensure that <info>-related insets in the abstract are not generated in the abstract.

This helps generate more conformant DocBook files.

Also implement wrapper tags for InsetText.
autotests/export/docbook/svglo.lyx [new file with mode: 0644]
autotests/export/docbook/svglo.xml [new file with mode: 0644]
lib/layouts/svglobal3.layout
src/OutputParams.h
src/Paragraph.cpp
src/insets/InsetLayout.cpp
src/insets/InsetLayout.h
src/insets/InsetText.cpp
src/output_docbook.cpp