[LyX/master] DocBook: basic implementation of recipe book.

Thibaut Cuvelier tcuvelier at lyx.org
Wed Nov 4 21:00:14 UTC 2020


commit 6b3e6a62483717f8de5f7db16eefed599d48756a
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date:   Wed Nov 4 18:50:45 2020 +0100

    DocBook: basic implementation of recipe book.
---
 lib/layouts/recipebook.layout |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/lib/layouts/recipebook.layout b/lib/layouts/recipebook.layout
index 31cf789..598b12e 100644
--- a/lib/layouts/recipebook.layout
+++ b/lib/layouts/recipebook.layout
@@ -94,6 +94,9 @@ Style Recipe
     Shape		Italic
     Color		red
   EndFont
+  DocBookTag    bridgehead
+  DocBookAttr   renderas='sect2'
+  DocBookTagType paragraph
 End
 
 # Subsubsection style definition
@@ -137,4 +140,6 @@ Style Ingredients
    \setlength\parindent{0pt}
    \setlength\parskip{2ex plus 0.5ex}
   EndPreamble
+  DocBookTag    para
+  DocBookAttr   role='ingredients'
 End


More information about the lyx-cvs mailing list