]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdfloats.inc
Remove stray tab
[lyx.git] / lib / layouts / stdfloats.inc
index cb4f44994c3a393b878cd18207629724313cbcda..ef74e6a208a455862b8c080bef64286ce7de7b93 100644 (file)
@@ -4,22 +4,7 @@
 # in most LyX layouts.
 
 
-Format 19
-
-AddToHTMLPreamble
-       <style type="text/css">
-               div.float {
-                       border: 2px solid black;
-               }
-               div.float-caption {
-                       text-align: center;
-                       border: 2px solid black;
-                       padding: 1ex;
-                       margin: 1ex;
-               }
-       </style>
-EndPreamble
-
+Format 26
 
 Float
        Type                  table
@@ -29,7 +14,9 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Tables"
-       LaTeXBuiltin          true
+       NeedsFloatPkg         false
+       ListCommand           listoftables
+       RefPrefix             tab
 End
 
 
@@ -41,7 +28,9 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Figures"
-       LaTeXBuiltin          true
+       NeedsFloatPkg         false
+       ListCommand           listoffigures
+       RefPrefix             fig
 End
 
 
@@ -53,5 +42,6 @@ Float
        NumberWithin          none
        Style                 ruled
        ListName              "List of Algorithms"
-       LaTeXBuiltin          false
+       NeedsFloatPkg         true
+       RefPrefix             alg
 End