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