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