]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdlists.inc
New Theorems Module. Contributed by Udicoudco <udifoglle@gmail.com> on the mailing...
[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 99
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         HTMLItem              dd
120         HTMLLabel             dt
121         HTMLLabelFirst        1
122         HTMLStyle
123                 dl.description dt { font-weight: bold; }
124         EndHTMLStyle
125         Argument listpreamble:1
126                 LabelString    "List preamble"
127                 MenuString     "List Preamble"
128                 Tooltip        "LaTeX code to be inserted before the first item"
129                 PassThru       1
130                 Font
131                         Family typewriter
132                         Color latex
133                 EndFont
134         EndArgument
135         DocBookTag            variablelist
136         DocBookItemWrapperTag varlistentry
137         DocBookItemTag        listitem
138         DocBookItemInnerTag   para
139         DocBookItemLabelTag   term
140         DocBookItemLabelTagType   paragraph
141 End
142
143
144 Style List
145   Obsoletedby           Labeling
146 End