]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrbook.layout
New framework for declaring generic features in textclasses.
[lyx.git] / lib / layouts / scrbook.layout
index b151219c673ec1e890e9139a063cc611d8540fcb..b8149fee3642df1ff020762e9f6a2fcf8ebb1e90 100644 (file)
@@ -3,19 +3,27 @@
 # KOMA scrbook textclass definition file.
 # Bernd Rellermeyer <100.41728@germanynet.de>, 1998/7/11.
 
-# General textclass parameters
+Format 4
 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          "\arabic{chapter}"
+       LabelStringAppendix  "\Alph{chapter}"
+End
+
+
+Style Bibliography
+       TopSep                4
+       LabelString           "Bibliography"
+       LabelFont
+         Series              Bold
+         Size                Largest
+       EndFont
 End