]> git.lyx.org Git - features.git/blobdiff - lib/layouts/stdfloats.inc
Fix compilation with gcc 4.9
[features.git] / lib / layouts / stdfloats.inc
index 275b7ca184f5d703e35258579fd326f571fea154..d5632bc2ecd450657f90d2aed6c2066179c75ed5 100644 (file)
@@ -4,7 +4,9 @@
 # in most LyX layouts.
 
 
-Format 43
+Format 95
+
+Input stdfloatnames.inc
 
 Float
        Type                  table
@@ -48,3 +50,20 @@ Float
        UsesFloatPkg          true
        RefPrefix             alg
 End
+
+
+InsetLayout FloatList
+  HTMLTag h2
+  HTMLStyle
+    a.lyxtoc-floats { 
+      text-decoration: none; 
+      color: black;
+    }
+    a.lyxtoc-floats:visited { color: black; }
+    div.lyxtoc-floats { 
+      margin: 0em 0em 0.1em 1em;
+      font-size: large;
+      font-weight: normal;
+    }
+  EndHTMLStyle
+End