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