]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdfloats.inc
Correct version number
[lyx.git] / lib / layouts / stdfloats.inc
index 49620e1eaa81a8a437d3fa974d7ae886695a86bb..cd6614a8da58ad40298a0947a9a0742adc874857 100644 (file)
@@ -4,7 +4,9 @@
 # in most LyX layouts.
 
 
-Format 19
+Format 82
+
+Input stdfloatnames.inc
 
 Float
        Type                  table
@@ -14,7 +16,11 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Tables"
-       LaTeXBuiltin          true
+       IsPredefined          true
+       UsesFloatPkg          false
+       ListCommand           listoftables
+       RefPrefix             tab
+       DocBookTag            table
 End
 
 
@@ -26,7 +32,11 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Figures"
-       LaTeXBuiltin          true
+       IsPredefined          true
+       UsesFloatPkg          false
+       ListCommand           listoffigures
+       RefPrefix             fig
+       DocBookTag            figure
 End
 
 
@@ -38,5 +48,25 @@ Float
        NumberWithin          none
        Style                 ruled
        ListName              "List of Algorithms"
-       LaTeXBuiltin          false
+       IsPredefined          false
+       UsesFloatPkg          true
+       RefPrefix             alg
+       DocBookTag            figure # TODO: No DocBook tag really corresponds...
+End
+
+
+InsetLayout FloatList
+  HTMLTag h2
+  HTMLStyle
+    a.lyxtoc-floats { 
+      text-decoration: none; 
+      color: black;
+    }
+    a.lyxtoc-floats:visited { color: black; }
+    div.lyxtoc-floats { 
+      margin: 0em 0em 0.1em 1em;
+      font-size: large;
+      font-weight: normal;
+    }
+  EndHTMLStyle
 End