]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdfloats.inc
Better TOC output for XHTML, per Rob and Pavel.
[lyx.git] / lib / layouts / stdfloats.inc
index f104ba223f5ed1535e80b0655f8e458adb62f1fa..6682d5294d5843723cce64e0dcb9578dd8af4cb3 100644 (file)
@@ -1,9 +1,11 @@
-# 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 34
+
 Float
        Type                  table
        GuiName               Table
@@ -12,10 +14,13 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Tables"
-       LaTeXBuiltin          true
+       IsPredefined          true
+       UsesFloatPkg          false
+       ListCommand           listoftables
+       RefPrefix             tab
 End
 
-       
+
 Float
        Type                  figure
        GuiName               Figure
@@ -24,7 +29,10 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Figures"
-       LaTeXBuiltin          true
+       IsPredefined          true
+       UsesFloatPkg          false
+       ListCommand           listoffigures
+       RefPrefix             fig
 End
 
 
@@ -36,5 +44,7 @@ Float
        NumberWithin          none
        Style                 ruled
        ListName              "List of Algorithms"
-       LaTeXBuiltin          false
+       IsPredefined          false
+       UsesFloatPkg          true
+       RefPrefix             alg
 End