]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdfloats.inc
acmsiggraph.layout: revert c1e0b243 partly
[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 59
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         IsPredefined          true
18         UsesFloatPkg          false
19         ListCommand           listoftables
20         RefPrefix             tab
21 End
22
23
24 Float
25         Type                  figure
26         GuiName               Figure
27         Placement             tbp
28         Extension             lof
29         NumberWithin          none
30         Style                 plain
31         ListName              "List of Figures"
32         IsPredefined          true
33         UsesFloatPkg          false
34         ListCommand           listoffigures
35         RefPrefix             fig
36 End
37
38
39 Float
40         Type                  algorithm
41         GuiName               Algorithm
42         Placement             tbp
43         Extension             loa
44         NumberWithin          none
45         Style                 ruled
46         ListName              "List of Algorithms"
47         IsPredefined          false
48         UsesFloatPkg          true
49         RefPrefix             alg
50 End
51
52
53 InsetLayout FloatList
54   HTMLTag h2
55   HTMLStyle
56     a.lyxtoc-floats { 
57       text-decoration: none; 
58       color: black;
59     }
60     a.lyxtoc-floats:visited { color: black; }
61     div.lyxtoc-floats { 
62       margin: 0em 0em 0.1em 1em;
63       font-size: large;
64       font-weight: normal;
65     }
66   EndHTMLStyle
67 End