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