]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdfloats.inc
LyXHTML: add explicit HTMLTag for titles.
[lyx.git] / lib / layouts / stdfloats.inc
index 7b30d430fab27f979bd306949a42fb75ce9de7a1..288f708471c4467dcf86e10c2bade35df208a96c 100644 (file)
@@ -4,7 +4,9 @@
 # in most LyX layouts.
 
 
-Format 28
+Format 99
+
+Input stdfloatnames.inc
 
 Float
        Type                  table
@@ -14,7 +16,8 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Tables"
-       NeedsFloatPkg         false
+       IsPredefined          true
+       UsesFloatPkg          false
        ListCommand           listoftables
        RefPrefix             tab
 End
@@ -28,7 +31,8 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Figures"
-       NeedsFloatPkg         false
+       IsPredefined          true
+       UsesFloatPkg          false
        ListCommand           listoffigures
        RefPrefix             fig
 End
@@ -42,6 +46,24 @@ Float
        NumberWithin          none
        Style                 ruled
        ListName              "List of Algorithms"
-       NeedsFloatPkg         true
+       IsPredefined          false
+       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