mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
sciposter.layout: use the new layout tags for floats
This commit is contained in:
parent
53b75da72f
commit
79a7e3c6fa
@ -87,6 +87,8 @@ Float
|
||||
GuiName Algorithm
|
||||
Placement tbp
|
||||
AllowedPlacement !htbp
|
||||
AllowsSideways 0
|
||||
AllowsWide 0
|
||||
Extension loa
|
||||
NumberWithin none
|
||||
Style none
|
||||
@ -95,6 +97,34 @@ Float
|
||||
RefPrefix alg
|
||||
End
|
||||
|
||||
Float
|
||||
Type figure
|
||||
GuiName Figure
|
||||
AllowedPlacement !htbp
|
||||
Extension lof
|
||||
NumberWithin none
|
||||
Style plain
|
||||
ListName "List of Figures"
|
||||
IsPredefined true
|
||||
UsesFloatPkg false
|
||||
ListCommand listoffigures
|
||||
RefPrefix fig
|
||||
End
|
||||
|
||||
Float
|
||||
Type table
|
||||
GuiName Table
|
||||
AllowedPlacement !htbp
|
||||
Extension lot
|
||||
NumberWithin none
|
||||
Style plain
|
||||
ListName "List of Tables"
|
||||
IsPredefined true
|
||||
UsesFloatPkg false
|
||||
ListCommand listoftables
|
||||
RefPrefix tab
|
||||
End
|
||||
|
||||
InsetLayout "Flex:Giant"
|
||||
LyXType custom
|
||||
Decoration classic
|
||||
|
Loading…
Reference in New Issue
Block a user