]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdfloats.inc
Update layout format.
[lyx.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 27
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         RefPrefix             tab
20 End
21
22
23 Float
24         Type                  figure
25         GuiName               Figure
26         Placement             tbp
27         Extension             lof
28         NumberWithin          none
29         Style                 plain
30         ListName              "List of Figures"
31         NeedsFloatPkg         false
32         ListCommand           listoffigures
33         RefPrefix             fig
34 End
35
36
37 Float
38         Type                  algorithm
39         GuiName               Algorithm
40         Placement             tbp
41         Extension             loa
42         NumberWithin          none
43         Style                 ruled
44         ListName              "List of Algorithms"
45         NeedsFloatPkg         true
46         RefPrefix             alg
47 End