]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdfloats.inc
c77778e22bb4938cd8e9121e88a48637ab8de3bb
[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 11
8 Float
9         Type                  table
10         GuiName               Table
11         Placement             tbp
12         Extension             lot
13         NumberWithin          none
14         Style                 plain
15         ListName              "List of Tables"
16         LaTeXBuiltin          true
17 End
18
19
20 Float
21         Type                  figure
22         GuiName               Figure
23         Placement             tbp
24         Extension             lof
25         NumberWithin          none
26         Style                 plain
27         ListName              "List of Figures"
28         LaTeXBuiltin          true
29 End
30
31
32 Float
33         Type                  algorithm
34         GuiName               Algorithm
35         Placement             tbp
36         Extension             loa
37         NumberWithin          none
38         Style                 ruled
39         ListName              "List of Algorithms"
40         LaTeXBuiltin          false
41 End