mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
layout files: add the new AllowedPlacement
This commit is contained in:
parent
1e298f6a4c
commit
a830e51c8a
@ -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
|
||||
###
|
||||
|
@ -86,6 +86,7 @@ Float
|
||||
Type algorithm
|
||||
GuiName Algorithm
|
||||
Placement tbp
|
||||
AllowedPlacement !htbp
|
||||
Extension loa
|
||||
NumberWithin none
|
||||
Style none
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user