X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fstdfloats.inc;h=275b7ca184f5d703e35258579fd326f571fea154;hb=2bd368fd6b276663b327e64acc6b46c87cc3c7a9;hp=54a238494294e91ea72740cb5b05142f2418e9e3;hpb=6b9e0044d3cbbabb28ef50424badfcd795056b66;p=lyx.git diff --git a/lib/layouts/stdfloats.inc b/lib/layouts/stdfloats.inc index 54a2384942..275b7ca184 100644 --- a/lib/layouts/stdfloats.inc +++ b/lib/layouts/stdfloats.inc @@ -1,38 +1,50 @@ -# 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 43 + Float - Type table - GuiName Table - Placement tbp - Extension lot - NumberWithin none - Style plain - ListName "List of Tables" - LaTeXBuiltin true + Type table + GuiName Table + Placement tbp + Extension lot + NumberWithin none + Style plain + ListName "List of Tables" + IsPredefined true + UsesFloatPkg false + ListCommand listoftables + RefPrefix tab End - + + Float - Type figure - GuiName Figure - Placement tbp - Extension lof - NumberWithin none - Style plain - ListName "List of Figures" - LaTeXBuiltin true + Type figure + GuiName Figure + Placement tbp + Extension lof + NumberWithin none + Style plain + ListName "List of Figures" + IsPredefined true + UsesFloatPkg false + ListCommand listoffigures + RefPrefix fig End + Float - Type algorithm - GuiName Algorithm - Placement tbp - Extension loa - NumberWithin none - Style ruled - ListName "List of Algorithms" - LaTeXBuiltin false + Type algorithm + GuiName Algorithm + Placement tbp + Extension loa + NumberWithin none + Style ruled + ListName "List of Algorithms" + IsPredefined false + UsesFloatPkg true + RefPrefix alg End