]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrbook.layout
Update layouts
[lyx.git] / lib / layouts / scrbook.layout
index caf4f2c59b091ea8bcfa4cd7e56dd6947738a6bd..0f471165384ed7b192319b45c0754d8fd695e0bd 100644 (file)
@@ -1,28 +1,37 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass[scrbook]{book (koma-script)}
+#  \DeclareLaTeXClass{KOMA-Script Book}
+#  \DeclareCategory{Books}
 # KOMA scrbook textclass definition file.
 # Bernd Rellermeyer <100.41728@germanynet.de>, 1998/7/11.
 
+Format 59
 Input scrclass.inc
 Input numreport.inc
 
-Sides                   2
-PageStyle               Headings
+Sides                  2
+PageStyle              Headings
 
 NoStyle Abstract
 
 
 Style Chapter
-       LabelString          "\arabic{chapter}"
-       LabelStringAppendix  "\Alph{chapter}"
+       LabelString     "\thechapter"
+       TocLevel 0
+End
+
+
+# Equations are numbered by chapter
+Counter equation
+       Within chapter
+       LabelString "\thechapter.\arabic{equation}"
 End
 
 
 Style Bibliography
-       TopSep                4
-       LabelString           Bibliography
-       LabelFont 
-         Series              Bold
-         Size                Largest
+       TopSep          4
+       LabelString     "Bibliography"
+       LabelFont
+         Series        Bold
+         Size          Largest
        EndFont
 End