]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdlists.inc
bump layout formats
[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 74
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 End
47
48
49 Style Enumerate
50         Category              List
51         Margin                Static
52         LatexType             Item_Environment
53         LatexName             enumerate
54         NextNoIndent          1
55         ToggleIndent          Never
56         LeftMargin            MMN
57         LabelSep              xx
58         ParSkip               0.0
59         ItemSep               0.2
60         TopSep                0.7
61         BottomSep             0.7
62         ParSep                0.3
63         Align                 Block
64         AlignPossible         Block, Left
65         LabelType             Enumerate
66         LabelCounter          "enum"
67         HTMLTag               ol
68         HTMLItem              li
69         HTMLLabel             NONE
70         RefPrefix             enu
71         Argument item:1
72                 LabelString   "Custom Item|s"
73                 Tooltip       "A customized item string"
74         EndArgument
75         Argument listpreamble:1
76                 LabelString    "List preamble"
77                 MenuString     "List Preamble"
78                 Tooltip        "LaTeX code to be inserted before the first item"
79                 PassThru       1
80                 Font
81                         Family typewriter
82                         Color latex
83                 EndFont
84         EndArgument
85 End
86
87 Style Description
88         Category              List
89         Margin                First_Dynamic
90         LatexType             Item_environment
91         LatexName             description
92         NextNoIndent          1
93         LeftMargin            MM
94         LabelSep              xxx
95         ParSkip               0.4
96         ItemSep               0.2
97         TopSep                0.7
98         BottomSep             0.7
99         ParSep                0.3
100         Align                 Block
101         AlignPossible         Block, Left
102         LabelType             Manual
103         LabelFont
104           Series              Bold
105         EndFont
106         HTMLTag               dl
107         HTMLAttr              class='description'
108         HTMLItem              dd
109         HTMLLabel             dt
110         HTMLLabelFirst        1
111         HTMLStyle
112                 dl.description dt { font-weight: bold; }
113         EndHTMLStyle
114         Argument listpreamble:1
115                 LabelString    "List preamble"
116                 MenuString     "List Preamble"
117                 Tooltip        "LaTeX code to be inserted before the first item"
118                 PassThru       1
119                 Font
120                         Family typewriter
121                         Color latex
122                 EndFont
123         EndArgument
124 End
125
126
127 Style List
128   Obsoletedby           Labeling
129 End