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