]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdfloats.inc
Correct version number
[lyx.git] / lib / layouts / stdfloats.inc
index 6682d5294d5843723cce64e0dcb9578dd8af4cb3..cd6614a8da58ad40298a0947a9a0742adc874857 100644 (file)
@@ -4,7 +4,9 @@
 # in most LyX layouts.
 
 
-Format 34
+Format 82
+
+Input stdfloatnames.inc
 
 Float
        Type                  table
@@ -18,6 +20,7 @@ Float
        UsesFloatPkg          false
        ListCommand           listoftables
        RefPrefix             tab
+       DocBookTag            table
 End
 
 
@@ -33,6 +36,7 @@ Float
        UsesFloatPkg          false
        ListCommand           listoffigures
        RefPrefix             fig
+       DocBookTag            figure
 End
 
 
@@ -47,4 +51,22 @@ Float
        IsPredefined          false
        UsesFloatPkg          true
        RefPrefix             alg
+       DocBookTag            figure # TODO: No DocBook tag really corresponds...
+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