]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrbook.layout
DocBook: add DocBookInnerTag and family.
[lyx.git] / lib / layouts / scrbook.layout
index 8c363cc083578c145206bc18fa7ee01c03890eb0..302e9a517c85a876a252eed881dab085933ed256 100644 (file)
@@ -4,12 +4,13 @@
 # KOMA scrbook textclass definition file.
 # Bernd Rellermeyer <100.41728@germanynet.de>, 1998/7/11.
 
-Format 66
+Format 84
 Input scrclass.inc
 Input numreport.inc
 
 Sides                  2
 PageStyle              Headings
+DocBookRoot            book
 
 NoStyle Abstract
 
@@ -17,11 +18,15 @@ NoStyle Abstract
 Style Chapter
        LabelString     "\thechapter"
        TocLevel 0
+       DocBookTag            title
+       DocBookTagType        paragraph
+       DocBookSectionTag     chapter
 End
 
 
 # Equations are numbered by chapter
 Counter equation
+       GuiName Equation
        Within chapter
        LabelString "\thechapter.\arabic{equation}"
 End