]> git.lyx.org Git - lyx.git/commit
DocBook: add support for DocBookGenerateTitle.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Thu, 22 Dec 2022 03:38:36 +0000 (04:38 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Tue, 27 Dec 2022 14:52:26 +0000 (15:52 +0100)
commit16a1aa9901adc1f91671499b39565f9bccc2e644
tree9f2ec753900f846bf996d59e38c15961f2f8f511
parent69d54ff9d8571e1f9014c428f2cef805edf7f534
DocBook: add support for DocBookGenerateTitle.

The new parameter allows more flexibility when encoding some elements that have a poor mapping in DocBook, like theorems. The major use is to wrap the environment in a generic container, figure, which requires a title (but none is available).
15 files changed:
autotests/export/docbook/theorems-mathml.lyx [new file with mode: 0644]
autotests/export/docbook/theorems-mathml.xml [new file with mode: 0644]
lib/layouts/elsart.layout
lib/layouts/theorems-ams-bytype.inc
lib/layouts/theorems-ams-chap-bytype.inc
lib/layouts/theorems-ams.inc
lib/layouts/theorems-bytype.inc
lib/layouts/theorems-starred.inc
lib/layouts/theorems-without-preamble.inc
lib/layouts/theorems.inc
lib/scripts/layout2layout.py
src/Layout.cpp
src/Layout.h
src/TextClass.cpp
src/output_docbook.cpp