]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdfloats.inc
KOMA-script layout files: don't check for KOMA-script's internal dependencies, scrbas...
[lyx.git] / lib / layouts / stdfloats.inc
index a2c9044a9a4d03a3c9b17fafc886a67e5c3a2fd4..406c7d2c6b5732e5f59fa2d3c7f10afddee9eb55 100644 (file)
@@ -4,7 +4,8 @@
 # in most LyX layouts.
 
 
-Format 6
+Format 27
+
 Float
        Type                  table
        GuiName               Table
@@ -13,7 +14,9 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Tables"
-       LaTeXBuiltin          true
+       NeedsFloatPkg         false
+       ListCommand           listoftables
+       RefPrefix             tab
 End
 
 
@@ -25,7 +28,9 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Figures"
-       LaTeXBuiltin          true
+       NeedsFloatPkg         false
+       ListCommand           listoffigures
+       RefPrefix             fig
 End
 
 
@@ -37,5 +42,6 @@ Float
        NumberWithin          none
        Style                 ruled
        ListName              "List of Algorithms"
-       LaTeXBuiltin          false
+       NeedsFloatPkg         true
+       RefPrefix             alg
 End