]> git.lyx.org Git - lyx.git/blob - lib/layouts/linuxdoc.layout
Replace <programlist> with <screen>, as it is more general.
[lyx.git] / lib / layouts / linuxdoc.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLinuxDocClass[article]{LinuxDoc article (SGML)}
3 # LinuxDoc textclass definition file.
4 # Author : Pascal AndrĂ© <andre@via.ecp.fr>
5
6
7 Columns                 1
8 Sides                   1
9 PageStyle               Plain
10 OutputType              linuxdoc
11 DefaultStyle            Standard
12
13 ClassOptions
14     Header              "<!doctype linuxdoc system"
15 End
16
17
18 Input stdcounters.inc
19 Input stdfloats.inc
20 Input numarticle.inc
21
22
23 Style Standard
24         Margin                Static
25         LatexType             Paragraph
26         LatexName             p
27         ParSkip               0.4
28         Align                 Block
29         AlignPossible         Block
30         LabelType             No_Label
31 End
32
33
34 Style Quote
35         Margin                Static
36         LatexType             Environment
37         LatexName             quote
38         ParIndent             MM
39         ParSkip               0.4
40         Align                 Block
41         AlignPossible         Block
42         LabelType             No_Label
43 End
44
45
46 Style Title
47         Margin                Static
48         LatexType             Paragraph
49         LatexName             title
50         NextNoIndent          1
51         ParSkip               0.4
52         Align                 Center
53         AlignPossible         Block, Center, Left, Right, Center
54         LabelType             No_Label
55         Fill_Top              1
56         Fill_Bottom           1
57         Font
58           Family              Sans
59           Series              Bold
60           Size                Largest
61         EndFont
62         LabelFont
63           Family              Sans
64           Series              Bold
65           Size                Largest
66         EndFont
67 End
68
69
70 Style Section
71         Margin                Dynamic
72         LatexType             Command
73         LatexName             sect
74         LabelSep              xxx
75         ParSkip               0.4
76         TopSep                1.3
77         BottomSep             0.7
78         ParSep                0.7
79         Align                 Block
80         AlignPossible         Block, Left
81         Font
82           Series              Bold
83           Size                Larger
84         EndFont
85         LabelFont
86           Series              Bold
87           Size                Larger
88         EndFont
89 End
90
91
92 Style Subsection
93         Margin                Dynamic
94         LatexType             Command
95         LatexName             sect1
96         LabelSep              xxx
97         ParSkip               0.4
98         TopSep                0.9
99         BottomSep             0.5
100         ParSep                0.5
101         Align                 Block
102         AlignPossible         Block, Left
103         Font
104           Series              Bold
105           Size                Large
106         EndFont
107         LabelFont
108           Series              Bold
109           Size                Large
110         EndFont
111 End
112
113
114 Style Subsubsection
115         Margin                Dynamic
116         LatexType             Command
117         LatexName             sect2
118         LabelSep              xxx
119         ParSkip               0.4
120         TopSep                0.7
121         BottomSep             0.4
122         ParSep                0.4
123         Align                 Block
124         AlignPossible         Block, Left
125         Font
126           Series              Bold
127         EndFont
128         LabelFont
129           Series              Bold
130         EndFont
131 End
132
133
134 Style Paragraph
135         Margin                Dynamic
136         LatexType             Command
137         LatexName             sect3
138         LabelSep              xxx
139         ParSkip               0.4
140         TopSep                0.4
141         BottomSep             0.4
142         Align                 Block
143         AlignPossible         Block, Left
144         Font
145           Series              Bold
146         EndFont
147         LabelFont
148           Series              Bold
149         EndFont
150 End
151
152
153 Style Subparagraph
154         CopyStyle             Paragraph
155         LatexName             sect4
156         LeftMargin            MM
157 End
158
159
160 Style Enumerate
161         Margin                Static
162         LatexType             Item_Environment
163         LatexName             enum
164         LeftMargin            MMN
165         LabelSep              xx
166         ItemSep               0.2
167         TopSep                0.7
168         BottomSep             0.7
169         ParSep                0.3
170         Align                 Block
171         AlignPossible         Block, Left
172         LabelType             Enumerate
173 End
174
175
176 Style Itemize
177         Margin                Static
178         LatexType             Item_Environment
179         LatexName             itemize
180         LeftMargin            MMN
181         LabelSep              xx
182         ItemSep               0.2
183         TopSep                0.7
184         BottomSep             0.7
185         ParSep                0.3
186         Align                 Block
187         AlignPossible         Block, Left
188         LabelType             Itemize
189         LabelString           *
190 End
191
192
193 Style Description
194         Margin                First_Dynamic
195         LatexType             Item_environment
196         LatexName             descrip
197         LeftMargin            MM
198         LabelSep              xxx
199         ParSkip               0.4
200         ItemSep               0.2
201         TopSep                0.7
202         BottomSep             0.7
203         ParSep                0.3
204         Align                 Block
205         AlignPossible         Block, Left
206         LabelType             Manual
207         LabelString           MM
208         LabelFont
209           Series              Bold
210         EndFont
211 End
212
213
214 Style Verbatim
215         Margin                Static
216         LatexType             environment
217         LatexName             verb
218         LeftMargin            MM
219         LabelSep              xx
220         ItemSep               0.2
221         Topsep                0.7
222         BottomSep             0.7
223         ParSep                0.3
224         Align                 Block
225         AlignPossible         Block
226         FreeSpacing           1
227         LabelType             No_Label
228         Font
229           Family              Typewriter
230         EndFont
231         LabelFont
232           Family              Typewriter
233         EndFont
234 End
235
236
237 Style Code
238         Margin                Static
239         LatexType             Environment
240         LatexParam            CDATA
241         LatexName             code
242         LeftMargin            MM
243         LabelSep              xx
244         ItemSep               0.2
245         TopSep                0.7
246         BottomSep             0.7
247         ParSep                0.3
248         Align                 Block
249         AlignPossible         Block
250         LabelType             No_Label
251         FreeSpacing           1
252 End
253
254
255 Style Author
256         Margin                Dynamic
257         LatexType             Paragraph
258         LatexName             author
259         LabelSep              xxx
260         ParSkip               0.4
261         TopSep                1.3
262         BottomSep             0.7
263         ParSep                0.7
264         Align                 Center
265         AlignPossible         Center
266         LabelType             No_Label
267         Font
268           Size                Larger
269         EndFont
270         LabelFont
271           Size                Larger
272         EndFont
273 End
274
275
276 Style Date
277         Margin                Dynamic
278         LatexType             Paragraph
279         LatexName             date
280         LabelSep              xxx
281         ParSkip               0.4
282         TopSep                0.9
283         BottomSep             0.5
284         ParSep                0.5
285         Align                 Center
286         AlignPossible         Center
287         LabelType             No_Label
288         Font
289           Size                Large
290         EndFont
291         LabelFont
292           Size                Large
293         EndFont
294 End
295
296
297 Style Abstract
298         Margin                Static
299         LatexType             Paragraph
300         LatexName             abstract
301         LeftMargin            MM
302         LabelSep              xx
303         ItemSep               0
304         TopSep                0.7
305         BottomSep             0.7
306         ParSep                0
307         Align                 Block
308         AlignPossible         Block
309         LabelType             No_Label
310         Font
311           Shape               Italic
312         EndFont
313         LabelFont
314           Shape               Italic
315         EndFont
316 End
317
318
319 Style SGML
320         Margin                Static
321         LatexType             Paragraph
322         LatexName             "!-- --"
323         NewLine               0
324         ParIndent             MM
325         ParSkip               0.4
326         ParSep                0.5
327         Align                 Left
328         AlignPossible         Block, Left, Right, Center
329         LabelType             No_Label
330         FreeSpacing           1
331         PassThru              1
332 End
333
334
335 Style Caption
336         Margin                First_Dynamic
337         LatexType             Paragraph
338         LatexName             caption
339         NeedProtect           1
340         LabelSep              xx
341         ParSkip               0.4
342         TopSep                0.5
343         Align                 Center
344         AlignPossible         Center
345         LabelType             Sensitive
346         LabelString             Caption
347         OptionalArgs          1
348         LabelFont
349           Series              Bold
350         EndFont
351 End