]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrclass.inc
Extend unicodesymbols force flag
[lyx.git] / lib / layouts / scrclass.inc
index b0e1b6466c5a2b3030ab030e81e48af77ff81359..6ac8c9089051c9479ce30c032f7fc33d1fa8e6a2 100644 (file)
@@ -8,13 +8,14 @@
 # Labeling is now used also in non-KOMA classes
 
 
-Format 43
+Format 44
 SecNumDepth             2
 TocDepth                2
 DefaultStyle            Standard
 Provides                subscript 1
 
 Style Standard
+       Category              MainText
        LatexName             dummy
        ParIndent             MM
        ParSkip               0.4
@@ -40,6 +41,7 @@ Style Description
 End
 
 Style Labeling
+       Category              List
        LatexName             labeling
        # overwrite the preamble code definition
        Preamble
@@ -57,6 +59,10 @@ End
 
 
 Style Chapter
+       LabelType             Static
+       LabelSep              xxx
+       Margin                Dynamic
+       Align                 Left
        Font
          Family              Sans
          Size                Largest
@@ -66,6 +72,7 @@ End
 
 
 Style Section
+       Align                 Left
        Font
          Family              Sans
        EndFont
@@ -74,6 +81,7 @@ End
 
 
 Style Subsection
+       Align                 Left
        Font
          Family              Sans
        EndFont
@@ -82,6 +90,7 @@ End
 
 
 Style Subsubsection
+       Align                 Left
        Font
          Family              Sans
        EndFont
@@ -90,6 +99,7 @@ End
 
 
 Style Paragraph
+       Align                 Left
        Font
          Family              Sans
        EndFont
@@ -98,6 +108,7 @@ End
 
 
 Style Subparagraph
+       Align                 Left
        LeftMargin            ""
        Font
          Family              Sans
@@ -277,6 +288,7 @@ InsetLayout Caption:Above
                        margin: 1ex;
                }
        EndHTMLStyle
+       HTMLAttr "class='float-caption float-caption-above'"
 End
 
 
@@ -296,6 +308,7 @@ InsetLayout Caption:Below
                        margin: 1ex;
                }
        EndHTMLStyle
+       HTMLAttr "class='float-caption float-caption-below'"
 End