X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fstdfloats.inc;h=288f708471c4467dcf86e10c2bade35df208a96c;hb=051c5f27284f00c20e95c5732bcfb04632c7cb18;hp=a2c9044a9a4d03a3c9b17fafc886a67e5c3a2fd4;hpb=9e5eebc14cd06f58000a4bd1903f157b65a3ab19;p=lyx.git diff --git a/lib/layouts/stdfloats.inc b/lib/layouts/stdfloats.inc index a2c9044a9a..288f708471 100644 --- a/lib/layouts/stdfloats.inc +++ b/lib/layouts/stdfloats.inc @@ -4,7 +4,10 @@ # in most LyX layouts. -Format 6 +Format 99 + +Input stdfloatnames.inc + Float Type table GuiName Table @@ -13,7 +16,10 @@ Float NumberWithin none Style plain ListName "List of Tables" - LaTeXBuiltin true + IsPredefined true + UsesFloatPkg false + ListCommand listoftables + RefPrefix tab End @@ -25,7 +31,10 @@ Float NumberWithin none Style plain ListName "List of Figures" - LaTeXBuiltin true + IsPredefined true + UsesFloatPkg false + ListCommand listoffigures + RefPrefix fig End @@ -37,5 +46,24 @@ Float NumberWithin none Style ruled ListName "List of Algorithms" - LaTeXBuiltin false + 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