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