]> git.lyx.org Git - lyx.git/blob - lib/layouts/egs.layout
cleanup stuff separated by Lars from the counter patch
[lyx.git] / lib / layouts / egs.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{article (European Geophysical Society) egs}
3 # egs (article) textclass definition file for LyX.
4 # Get egs.cls from EGS website under www.copernicus.org
5 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
6 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
7 # Heavily modifed and enhanced by several developers.
8 # Converted article -> egs Martin Vermeer
9
10 # General textclass parameters
11 Columns                 2
12 Sides                   1
13 PageStyle               Plain
14 MaxCounter              Counter_Section
15
16
17 Style Standard
18         Margin                Static
19         LatexType             Paragraph
20         LatexName             dummy
21         ParIndent             MM
22         ParSkip               0.4
23         Align                 Block
24         AlignPossible         Block, Left, Right, Center
25         LabelType             No_Label
26 End
27
28
29 Style Section
30         Margin                Dynamic
31         LatexType             Command
32         LatexName             section
33         NextNoIndent          1
34         LabelSep              xxx
35         ParSkip               0.4
36         TopSep                1.3
37         BottomSep             0.7
38         ParSep                0.7
39         Align                 Block
40         AlignPossible         Block, Left
41         LabelType             Counter_Section
42
43         Font
44           Series              Bold
45         EndFont
46
47         LabelFont
48           Series              Bold
49         EndFont
50 End
51
52
53 Style Subsection
54         Margin                Dynamic
55         LatexType             Command
56         LatexName             subsection
57         NextNoIndent          1
58         LabelSep              xxx
59         ParSkip               0.4
60         TopSep                0.9
61         BottomSep             0.5
62         ParSep                0.5
63         Align                 Block
64         AlignPossible         Block, Left
65         LabelType             Counter_Subsection
66
67         Font
68           Shape               Up
69         EndFont
70 End
71
72
73 Style Paragraph
74         Margin                Dynamic
75         LatexType             Command
76         LatexName             paragraph
77         NextNoIndent          1
78         LabelSep              xxx
79         ParSkip               0.4
80         TopSep                0.4
81         BottomSep             0.4
82         Align                 Block
83         AlignPossible         Block, Left
84         LabelType             Counter_Paragraph
85
86         Font 
87           Series              Bold
88           Size                Normal
89         EndFont
90
91         LabelFont 
92           Series              Bold
93           Size                Normal
94         EndFont
95 End
96
97
98 Style Subparagraph
99         Margin                Dynamic
100         LatexType             Command
101         LatexName             subparagraph
102         NextNoIndent          0
103         LeftMargin            MM
104         LabelSep              xxx
105         ParSkip               0.4
106         TopSep                0.4
107         ParSep                0.4
108         Align                 Block
109         AlignPossible         Block, Left
110         LabelType             Counter_SubParagraph
111
112         Font 
113           Series              Bold
114           Size                Normal
115         EndFont
116
117         LabelFont 
118           Series              Bold
119           Size                Normal
120         EndFont
121 End
122
123
124 Style Quotation
125         Margin                Static
126         LatexType             Environment
127         LatexName             quotation
128         NextNoIndent          1
129         LeftMargin            MMM
130         RightMargin           MMM
131         ParIndent             MM
132         ParSkip               0
133         ItemSep               0
134         TopSep                0.5
135         BottomSep             0.5
136         ParSep                0
137         Align                 Block
138         AlignPossible         Block, Left, Right, Center
139 End
140
141
142 Style Quote
143         Margin                Static
144         LatexType             Environment
145         LatexName             quote
146         NextNoIndent          1
147         LeftMargin            MMM
148         RightMargin           MMM
149         TopSep                0.5
150         ParSep                0.5
151         BottomSep             0.5
152         Align                 Block
153         AlignPossible         Block, Left, Right, Center
154         LabelType             No_Label
155 End
156
157
158 Style List
159         Margin                Manual
160         LatexType             List_Environment
161         LatexName             lyxlist
162         NextNoindent          1
163         LabelSep              xxx
164         ParSkip               0.4
165         TopSep                0.7
166         BottomSep             0.7
167         ParSep                0.5
168         Align                 Block
169         AlignPossible         Block, Left
170         LabelType             Manual
171         LabelString           00.00.0000
172 End
173
174
175 Style Enumerate
176         Margin                Static
177         LatexType             Item_Environment
178         LatexName             enumerate
179         NextNoIndent          1
180         LeftMargin            MMN
181         LabelSep              xx
182         ParSkip               0.0
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             Counter_EnumI
190 End
191
192
193 Style Itemize
194         Margin                Static
195         LatexType             Item_Environment
196         LatexName             itemize
197         NextNoIndent          1
198         LeftMargin            MMN
199         LabelSep              xx
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             Static
207         LabelString           *
208 End
209
210
211 Style Description
212         Margin                First_Dynamic
213         LatexType             Item_environment
214         LatexName             description
215         NextNoIndent          1
216         LeftMargin            MM
217         LabelSep              xxx
218         ParSkip               0.4
219         ItemSep               0.2
220         TopSep                0.7
221         BottomSep             0.7
222         ParSep                0.3
223         Align                 Block
224         AlignPossible         Block, Left
225         LabelType             Manual
226         LabelString           MM
227
228         LabelFont 
229           Series              Bold
230         EndFont
231 End
232
233
234 Style Verse
235 # LaTeX type is first dynamic because of LaTeX implementation.
236 # In LyX this does not make sense.
237         LatexType             Environment
238         LatexName             verse
239         Margin                First_Dynamic
240         NextNoIndent          1
241         LeftMargin            MMMM
242         LabelIndent           MMMM
243         ParSkip               0.4
244         TopSep                0.7
245         BottomSep             0.7
246         ParSep                0.5
247         Align                 Block
248         AlignPossible         Block, Left
249         LabelType             No_Label
250 End
251
252
253 Style Right_Address
254         Margin                Right_Address_Box
255         LatexType             Command
256         LatexName             lyxrightaddress
257         ParSkip               0.4
258         BottomSep             1.5
259         ParSep                1.5
260         Align                 Left
261         AlignPossible         Left
262 End
263
264
265 Style Address
266         Margin                Static
267         LatexType             Command
268         LatexName             lyxaddress
269         ParSkip               0.4
270         BottomSep             1.5
271         ParSep                1.5
272         Align                 Left
273         AlignPossible         Block, Left, Right, Center
274         LabelType             No_Label
275 End
276
277
278 Style Title
279         Margin                Static
280         LatexType             Command
281         LatexName             title
282         NextNoIndent          1
283         ParSkip               0.4
284         TopSep                1.3
285         BottomSep             0.7
286         ParSep                0.7
287         Align                 Left
288         AlignPossible         Block, Center, Left, Right, Center
289         LabelType             No_Label
290         Fill_Top              1
291         Fill_Bottom           1
292
293         Font 
294           Family              Sans
295           Series              Bold
296           Size                Largest
297         EndFont
298 End
299
300
301 Style LaTeX_Title
302         Margin                Static
303         LatexType             Command
304         LatexName             title
305         NextNoIndent          1
306         ParSkip               0.4
307         ItemSep               0
308         TopSep                0
309         BottomSep             0
310         ParSep                0
311         Align                 Center
312         AlignPossible         Center
313         LabelType             No_Label
314
315         Font 
316           Family              Sans
317           Series              Bold
318           Size                Largest
319         EndFont
320 End
321
322
323 Style Author
324         Margin                Static
325         LatexType             Command
326         LatexName             author
327         NextNoIndent          1
328         LeftMargin            Author:xx
329         LabelSep              xxx
330         ParSkip               0.4
331         TopSep                1.3
332         BottomSep             0.7
333         ParSep                0.7
334         Align                 Left
335         AlignPossible         Left
336         LabelType             Static
337         LabelString           Author:
338
339         LabelFont 
340           Series              Bold
341           Shape               Italic
342           Color               red
343         EndFont
344 End
345
346
347 Style Affil
348         Margin                Static
349         LatexType             Command
350         LatexName             affil
351         NextNoIndent          1
352         LeftMargin            Affiliation:x
353         LabelSep              xxx
354         ParSkip               0.4
355         TopSep                1.3
356         BottomSep             0.7
357         ParSep                0.7
358         Align                 Left
359         AlignPossible         Left
360         LabelType             Static
361         LabelString           Affilation:
362
363         LabelFont 
364           Series              Bold
365           Shape               Italic
366           Color               red
367         EndFont
368
369 End
370
371
372 Style Journal
373         Margin                Static
374         LatexType             Command
375         LatexName             journal
376         NextNoIndent          1
377         LeftMargin            Journal:xx
378         LabelSep              xxx
379         ParSkip               0.4
380         TopSep                1.3
381         BottomSep             0.7
382         ParSep                0.7
383         Align                 Left
384         AlignPossible         Left
385         LabelType             Static
386         LabelString           Journal:
387
388         LabelFont 
389           Series              Bold
390           Shape               Italic
391           Color               red
392         EndFont
393 End
394
395
396 Style msnumber
397         Margin                Static
398         LatexType             Command
399         LatexName             msnumber
400         NextNoIndent          1
401         LabelSep              xxx
402         LeftMargin            MS_number:xx
403         LabelSep              xxx
404         ParSkip               0.4
405         TopSep                1.3
406         BottomSep             0.7
407         ParSep                0.7
408         Align                 Left
409         AlignPossible         Left
410         LabelType             Static
411         LabelString           MS_number:
412
413         LabelFont 
414           Series              Bold
415           Shape               Italic
416           Color               red
417         EndFont
418 End
419
420
421 Style FirstAuthor
422         Margin                Static
423         LatexType             Command
424         LatexName             firstauthor
425         NextNoIndent          1
426         LabelSep              xxx
427         LeftMargin            1st_author_surname:xx
428         ParSkip               0.4
429         TopSep                1.3
430         BottomSep             0.7
431         ParSep                0.7
432         Align                 Left
433         AlignPossible         Left
434         LabelType             Static
435         LabelString           1st_author_surname:
436  
437         LabelFont 
438           Series              Bold
439           Shape               Italic
440           Color               red
441         EndFont
442
443 End
444
445
446 Style Received
447         Margin                Static
448         LatexType             Command
449         LatexName             received
450         NextNoIndent          1
451         LabelSep              xxx
452         LeftMargin            Received:xx
453         ParSkip               0.4
454         TopSep                1.3
455         BottomSep             0.7
456         ParSep                0.7
457         Align                 Left
458         AlignPossible         Left
459         LabelType             Static
460         LabelString           Received:
461
462         LabelFont 
463           Series              Bold
464           Shape               Italic
465           Color               red
466         EndFont
467 End
468
469
470 Style Accepted
471         Margin                Static
472         LatexType             Command
473         LatexName             accepted
474         NextNoIndent          1
475         LabelSep              xxx
476         LeftMargin            Accepted:xx
477         ParSkip               0.4
478         TopSep                1.3
479         BottomSep             0.7
480         ParSep                0.7
481         Align                 Left
482         AlignPossible         Left
483         LabelType             Static
484         LabelString           Accepted:
485
486         LabelFont 
487           Series              Bold
488           Shape               Italic
489           Color               red
490         EndFont
491 End
492
493
494 Style Offsets
495         Margin                Static
496         LatexType             Command
497         LatexName             offsets 
498         NextNoIndent          1
499         LabelSep              xxx
500         LeftMargin            Reprint_reqs_To:x
501         ParSkip               0.4
502         TopSep                1.3
503         BottomSep             0.7
504         ParSep                0.7
505         Align                 Left
506         AlignPossible         Left
507         LabelType             Static
508         LabelString           reprint_reqs_to:
509
510         LabelFont 
511           Series              Bold
512           Shape               Italic
513           Color               red
514         EndFont
515 End
516
517
518 Style Date
519         Margin                Dynamic
520         LatexType             Command
521         LatexName             date
522         NextNoIndent          1
523         LabelSep              xxx
524         ParSkip               0.4
525         TopSep                0.9
526         BottomSep             0.5
527         ParSep                0.5
528         Align                 Left
529         AlignPossible         Left
530         LabelType             No_Label
531 End
532
533
534 Style Abstract 
535         Margin                First_Dynamic
536         LatexType             Environment
537         LatexName             abstract
538         NextNoIndent          0
539         ParIndent             MM
540         LabelSep              x
541         ItemSep               0
542         TopSep                0.7
543         BottomSep             0.7
544         ParSep                0
545         Align                 Block
546         AlignPossible         Block, Left
547         LabelType             Static
548         LabelString           Abstract.  
549
550         LabelFont 
551           Series              Bold
552         EndFont
553 End 
554
555
556 Style Acknowledgements
557         Margin                First_Dynamic
558         LatexType             Environment
559         LatexName             acknowledgements
560         NextNoIndent          0
561         ParIndent             MM
562         LabelSep              x
563         ItemSep               0
564         TopSep                0.7
565         BottomSep             0.7
566         ParSep                0
567         Align                 Block
568         AlignPossible         Block, Left
569         LabelType             Static
570         LabelString           Acknowledgements. 
571
572         Font 
573           Size                Small
574         EndFont
575
576         LabelFont 
577           Shape               Italic
578           Size                Small
579         EndFont
580 End 
581
582
583 Style Acknowledgement
584         Margin                First_Dynamic
585         LatexType             Environment
586         LatexName             acknowledgement
587         NextNoIndent          0
588         ParIndent             MM
589         LabelSep              x
590         ItemSep               0
591         TopSep                0.7
592         BottomSep             0.7
593         ParSep                0
594         Align                 Block
595         AlignPossible         Block, Left
596         LabelType             Static
597         LabelString           Acknowledgement. 
598
599         Font 
600           Size                Small
601         EndFont
602
603         LabelFont 
604           Shape               Italic
605           Size                Small
606         EndFont
607 End 
608
609
610 Style Bibliography
611         Margin                First_Dynamic
612         LatexType             Bib_Environment
613         LatexName             thebibliography
614         NextNoIndent          1
615         LeftMargin            MM
616         ParSkip               0.4
617         ItemSep               0
618         TopSep                0.7
619         BottomSep             0.7
620         ParSep                0.5
621         Align                 Block
622         AlignPossible         Block, Left
623         LabelType             Bibliography
624         LabelString           References 
625         LabelBottomSep    0.7
626
627         LabelFont 
628           Series              Bold
629         EndFont
630 End
631
632
633 Style Caption
634         Margin                First_Dynamic
635         LatexType             Command
636         LatexName             caption
637         LabelSep              xx
638         ParSkip               0.4
639         TopSep                0.5
640         Align                 Block
641         AlignPossible         Block, Left
642         LabelType             Sensitive
643         LabelString           Caption
644
645         LabelFont 
646           Series              Bold
647         EndFont
648 End
649
650
651 Style Section*
652         Margin                Static
653         LatexType             Command
654         LatexName             section*
655         NextNoIndent          1
656         LabelSep              xxx
657         ParSkip               0.4
658         TopSep                1.3
659         BottomSep             0.7
660         ParSep                0.7
661         Align                 Block
662         AlignPossible         Block, Left, Right, Center
663         LabelType             No_Label
664
665         Font 
666           Series              Bold
667 #    Size               Larger
668         EndFont
669 End
670
671
672 Style Subsection*
673         Margin                Static
674         LatexType             Command
675         LatexName             subsection*
676         NextNoIndent          1
677         LabelSep              xxx
678         ParSkip               0.4
679         TopSep                0.9
680         BottomSep             0.5
681         ParSep                0.5
682         Align                 Block
683         AlignPossible         Block, Left, Right, Center
684         LabelType             No_Label
685 End
686
687
688 Style LaTeX
689         Margin                Static
690         LatexType             Paragraph
691         LatexName             dummy
692         NewLine               0
693         ParIndent             MM
694         ParSkip               0.4
695         ParSep                0.5
696         Align                 Block
697         AlignPossible         Block, Left, Right, Center
698         LabelType             No_Label
699         FreeSpacing           1
700
701         Font 
702           Color               red
703         EndFont
704 End
705
706
707 Style LyX-Code
708         Margin                Static
709         LatexType             Environment
710         LatexName             lyxcode
711         NextNoIndent          1
712         LeftMargin            MMM
713         RightMargin           MMM
714         TopSep                0.5
715         BottomSep             0.5
716         Align                 Left
717         AlignPossible         Block, Left, Right, Center
718         LabelType             No_Label
719         FreeSpacing           1
720
721         Font 
722           Family              Typewriter
723         EndFont
724 End
725
726
727 Input stdfloats.inc
728 Input stdcounters.inc