X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flayouts%2Fstdfloats.inc;h=610da2fc2d73f356e64381f3d09813d746ee857d;hb=72ee3a1b17a79b9098d14b2815d4c9ab4d85bf43;hp=fd36b2f24af713e5357a554d39a48de4a1022585;hpb=04efe3c40a01b25f8b0561771a5698d1dda0567d;p=lyx.git diff --git a/lib/layouts/stdfloats.inc b/lib/layouts/stdfloats.inc index fd36b2f24a..610da2fc2d 100644 --- a/lib/layouts/stdfloats.inc +++ b/lib/layouts/stdfloats.inc @@ -1,10 +1,11 @@ -# Author : Lars Gullik Bjønnes +# Author : Lars Gullik Bjønnes # This include file contains all the floats that are defined as standard # in most LyX layouts. -Format 4 +Format 36 + Float Type table GuiName Table @@ -13,7 +14,10 @@ Float NumberWithin none Style plain ListName "List of Tables" - LaTeXBuiltin true + IsPredefined true + UsesFloatPkg false + ListCommand listoftables + RefPrefix tab End @@ -25,7 +29,10 @@ Float NumberWithin none Style plain ListName "List of Figures" - LaTeXBuiltin true + IsPredefined true + UsesFloatPkg false + ListCommand listoffigures + RefPrefix fig End @@ -37,5 +44,7 @@ Float NumberWithin none Style ruled ListName "List of Algorithms" - LaTeXBuiltin false + IsPredefined false + UsesFloatPkg true + RefPrefix alg End