]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdfloats.inc
Two places where coverity urges us to limit string length
[lyx.git] / lib / layouts / stdfloats.inc
index 30055c962f6a9d68a2054fa4c2f0cfebdae56d91..f7f527dac1dae8e4826554ef23664ccd07edaab2 100644 (file)
@@ -4,7 +4,11 @@
 # in most LyX layouts.
 
 
-Format 24
+Format 63
+
+OutlinerName table        "Tables" #no AddToToc (built-in)
+OutlinerName figure       "Figures" #no AddToToc (built-in)
+OutlinerName algorithm    "Algorithms" #no AddToToc (built-in)
 
 Float
        Type                  table
@@ -14,7 +18,8 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Tables"
-       NeedsFloatPkg         false
+       IsPredefined          true
+       UsesFloatPkg          false
        ListCommand           listoftables
        RefPrefix             tab
 End
@@ -28,7 +33,8 @@ Float
        NumberWithin          none
        Style                 plain
        ListName              "List of Figures"
-       NeedsFloatPkg         false
+       IsPredefined          true
+       UsesFloatPkg          false
        ListCommand           listoffigures
        RefPrefix             fig
 End
@@ -42,6 +48,24 @@ Float
        NumberWithin          none
        Style                 ruled
        ListName              "List of Algorithms"
-       NeedsFloatPkg         true
+       IsPredefined          false
+       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