]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdfloats.inc
Categorize existing layouts
[lyx.git] / lib / layouts / stdfloats.inc
index fd36b2f24af713e5357a554d39a48de4a1022585..610da2fc2d73f356e64381f3d09813d746ee857d 100644 (file)
@@ -1,10 +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 4
+Format 36
+
 Float
        Type                  table
        GuiName               Table
@@ -13,7 +14,10 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Tables"
-       LaTeXBuiltin          true
+       IsPredefined          true
+       UsesFloatPkg          false
+       ListCommand           listoftables
+       RefPrefix             tab
 End
 
 
@@ -25,7 +29,10 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Figures"
-       LaTeXBuiltin          true
+       IsPredefined          true
+       UsesFloatPkg          false
+       ListCommand           listoffigures
+       RefPrefix             fig
 End
 
 
@@ -37,5 +44,7 @@ Float
        NumberWithin          none
        Style                 ruled
        ListName              "List of Algorithms"
-       LaTeXBuiltin          false
+       IsPredefined          false
+       UsesFloatPkg          true
+       RefPrefix             alg
 End