]> git.lyx.org Git - features.git/blob - lib/layouts/stdfloats.inc
37c28fa095ce4f04c29f99eb4c7345b31cbb8456
[features.git] / lib / layouts / stdfloats.inc
1 # Author : Lars Gullik Bjønnes <larsbj@lyx.org>
2
3 # This include file contains all the floats that are defined as standard
4 # in most LyX layouts.
5
6
7 Format 24
8
9 Float
10         Type                  table
11         GuiName               Table
12         Placement             tbp
13         Extension             lot
14         NumberWithin          none
15         Style                 plain
16         ListName              "List of Tables"
17         NeedsFloatPkg         false
18         ListCommand           listoftables
19 End
20
21
22 Float
23         Type                  figure
24         GuiName               Figure
25         Placement             tbp
26         Extension             lof
27         NumberWithin          none
28         Style                 plain
29         ListName              "List of Figures"
30         NeedsFloatPkg         false
31         ListCommand           listoffigures
32 End
33
34
35 Float
36         Type                  algorithm
37         GuiName               Algorithm
38         Placement             tbp
39         Extension             loa
40         NumberWithin          none
41         Style                 ruled
42         ListName              "List of Algorithms"
43         NeedsFloatPkg         true
44 End