]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdlists.inc
use LatexParam where appropriate
[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 41
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 End
32
33
34 Style Enumerate
35         Category              List
36         Margin                Static
37         LatexType             Item_Environment
38         LatexName             enumerate
39         NextNoIndent          1
40         LeftMargin            MMN
41         LabelSep              xx
42         ParSkip               0.0
43         ItemSep               0.2
44         TopSep                0.7
45         BottomSep             0.7
46         ParSep                0.3
47         Align                 Block
48         AlignPossible         Block, Left
49         LabelType             Enumerate
50         LabelCounter          "enum"
51         HTMLTag               ol
52         HTMLItem              li
53         HTMLLabel             NONE
54         RefPrefix             enu
55 End
56
57 Style Description
58         Category              List
59         Margin                First_Dynamic
60         LatexType             Item_environment
61         LatexName             description
62         NextNoIndent          1
63         LeftMargin            MM
64         LabelSep              xxx
65         ParSkip               0.4
66         ItemSep               0.2
67         TopSep                0.7
68         BottomSep             0.7
69         ParSep                0.3
70         Align                 Block
71         AlignPossible         Block, Left
72         LabelType             Manual
73         LabelFont
74           Series              Bold
75         EndFont
76         HTMLTag               dl
77         HTMLAttr              class='description'
78         HTMLItem              dd
79         HTMLLabel             dt
80         HTMLLabelFirst        1
81         HTMLStyle
82                 dl.description dt { font-weight: bold; }
83         EndHTMLStyle
84 End
85
86
87 Style List
88   Obsoletedby           Labeling
89 End