]> 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 927eb6079cc9afff0b3b8963c6e17f9727930692..289297fcafba75aa2b34778df54f454587900044 100644 (file)
@@ -8,17 +8,18 @@
 # Labeling is now used also in non-KOMA classes
 
 
-Format 78
+Format 81
 SecNumDepth             2
 TocDepth                2
 DefaultStyle            Standard
-PageSize                a4paper
+PageSize                a4
 Provides                subscript 1
 
 ClassOptions
        FontSize             9|10|11|12|13|14|15|16|17|18|19|20
        FontSizeFormat       fontsize=$$s
-       PageSize       a0paper|a1paper|a2paper|a3paper|a4paper|a5paper|a6paper|b0paper|b1paper|b2paper|b3paper|b4paper|b5paper|b6paper|c0paper|c1paper|c2paper|c3paper|c4paper|c5paper|c6paper|executivepaper|legalpaper|letterpaper
+       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
@@ -44,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