From a830e51c8ae7d3ab0da4694a7c1d3499db66878f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Fri, 22 May 2015 21:52:59 +0200 Subject: [PATCH] layout files: add the new AllowedPlacement --- lib/layouts/powerdot.layout | 49 +++++++++++++++++++++++++++++++++++ lib/layouts/sciposter.layout | 1 + lib/layouts/tufte-book.layout | 2 ++ 3 files changed, 52 insertions(+) diff --git a/lib/layouts/powerdot.layout b/lib/layouts/powerdot.layout index 9195d88db7..aa6ad79e8b 100644 --- a/lib/layouts/powerdot.layout +++ b/lib/layouts/powerdot.layout @@ -496,6 +496,55 @@ Style Pause EndFont End +### +# Float definitions +### +Float + Type table + GuiName Table + Placement tbp + AllowedPlacement H + 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 + AllowedPlacement H + 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 + AllowedPlacement H + Extension loa + NumberWithin none + Style ruled + ListName "List of Algorithms" + IsPredefined false + UsesFloatPkg true + RefPrefix alg +End + ### # Counters definitions ### diff --git a/lib/layouts/sciposter.layout b/lib/layouts/sciposter.layout index b6821168c8..6aad017f83 100644 --- a/lib/layouts/sciposter.layout +++ b/lib/layouts/sciposter.layout @@ -86,6 +86,7 @@ Float Type algorithm GuiName Algorithm Placement tbp + AllowedPlacement !htbp Extension loa NumberWithin none Style none diff --git a/lib/layouts/tufte-book.layout b/lib/layouts/tufte-book.layout index a510a00d04..178f3d6240 100644 --- a/lib/layouts/tufte-book.layout +++ b/lib/layouts/tufte-book.layout @@ -227,6 +227,7 @@ Float Type margintable GuiName MarginTable Placement tbp + AllowedPlacement none Extension lot NumberWithin none Style plain @@ -240,6 +241,7 @@ Float Type marginfigure GuiName MarginFigure Placement tbp + AllowedPlacement none Extension lof NumberWithin none Style plain -- 2.39.2