]> git.lyx.org Git - lyx.git/commit
DocBook: add support for InsetInfo.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Sat, 7 Oct 2023 23:20:14 +0000 (01:20 +0200)
committerScott Kostyshak <skostysh@lyx.org>
Tue, 10 Oct 2023 13:57:17 +0000 (09:57 -0400)
commit0c2f3dedd6590d56d771d5d56dce2935a82e9289
tree3bd6ed430a459e3df0778e533838dfb82af5a53a
parente8effd5d9dc9035fef50f183112c64b0335b40cd
DocBook: add support for InsetInfo.

A similar patch would be required for LyXHTML, but it will come later. The main impact is that some text isn't output in XHTML (like DocBook before this patch).

The code isn't as clean as it could be. I avoided touching anything not related to DocBook, as the release of 2.4 is nearing, while leaving comments for parts to improve for the next release cycle. Given that the code compiles, there are no risks for TeX or XHTML outputs; for DocBook, less content is skipped, which is a net improvement for users.
autotests/export/docbook/insetinfo.lyx [new file with mode: 0644]
autotests/export/docbook/insetinfo.xml [new file with mode: 0644]
src/insets/InsetInfo.cpp
src/insets/InsetInfo.h