]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrbook.layout
Introduce HTMLClass tag, to make it easier to give these.
[lyx.git] / lib / layouts / scrbook.layout
index adaac17a2240b0a26afd8966144eb8e4cb3453fb..143c3c2d4e84b0caa12052d60b75a0fb0125d5fc 100644 (file)
@@ -1,29 +1,43 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass{book (KOMA-Script)}
+#  \DeclareLaTeXClass{KOMA-Script Book}
+#  \DeclareCategory{Books}
 # KOMA scrbook textclass definition file.
 # Bernd Rellermeyer <100.41728@germanynet.de>, 1998/7/11.
 
-Format 33
+Format 96
 Input scrclass.inc
 Input numreport.inc
 
-Sides                   2
-PageStyle               Headings
+Sides                  2
+PageStyle              Headings
+DocBookRoot            book
 
 NoStyle Abstract
 
 
 Style Chapter
-       LabelString          "\thechapter"
+       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
 
 
 Style Bibliography
-       TopSep                4
-       LabelString           "Bibliography"
+       TopSep          4
+       LabelString     "Bibliography"
        LabelFont
-         Series              Bold
-         Size                Largest
+         Series        Bold
+         Size          Largest
        EndFont
+       TocLevel        0
 End