]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdlists.inc
lyx2lyx: Update the emergency value
[lyx.git] / lib / layouts / stdlists.inc
1 # Standard textclass definition file. Taken from initial LyX source code
2 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
3 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
4 # Heavily modifed and enhanced by several developers.
5
6 # This include files contains various standard environments for lists.
7
8
9 Format 49
10
11 Input stdlyxlist.inc
12
13 Style Itemize
14         Category              List
15         Margin                Static
16         LatexType             Item_Environment
17         LatexName             itemize
18         NextNoIndent          1
19         LeftMargin            MMN
20         LabelSep              xx
21         ItemSep               0.2
22         TopSep                0.7
23         BottomSep             0.7
24         ParSep                0.3
25         Align                 Block
26         AlignPossible         Block, Left
27         LabelType             Itemize
28         HTMLTag               ul
29         HTMLItem              li
30         HTMLLabel             NONE
31         Argument item:1
32                 LabelString   "Custom Item|s"
33                 Tooltip       "A customized item string"
34         EndArgument
35 End
36
37
38 Style Enumerate
39         Category              List
40         Margin                Static
41         LatexType             Item_Environment
42         LatexName             enumerate
43         NextNoIndent          1
44         LeftMargin            MMN
45         LabelSep              xx
46         ParSkip               0.0
47         ItemSep               0.2
48         TopSep                0.7
49         BottomSep             0.7
50         ParSep                0.3
51         Align                 Block
52         AlignPossible         Block, Left
53         LabelType             Enumerate
54         LabelCounter          "enum"
55         HTMLTag               ol
56         HTMLItem              li
57         HTMLLabel             NONE
58         RefPrefix             enu
59         Argument item:1
60                 LabelString   "Custom Item|s"
61                 Tooltip       "A customized item string"
62         EndArgument
63 End
64
65 Style Description
66         Category              List
67         Margin                First_Dynamic
68         LatexType             Item_environment
69         LatexName             description
70         NextNoIndent          1
71         LeftMargin            MM
72         LabelSep              xxx
73         ParSkip               0.4
74         ItemSep               0.2
75         TopSep                0.7
76         BottomSep             0.7
77         ParSep                0.3
78         Align                 Block
79         AlignPossible         Block, Left
80         LabelType             Manual
81         LabelFont
82           Series              Bold
83         EndFont
84         HTMLTag               dl
85         HTMLAttr              class='description'
86         HTMLItem              dd
87         HTMLLabel             dt
88         HTMLLabelFirst        1
89         HTMLStyle
90                 dl.description dt { font-weight: bold; }
91         EndHTMLStyle
92 End
93
94
95 Style List
96   Obsoletedby           Labeling
97 End