]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdinsets.inc
Do not throw away runparams settings of InsetText in InsetFoot::latex
[lyx.git] / lib / layouts / stdinsets.inc
index 4063c630d702732ba225c715253ab7ec7d01db99..4a7cfc308f45a3b53f4b43983cf8c91244b0671f 100644 (file)
@@ -4,7 +4,7 @@
 #
 # Detailed format description is available in the customization manual
 
-Format 95
+Format 100
 
 Provides stdinsets 1
 
@@ -36,7 +36,7 @@ InsetLayout Marginal
                        background-color: #F0F0F0;
                        float:right;
                        font-size: small;
-                       font-weight: medium;
+                       font-weight: normal;
                        font-family: serif;
                        font-variant: normal;
                        font-style: normal;
@@ -73,7 +73,7 @@ InsetLayout Foot
                div.foot {
                        display: inline;
                        font-size: small;
-                       font-weight: medium;
+                       font-weight: normal;
                        font-family: serif;
                        font-variant: normal;
                        font-style: normal;
@@ -110,7 +110,7 @@ InsetLayout Foot:InTitle
                span.foot_intitle {
                        display: inline;
                        font-size: small;
-                       font-weight: medium;
+                       font-weight: normal;
                        font-family: serif;
                        font-variant: normal;
                        font-style: normal;
@@ -456,9 +456,9 @@ InsetLayout IndexMacro:sortkey
        LabelString           "Sort as"
 End
 
-InsetLayout IndexMacro:subindex
+InsetLayout IndexMacro:subentry
        CopyStyle             IndexMacro:see
-       LabelString           "Subindex"
+       LabelString           "Subentry"
 End
 
 InsetLayout Box
@@ -666,7 +666,7 @@ InsetLayout Info:menu
        Font
          Family              sans
        EndFont
-       HTMLAttr              "class='info menu'"
+       HTMLClass             "info menu"
        HTMLStyle
                span.menu { font-family: sans-serif; }
        EndHTMLStyle
@@ -685,7 +685,7 @@ InsetLayout Info:shortcut
        Font
          Family              sans
        EndFont
-       HTMLAttr              "class='info shortcut'"
+       HTMLClass             "info shortcut"
        HTMLStyle
                span.shortcut { font-family: sans-serif; }
        EndHTMLStyle
@@ -706,7 +706,7 @@ InsetLayout Info:shortcuts
        Font
          Family              sans
        EndFont
-       HTMLAttr              "class='info shortcut'"
+       HTMLClass             "info shortcut"
        HTMLStyle
                span.shortcuts { font-family: sans-serif; }
        EndHTMLStyle
@@ -737,7 +737,7 @@ InsetLayout Caption:Standard
                        margin: 1ex;
                }
        EndHTMLStyle
-       HTMLAttr "class='float-caption float-caption-standard'"
+       HTMLClass             "float-caption float-caption-standard"
 End