]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdlists.inc
DocBook: add DocBookInnerTag and family.
[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 84
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 End
92
93 Style Description
94         Category              List
95         Margin                First_Dynamic
96         LatexType             Item_environment
97         LatexName             description
98         NextNoIndent          1
99         LeftMargin            MM
100         LabelSep              xxx
101         ParSkip               0.4
102         ItemSep               0.2
103         TopSep                0.7
104         BottomSep             0.7
105         ParSep                0.3
106         Align                 Block
107         AlignPossible         Block, Left
108         LabelType             Manual
109         LabelFont
110           Series              Bold
111         EndFont
112         HTMLTag               dl
113         HTMLAttr              class='description'
114         HTMLItem              dd
115         HTMLLabel             dt
116         HTMLLabelFirst        1
117         HTMLStyle
118                 dl.description dt { font-weight: bold; }
119         EndHTMLStyle
120         Argument listpreamble:1
121                 LabelString    "List preamble"
122                 MenuString     "List Preamble"
123                 Tooltip        "LaTeX code to be inserted before the first item"
124                 PassThru       1
125                 Font
126                         Family typewriter
127                         Color latex
128                 EndFont
129         EndArgument
130         DocBookTag            variablelist
131         DocBookItemWrapperTag varlistentry
132         DocBookItemTag        listitem
133         DocBookItemInnerTag   para
134         DocBookItemLabelTag   term
135         DocBookItemLabelTagType   paragraph
136 End
137
138
139 Style List
140   Obsoletedby           Labeling
141 End