]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdfloats.inc
Correct version number
[lyx.git] / lib / layouts / stdfloats.inc
index c26498a172521f865ba3baf8fbeda7b80d1dbf20..cd6614a8da58ad40298a0947a9a0742adc874857 100644 (file)
@@ -1,9 +1,13 @@
-# Author : Lars Gullik Bjønnes <larsbj@lyx.org>
+# Author : Lars Gullik Bjønnes <larsbj@lyx.org>
 
 # This include file contains all the floats that are defined as standard
 # in most LyX layouts.
 
 
+Format 82
+
+Input stdfloatnames.inc
+
 Float
        Type                  table
        GuiName               Table
@@ -12,7 +16,11 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Tables"
-       LaTeXBuiltin          true
+       IsPredefined          true
+       UsesFloatPkg          false
+       ListCommand           listoftables
+       RefPrefix             tab
+       DocBookTag            table
 End
 
 
@@ -24,7 +32,11 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Figures"
-       LaTeXBuiltin          true
+       IsPredefined          true
+       UsesFloatPkg          false
+       ListCommand           listoffigures
+       RefPrefix             fig
+       DocBookTag            figure
 End
 
 
@@ -36,5 +48,25 @@ Float
        NumberWithin          none
        Style                 ruled
        ListName              "List of Algorithms"
-       LaTeXBuiltin          false
+       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