[LyX/master] DocBook: mark nested sidebars as allowed.

Thibaut Cuvelier tcuvelier at lyx.org
Thu Nov 5 01:13:22 UTC 2020


commit efd6e78fcb28111786c851fcc9d79f9d8d595f93
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date:   Thu Nov 5 00:27:29 2020 +0100

    DocBook: mark nested sidebars as allowed.
    
    This is mostly for shapepar support, in a rare situation. Fixing this would create a lot of special cases in output_docbook.cpp, i.e. fixing the issue (which will barely happen in real life) would make maintenance much harder.
---
 development/autotests/invertedTests |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/development/autotests/invertedTests b/development/autotests/invertedTests
index 8116023..5bd3958 100644
--- a/development/autotests/invertedTests
+++ b/development/autotests/invertedTests
@@ -422,6 +422,8 @@ export/examples(|/de|/es|/fr|/ja|/ru)/Graphics_and_Insets/XY-(Pic|Figure)_docboo
 export/mathmacros/testcases_speed_docbook5
 export/mathmacros/testcases_environments_docbook5
 export/mathmacros/masterOfSpace_docbook5
+# - Sidebars can be nested in LyX (mostly with shapepar), but not in DocBook.
+export/doc(|/de|/es|/fr|/ja|/ru)/Additional_docbook5
 # - Many templates are too complex for automatic conversion to work reliably.
 #   The resulting documents should still be easy to fully convert into DocBook.
 #   - AASTeX.


More information about the lyx-cvs mailing list