]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdlists.inc
Fix bug #11769
[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 96
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         Argument listpreamble:1
37                 LabelString    "List preamble"
38                 MenuString     "List Preamble"
39                 Tooltip        "LaTeX code to be inserted before the first item"
40                 PassThru       1
41                 Font
42                         Family typewriter
43                         Color latex
44                 EndFont
45         EndArgument
46         DocBookTag            itemizedlist
47         DocBookItemTag        listitem
48         DocBookItemInnerTag   para
49 End
50
51
52 Style Enumerate
53         Category              List
54         Margin                Static
55         LatexType             Item_Environment
56         LatexName             enumerate
57         NextNoIndent          1
58         ToggleIndent          Never
59         LeftMargin            MMN
60         LabelSep              xx
61         ParSkip               0.0
62         ItemSep               0.2
63         TopSep                0.7
64         BottomSep             0.7
65         ParSep                0.3
66         Align                 Block
67         AlignPossible         Block, Left
68         LabelType             Enumerate
69         LabelCounter          "enum"
70         HTMLTag               ol
71         HTMLItem              li
72         HTMLLabel             NONE
73         RefPrefix             enu
74         Argument item:1
75                 LabelString   "Custom Item|s"
76                 Tooltip       "A customized item string"
77         EndArgument
78         Argument listpreamble:1
79                 LabelString    "List preamble"
80                 MenuString     "List Preamble"
81                 Tooltip        "LaTeX code to be inserted before the first item"
82                 PassThru       1
83                 Font
84                         Family typewriter
85                         Color latex
86                 EndFont
87         EndArgument
88         DocBookTag            orderedlist
89         DocBookItemTag        listitem
90         DocBookItemInnerTag   para
91         HTMLStyle
92                 ol.enumi   { list-style-type: decimal; }
93                 ol.enumii  { list-style-type: lower-latin; }
94                 ol.enumiii { list-style-type: lower-roman; }
95                 ol.enumiv  { list-style-type: upper-latin; }
96         EndHTMLStyle
97 End
98
99 Style Description
100         Category              List
101         Margin                First_Dynamic
102         LatexType             Item_environment
103         LatexName             description
104         NextNoIndent          1
105         LeftMargin            MM
106         LabelSep              xxx
107         ParSkip               0.4
108         ItemSep               0.2
109         TopSep                0.7
110         BottomSep             0.7
111         ParSep                0.3
112         Align                 Block
113         AlignPossible         Block, Left
114         LabelType             Manual
115         LabelFont
116           Series              Bold
117         EndFont
118         HTMLTag               dl
119         HTMLAttr              class='description'
120         HTMLItem              dd
121         HTMLLabel             dt
122         HTMLLabelFirst        1
123         HTMLStyle
124                 dl.description dt { font-weight: bold; }
125         EndHTMLStyle
126         Argument listpreamble:1
127                 LabelString    "List preamble"
128                 MenuString     "List Preamble"
129                 Tooltip        "LaTeX code to be inserted before the first item"
130                 PassThru       1
131                 Font
132                         Family typewriter
133                         Color latex
134                 EndFont
135         EndArgument
136         DocBookTag            variablelist
137         DocBookItemWrapperTag varlistentry
138         DocBookItemTag        listitem
139         DocBookItemInnerTag   para
140         DocBookItemLabelTag   term
141         DocBookItemLabelTagType   paragraph
142 End
143
144
145 Style List
146   Obsoletedby           Labeling
147 End