]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdfloats.inc
apa6.layout: add dependencies
[lyx.git] / lib / layouts / stdfloats.inc
index 6682d5294d5843723cce64e0dcb9578dd8af4cb3..2d47fa3efac6c37bc4e912df62462368d0099b1c 100644 (file)
@@ -4,7 +4,9 @@
 # in most LyX layouts.
 
 
-Format 34
+Format 65
+
+Input stdfloatnames.inc
 
 Float
        Type                  table
@@ -48,3 +50,20 @@ Float
        UsesFloatPkg          true
        RefPrefix             alg
 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