]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrbook.layout
DocBook: new logic to handle the new lines, only used in output_docbook for now.
[lyx.git] / lib / layouts / scrbook.layout
index 52bc217049038a3d2186c6292a8e8a91b87d751f..60caa1c9f335f9e09e40ded371c8aee408fd5034 100644 (file)
@@ -4,12 +4,13 @@
 # KOMA scrbook textclass definition file.
 # Bernd Rellermeyer <100.41728@germanynet.de>, 1998/7/11.
 
-Format 74
+Format 82
 Input scrclass.inc
 Input numreport.inc
 
 Sides                  2
 PageStyle              Headings
+DocBookRoot            book
 
 NoStyle Abstract
 
@@ -17,11 +18,13 @@ NoStyle Abstract
 Style Chapter
        LabelString     "\thechapter"
        TocLevel 0
+       DocBookTag            chapter
 End
 
 
 # Equations are numbered by chapter
 Counter equation
+       GuiName Equation
        Within chapter
        LabelString "\thechapter.\arabic{equation}"
 End