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