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