]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/scrclass.inc
IEEEtran-CompSoc.layout: use the new NoInsetLayout tag
[lyx.git] / lib / layouts / scrclass.inc
index b0e1b6466c5a2b3030ab030e81e48af77ff81359..76eb79c7b1fa49d4d3144c1b9f3589f362b3bc61 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,9 @@ End
 
 
 Style Chapter
+       LabelType             Static
+       LabelSep              xxx
+       Margin                Dynamic
        Font
          Family              Sans
          Size                Largest
@@ -277,6 +282,7 @@ InsetLayout Caption:Above
                        margin: 1ex;
                }
        EndHTMLStyle
+       HTMLAttr "class='float-caption float-caption-above'"
 End
 
 
@@ -296,6 +302,7 @@ InsetLayout Caption:Below
                        margin: 1ex;
                }
        EndHTMLStyle
+       HTMLAttr "class='float-caption float-caption-below'"
 End