]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrclass.inc
Add development manual.
[lyx.git] / lib / layouts / scrclass.inc
index 3201b75ffb4e78246bfcc0f4afdb57c40c1374d6..6ac8c9089051c9479ce30c032f7fc33d1fa8e6a2 100644 (file)
@@ -8,7 +8,7 @@
 # Labeling is now used also in non-KOMA classes
 
 
-Format 43
+Format 44
 SecNumDepth             2
 TocDepth                2
 DefaultStyle            Standard
@@ -41,6 +41,7 @@ Style Description
 End
 
 Style Labeling
+       Category              List
        LatexName             labeling
        # overwrite the preamble code definition
        Preamble
@@ -58,6 +59,10 @@ End
 
 
 Style Chapter
+       LabelType             Static
+       LabelSep              xxx
+       Margin                Dynamic
+       Align                 Left
        Font
          Family              Sans
          Size                Largest
@@ -67,6 +72,7 @@ End
 
 
 Style Section
+       Align                 Left
        Font
          Family              Sans
        EndFont
@@ -75,6 +81,7 @@ End
 
 
 Style Subsection
+       Align                 Left
        Font
          Family              Sans
        EndFont
@@ -83,6 +90,7 @@ End
 
 
 Style Subsubsection
+       Align                 Left
        Font
          Family              Sans
        EndFont
@@ -91,6 +99,7 @@ End
 
 
 Style Paragraph
+       Align                 Left
        Font
          Family              Sans
        EndFont
@@ -99,6 +108,7 @@ End
 
 
 Style Subparagraph
+       Align                 Left
        LeftMargin            ""
        Font
          Family              Sans
@@ -278,6 +288,7 @@ InsetLayout Caption:Above
                        margin: 1ex;
                }
        EndHTMLStyle
+       HTMLAttr "class='float-caption float-caption-above'"
 End
 
 
@@ -297,6 +308,7 @@ InsetLayout Caption:Below
                        margin: 1ex;
                }
        EndHTMLStyle
+       HTMLAttr "class='float-caption float-caption-below'"
 End