]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdlists.inc
b1e93a7f927abba03361c4fab4085d7f5209b2e1
[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 68
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         ToggleIndent          Never
20         LeftMargin            MMN
21         LabelSep              xx
22         ItemSep               0.2
23         TopSep                0.7
24         BottomSep             0.7
25         ParSep                0.3
26         Align                 Block
27         AlignPossible         Block, Left
28         LabelType             Itemize
29         HTMLTag               ul
30         HTMLItem              li
31         HTMLLabel             NONE
32         Argument item:1
33                 LabelString   "Custom Item|s"
34                 Tooltip       "A customized item string"
35         EndArgument
36 End
37
38
39 Style Enumerate
40         Category              List
41         Margin                Static
42         LatexType             Item_Environment
43         LatexName             enumerate
44         NextNoIndent          1
45         ToggleIndent          Never
46         LeftMargin            MMN
47         LabelSep              xx
48         ParSkip               0.0
49         ItemSep               0.2
50         TopSep                0.7
51         BottomSep             0.7
52         ParSep                0.3
53         Align                 Block
54         AlignPossible         Block, Left
55         LabelType             Enumerate
56         LabelCounter          "enum"
57         HTMLTag               ol
58         HTMLItem              li
59         HTMLLabel             NONE
60         RefPrefix             enu
61         Argument item:1
62                 LabelString   "Custom Item|s"
63                 Tooltip       "A customized item string"
64         EndArgument
65 End
66
67 Style Description
68         Category              List
69         Margin                First_Dynamic
70         LatexType             Item_environment
71         LatexName             description
72         NextNoIndent          1
73         LeftMargin            MM
74         LabelSep              xxx
75         ParSkip               0.4
76         ItemSep               0.2
77         TopSep                0.7
78         BottomSep             0.7
79         ParSep                0.3
80         Align                 Block
81         AlignPossible         Block, Left
82         LabelType             Manual
83         LabelFont
84           Series              Bold
85         EndFont
86         HTMLTag               dl
87         HTMLAttr              class='description'
88         HTMLItem              dd
89         HTMLLabel             dt
90         HTMLLabelFirst        1
91         HTMLStyle
92                 dl.description dt { font-weight: bold; }
93         EndHTMLStyle
94 End
95
96
97 Style List
98   Obsoletedby           Labeling
99 End