]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdfloats.inc
More translation strings.
[lyx.git] / lib / layouts / stdfloats.inc
index 7bedfe00a57717a532d1a82ebf4f97b42adb2539..6682d5294d5843723cce64e0dcb9578dd8af4cb3 100644 (file)
@@ -4,7 +4,8 @@
 # in most LyX layouts.
 
 
-Format 10
+Format 34
+
 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