]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrbook.layout
Fix a bug involving module conflicts. We need to check not only that we
[lyx.git] / lib / layouts / scrbook.layout
index b151219c673ec1e890e9139a063cc611d8540fcb..2a7139dc80a3dd42d1cda94eda9c2e82a9a6cd9b 100644 (file)
@@ -1,21 +1,28 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass[scrbook]{book (koma-script)}
+#  \DeclareLaTeXClass[scrbook]{book (KOMA-Script)}
 # KOMA scrbook textclass definition file.
 # Bernd Rellermeyer <100.41728@germanynet.de>, 1998/7/11.
 
-# General textclass parameters
+Format 10
 Input scrclass.inc
+Input numreport.inc
+
 Sides                   2
 PageStyle               Headings
+
 NoStyle Abstract
-        
-# Modify bibliography
-Style Bibliography
-  TopSep                4
-  LabelString           Bibliography
 
-  LabelFont 
-    Series              Bold
-    Size                Largest
-  EndFont
+
+Style Chapter
+       LabelString          "\thechapter"
+End
+
+
+Style Bibliography
+       TopSep                4
+       LabelString           "Bibliography"
+       LabelFont
+         Series              Bold
+         Size                Largest
+       EndFont
 End