]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdfloats.inc
layout/module files: some whitespace uniformications
[lyx.git] / lib / layouts / stdfloats.inc
index 93417cadf22e010be3c55306ae064d9e4f852a38..275b7ca184f5d703e35258579fd326f571fea154 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 43
+
 Float
        Type                  table
        GuiName               Table
@@ -12,9 +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
@@ -23,9 +29,13 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Figures"
-       LaTeXBuiltin          true
+       IsPredefined          true
+       UsesFloatPkg          false
+       ListCommand           listoffigures
+       RefPrefix             fig
 End
 
+
 Float
        Type                  algorithm
        GuiName               Algorithm
@@ -34,5 +44,7 @@ Float
        NumberWithin          none
        Style                 ruled
        ListName              "List of Algorithms"
-       LaTeXBuiltin          false
+       IsPredefined          false
+       UsesFloatPkg          true
+       RefPrefix             alg
 End