]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdfloats.inc
layout/module files: some whitespace uniformications
[lyx.git] / lib / layouts / stdfloats.inc
index eb15ef6a45df5dc3cd85aca9b380e899c7b1d13a..275b7ca184f5d703e35258579fd326f571fea154 100644 (file)
@@ -4,22 +4,7 @@
 # in most LyX layouts.
 
 
-Format 16
-
-AddToHTMLPreamble
-       <style type="text/css">
-               div.float {
-                       border: 2px solid black;
-               }
-               div.float-caption {
-                       text-align: center;
-                       border: 2px solid black;
-                       padding: 1ex;
-                       margin-bottom: 1ex;
-               }
-       </style>
-EndPreamble
-
+Format 43
 
 Float
        Type                  table
@@ -29,7 +14,10 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Tables"
-       LaTeXBuiltin          true
+       IsPredefined          true
+       UsesFloatPkg          false
+       ListCommand           listoftables
+       RefPrefix             tab
 End
 
 
@@ -41,7 +29,10 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Figures"
-       LaTeXBuiltin          true
+       IsPredefined          true
+       UsesFloatPkg          false
+       ListCommand           listoffigures
+       RefPrefix             fig
 End
 
 
@@ -53,5 +44,7 @@ Float
        NumberWithin          none
        Style                 ruled
        ListName              "List of Algorithms"
-       LaTeXBuiltin          false
+       IsPredefined          false
+       UsesFloatPkg          true
+       RefPrefix             alg
 End