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