]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdfloats.inc
DocBook: implement title for layouts that previously missed it.
[lyx.git] / lib / layouts / stdfloats.inc
index 7d9f5da6c305d8b96a1262411c80adbd30058590..ea725a10ce1ce66d395099b69096f06f4f25b706 100644 (file)
@@ -4,7 +4,9 @@
 # in most LyX layouts.
 
 
-Format 33
+Format 85
+
+Input stdfloatnames.inc
 
 Float
        Type                  table
@@ -14,8 +16,8 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Tables"
-       IsPredefined true
-       UsesFloatPkg false
+       IsPredefined          true
+       UsesFloatPkg          false
        ListCommand           listoftables
        RefPrefix             tab
 End
@@ -29,8 +31,8 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Figures"
-       IsPredefined true
-       UsesFloatPkg false
+       IsPredefined          true
+       UsesFloatPkg          false
        ListCommand           listoffigures
        RefPrefix             fig
 End
@@ -44,7 +46,24 @@ Float
        NumberWithin          none
        Style                 ruled
        ListName              "List of Algorithms"
-       IsPredefined false
-       UsesFloatPkg 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