]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/recipebook.layout
New Theorems Module. Contributed by Udicoudco <udifoglle@gmail.com> on the mailing...
[lyx.git] / lib / layouts / recipebook.layout
index 9fe3340e55485f6dd45c54c8d99be04fc9967ea3..1e966857496b338288024eae112cfbfd8dd8816f 100644 (file)
@@ -27,7 +27,7 @@
 # Another command, \ingred{...}, is defined to typeset a
 # list of ingredients.
 
-Format 68
+Format 99
 Input scrclass.inc
 Input numreport.inc
 
@@ -35,6 +35,7 @@ Input numreport.inc
 SecNumDepth            2
 TocDepth               3
 PageStyle              Headings
+DocBookRoot            book
 
 # There is no abstract environment in scrbook.cls
 NoStyle Abstract
@@ -91,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
@@ -129,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