]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrclass.inc
Tools(listFontWithLang.pl): Added type for small capitals.
[lyx.git] / lib / layouts / scrclass.inc
index 7a1c1521309bfb39afd5aacbae196c27de0c57a4..289297fcafba75aa2b34778df54f454587900044 100644 (file)
@@ -4,16 +4,24 @@
 # Update for Koma Script Release >=2.8q
 # Juergen Spitzmueller <spitz@lyx.org>, 2003/2/08.
 # Mapped List to Labeling
-# Guenter Milde <milde users.berlios.de>, 2009-02-02
+# Guenter Milde <milde@lyx.org>, 2009-02-02
 # Labeling is now used also in non-KOMA classes
 
 
-Format 57
+Format 81
 SecNumDepth             2
 TocDepth                2
 DefaultStyle            Standard
+PageSize                a4
 Provides                subscript 1
 
+ClassOptions
+       FontSize             9|10|11|12|13|14|15|16|17|18|19|20
+       FontSizeFormat       fontsize=$$s
+       PageSize             a0|a1|a2|a3|a4|a5|a6|b0|b1|b2|b3|b4|b5|b6|c0|c1|c2|c3|c4|c5|c6|executive|legal|letter
+       PageSizeFormat       paper=$$s
+End
+
 Style Standard
        Category              MainText
        LatexName             dummy
@@ -37,6 +45,7 @@ Input stdfloats.inc
 
 # Adapt enumii counter display to KOMA default
 Counter enumii
+       GuiName "Numbered List (Level 2)"
        Within               enumi
        LabelString          "\alph{enumii})"
 End
@@ -261,9 +270,7 @@ End
 Input stdstruct.inc
 
 Style Abstract
-       LabelFont
-         Family              Sans
-       EndFont
+       LabelType             No_Label
 End