]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdfloats.inc
Forgot these.
[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 16
8
9 AddToHTMLPreamble
10         <style type="text/css">
11                 div.float {
12                         border: 2px solid black;
13                 }
14                 div.float-caption {
15                         text-align: center;
16                         border: 2px solid black;
17                         padding: 1ex;
18                         margin-bottom: 1ex;
19                 }
20         </style>
21 EndPreamble
22
23
24 Float
25         Type                  table
26         GuiName               Table
27         Placement             tbp
28         Extension             lot
29         NumberWithin          none
30         Style                 plain
31         ListName              "List of Tables"
32         LaTeXBuiltin          true
33 End
34
35
36 Float
37         Type                  figure
38         GuiName               Figure
39         Placement             tbp
40         Extension             lof
41         NumberWithin          none
42         Style                 plain
43         ListName              "List of Figures"
44         LaTeXBuiltin          true
45 End
46
47
48 Float
49         Type                  algorithm
50         GuiName               Algorithm
51         Placement             tbp
52         Extension             loa
53         NumberWithin          none
54         Style                 ruled
55         ListName              "List of Algorithms"
56         LaTeXBuiltin          false
57 End