]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/recipebook.layout
LyXHTML: add explicit HTMLTag for titles.
[lyx.git] / lib / layouts / recipebook.layout
index 31cf789e77fd6888a8bcb9a73937adb42807408c..1e966857496b338288024eae112cfbfd8dd8816f 100644 (file)
@@ -27,7 +27,7 @@
 # Another command, \ingred{...}, is defined to typeset a
 # list of ingredients.
 
-Format 85
+Format 99
 Input scrclass.inc
 Input numreport.inc
 
@@ -92,8 +92,11 @@ Style Recipe
     Size               Large
     Series             Bold
     Shape              Italic
-    Color              red
+    Color              textlabel3
   EndFont
+  DocBookTag    bridgehead
+  DocBookAttr   renderas='sect2'
+  DocBookTagType paragraph
 End
 
 # Subsubsection style definition
@@ -130,11 +133,13 @@ Style Ingredients
   LabelFont
     Series             Bold
     Shape              Italic
-    Color              red
+    Color              textlabel3
   EndFont
   Preamble
    \renewcommand*\l@subsubsection{\@dottedtocline{3}{3em}{0em}}
    \setlength\parindent{0pt}
    \setlength\parskip{2ex plus 0.5ex}
   EndPreamble
+  DocBookTag    para
+  DocBookAttr   role='ingredients'
 End