]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrclass.inc
More translation strings.
[lyx.git] / lib / layouts / scrclass.inc
index d6b5443905cb3da1c02cca499f0276e90fa8ebe4..f98cf60ce9593aa924819d9da898486075b61611 100644 (file)
@@ -4,13 +4,15 @@
 # Update for Koma Script Release >=2.8q
 # Juergen Spitzmueller <j.spitzmueller@gmx.de>, 2003/2/08.
 # Mapped List to Labeling
-# Guenter Milde <g.milde web.de>
+# Guenter Milde <milde users.berlios.de>, 2009-02-02
+# Labeling is now used also in non-KOMA classes
 
 
-Format 28
+Format 34
 SecNumDepth             2
 TocDepth                2
 DefaultStyle            Standard
+Provides                subscript 1
 
 Style Standard
        LatexName             dummy
@@ -38,17 +40,12 @@ Style Description
 End
 
 Style Labeling
-       CopyStyle             List
        LatexName             labeling
        # overwrite the preamble code definition
        Preamble
        EndPreamble
 End
 
-Style List
-       Obsoletedby           Labeling
-End
-
 Input stdsections.inc
 
 Style Part
@@ -113,18 +110,21 @@ Input stdstarsections.inc
 Style Addpart
        CopyStyle             Part*
        LatexName             addpart
+       OptionalArgs          1
 End
 
 
 Style Addchap
        CopyStyle             Chapter*
        LatexName             addchap
+       OptionalArgs          1
 End
 
 
 Style Addsec
        CopyStyle             Section*
        LatexName             addsec
+       OptionalArgs          1
 End