]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrclass.inc
Cleanup bv-dependent variables in InsetCollapsable
[lyx.git] / lib / layouts / scrclass.inc
index 3201b75ffb4e78246bfcc0f4afdb57c40c1374d6..5a3687287045c1846b2fa32c7b5e21efe76dfd3b 100644 (file)
@@ -8,7 +8,7 @@
 # Labeling is now used also in non-KOMA classes
 
 
-Format 43
+Format 60
 SecNumDepth             2
 TocDepth                2
 DefaultStyle            Standard
@@ -34,6 +34,14 @@ Input stdlists.inc
 Input stdcounters.inc
 Input stdfloats.inc
 
+
+# Adapt enumii counter display to KOMA default
+Counter enumii
+       Within               enumi
+       LabelString          "\alph{enumii})"
+End
+
+
 Style Description
        LabelFont
          Family              Sans
@@ -41,6 +49,7 @@ Style Description
 End
 
 Style Labeling
+       Category              List
        LatexName             labeling
        # overwrite the preamble code definition
        Preamble
@@ -53,57 +62,59 @@ Style Part
        Font
          Family              Sans
        EndFont
-       TocLevel 0
 End
 
 
 Style Chapter
+       LabelType             Static
+       LabelSep              xxx
+       Margin                Dynamic
+       Align                 Left
        Font
          Family              Sans
          Size                Largest
        EndFont
-       TocLevel 0
 End
 
 
 Style Section
+       Align                 Left
        Font
          Family              Sans
        EndFont
-       TocLevel 1
 End
 
 
 Style Subsection
+       Align                 Left
        Font
          Family              Sans
        EndFont
-       TocLevel 2
 End
 
 
 Style Subsubsection
+       Align                 Left
        Font
          Family              Sans
        EndFont
-       TocLevel 3
 End
 
 
 Style Paragraph
+       Align                 Left
        Font
          Family              Sans
        EndFont
-       TocLevel 4
 End
 
 
 Style Subparagraph
+       Align                 Left
        LeftMargin            ""
        Font
          Family              Sans
        EndFont
-       TocLevel 5
 End
 
 Input stdstarsections.inc
@@ -114,6 +125,7 @@ Style Addpart
        Argument 1
                LabelString   "Short Title|S"
                Tooltip       "The part as it appears in the table of contents/running headers"
+               InsertCotext  1
        EndArgument
 End
 
@@ -124,6 +136,7 @@ Style Addchap
        Argument 1
                LabelString   "Short Title|S"
                Tooltip       "The chapter as it appears in the table of contents/running headers"
+               InsertCotext  1
        EndArgument
 End
 
@@ -134,6 +147,7 @@ Style Addsec
        Argument 1
                LabelString   "Short Title|S"
                Tooltip       "The section as it appears in the table of contents/running headers"
+               InsertCotext  1
        EndArgument
 End
 
@@ -266,9 +280,12 @@ InsetLayout Caption:Above
        LabelString          above
        LaTeXType            command
        LatexName            captionabove
+       NeedProtect          1
+       MultiPar             false
        Argument 1
                LabelString   "Short Title|S"
                Tooltip       "The caption as it appears in the list of figures/tables"
+               InsertCotext  1
        EndArgument
        HTMLStyle
                div.float-caption {
@@ -278,6 +295,7 @@ InsetLayout Caption:Above
                        margin: 1ex;
                }
        EndHTMLStyle
+       HTMLAttr "class='float-caption float-caption-above'"
 End
 
 
@@ -285,9 +303,12 @@ InsetLayout Caption:Below
        LabelString          below
        LaTeXType            command
        LatexName            captionbelow
+       NeedProtect          1
+       MultiPar             false
        Argument 1
                LabelString   "Short Title|S"
                Tooltip       "The caption as it appears in the list of figures/tables"
+               InsertCotext  1
        EndArgument
        HTMLStyle
                div.float-caption {
@@ -297,6 +318,7 @@ InsetLayout Caption:Below
                        margin: 1ex;
                }
        EndHTMLStyle
+       HTMLAttr "class='float-caption float-caption-below'"
 End