]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdfloats.inc
Fix output of formatted counters.
[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 22
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         LaTeXBuiltin          true
18 End
19
20
21 Float
22         Type                  figure
23         GuiName               Figure
24         Placement             tbp
25         Extension             lof
26         NumberWithin          none
27         Style                 plain
28         ListName              "List of Figures"
29         LaTeXBuiltin          true
30 End
31
32
33 Float
34         Type                  algorithm
35         GuiName               Algorithm
36         Placement             tbp
37         Extension             loa
38         NumberWithin          none
39         Style                 ruled
40         ListName              "List of Algorithms"
41         LaTeXBuiltin          false
42 End