]> git.lyx.org Git - lyx.git/blob - lib/layouts/egs.layout
DocBook: implement standard for layouts that previously missed it.
[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 85
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 End
340
341
342 Style LaTeX_Title
343         Margin                Static
344         LatexType             Command
345         LatexName             title
346         NextNoIndent          1
347         ParSkip               0.4
348         ItemSep               0
349         TopSep                0
350         BottomSep             0
351         ParSep                0
352         Align                 Center
353         LabelType             No_Label
354         Font
355           Family              Sans
356           Series              Bold
357           Size                Largest
358         EndFont
359         HTMLTitle             true
360 End
361
362
363 Style Author
364         Category              FrontMatter
365         Margin                Static
366         LatexType             Command
367         LatexName             author
368         NextNoIndent          1
369         LeftMargin            Author:xx
370         LabelSep              xxx
371         ParSkip               0.4
372         TopSep                1.3
373         BottomSep             0.7
374         ParSep                0.7
375         Align                 Left
376         LabelType             Static
377         LabelString           "Author:"
378         LabelFont
379           Series              Bold
380           Shape               Italic
381           Color               red
382         EndFont
383 End
384
385
386 Style Affil
387         Margin                Static
388         LatexType             Command
389         LatexName             affil
390         NextNoIndent          1
391         LeftMargin            Affiliation:x
392         LabelSep              xxx
393         ParSkip               0.4
394         TopSep                1.3
395         BottomSep             0.7
396         ParSep                0.7
397         Align                 Left
398         LabelType             Static
399         LabelString           "Affiliation:"
400         LabelFont
401           Series              Bold
402           Shape               Italic
403           Color               red
404         EndFont
405 End
406
407
408 Style Journal
409         Margin                Static
410         LatexType             Command
411         LatexName             journal
412         NextNoIndent          1
413         LeftMargin            Journal:xx
414         LabelSep              xxx
415         ParSkip               0.4
416         TopSep                1.3
417         BottomSep             0.7
418         ParSep                0.7
419         Align                 Left
420         LabelType             Static
421         LabelString           "Journal:"
422         LabelFont
423           Series              Bold
424           Shape               Italic
425           Color               red
426         EndFont
427 End
428
429
430 Style msnumber
431         Margin                Static
432         LatexType             Command
433         LatexName             msnumber
434         NextNoIndent          1
435         LabelSep              xxx
436         LeftMargin            MS_number:xx
437         LabelSep              xxx
438         ParSkip               0.4
439         TopSep                1.3
440         BottomSep             0.7
441         ParSep                0.7
442         Align                 Left
443         LabelType             Static
444         LabelString           "MS_number:"
445         LabelFont
446           Series              Bold
447           Shape               Italic
448           Color               red
449         EndFont
450 End
451
452
453
454 Style FirstAuthor
455         Margin                Static
456         LatexType             Command
457         LatexName             firstauthor
458         NextNoIndent          1
459         LabelSep              xxx
460         LeftMargin            1st_author_surname:xx
461         ParSkip               0.4
462         TopSep                1.3
463         BottomSep             0.7
464         ParSep                0.7
465         Align                 Left
466         LabelType             Static
467         LabelString           "1st_author_surname:"
468         LabelFont
469           Series              Bold
470           Shape               Italic
471           Color               red
472         EndFont
473 End
474
475
476 Style Received
477         Margin                Static
478         LatexType             Command
479         LatexName             received
480         NextNoIndent          1
481         LabelSep              xxx
482         LeftMargin            Received:xx
483         ParSkip               0.4
484         TopSep                1.3
485         BottomSep             0.7
486         ParSep                0.7
487         Align                 Left
488         LabelType             Static
489         LabelString           "Received:"
490         LabelFont
491           Series              Bold
492           Shape               Italic
493           Color               red
494         EndFont
495 End
496
497
498 Style Accepted
499         Margin                Static
500         LatexType             Command
501         LatexName             accepted
502         NextNoIndent          1
503         LabelSep              xxx
504         LeftMargin            Accepted:xx
505         ParSkip               0.4
506         TopSep                1.3
507         BottomSep             0.7
508         ParSep                0.7
509         Align                 Left
510         LabelType             Static
511         LabelString           "Accepted:"
512         LabelFont
513           Series              Bold
514           Shape               Italic
515           Color               red
516         EndFont
517 End
518
519
520 Style Offsets
521         Margin                Static
522         LatexType             Command
523         LatexName             offsets
524         NextNoIndent          1
525         LabelSep              xxx
526         LeftMargin            Reprint_reqs_To:x
527         ParSkip               0.4
528         TopSep                1.3
529         BottomSep             0.7
530         ParSep                0.7
531         Align                 Left
532         LabelType             Static
533         LabelString           "reprint_reqs_to:"
534         LabelFont
535           Series              Bold
536           Shape               Italic
537           Color               red
538         EndFont
539 End
540
541
542 Style Date
543         Margin                Dynamic
544         LatexType             Command
545         LatexName             date
546         NextNoIndent          1
547         LabelSep              xxx
548         ParSkip               0.4
549         TopSep                0.9
550         BottomSep             0.5
551         ParSep                0.5
552         Align                 Left
553         LabelType             No_Label
554 End
555
556
557 Style Abstract
558         Category              FrontMatter
559         Margin                First_Dynamic
560         LatexType             Environment
561         LatexName             abstract
562         NextNoIndent          0
563         ParIndent             MM
564         LabelSep              x
565         ItemSep               0
566         TopSep                0.7
567         BottomSep             0.7
568         ParSep                0
569         Align                 Block
570         AlignPossible         Block, Left
571         LabelType             Static
572         LabelString           "Abstract."
573         LabelFont
574           Series              Bold
575         EndFont
576 End
577
578
579 Style Acknowledgements
580         Category              BackMatter
581         Margin                First_Dynamic
582         LatexType             Environment
583         LatexName             acknowledgements
584         NextNoIndent          0
585         ParIndent             MM
586         LabelSep              x
587         ItemSep               0
588         TopSep                0.7
589         BottomSep             0.7
590         ParSep                0
591         Align                 Block
592         AlignPossible         Block, Left
593         LabelType             Static
594         LabelString           "Acknowledgements."
595         Font
596           Size                Small
597         EndFont
598         LabelFont
599           Shape               Italic
600           Size                Small
601         EndFont
602 End
603
604
605 Style Acknowledgement
606         Margin                First_Dynamic
607         LatexType             Environment
608         LatexName             acknowledgement
609         NextNoIndent          0
610         ParIndent             MM
611         LabelSep              x
612         ItemSep               0
613         TopSep                0.7
614         BottomSep             0.7
615         ParSep                0
616         Align                 Block
617         AlignPossible         Block, Left
618         LabelType             Static
619         LabelString           "Acknowledgement."
620         Font
621           Size                Small
622         EndFont
623         LabelFont
624           Shape               Italic
625           Size                Small
626         EndFont
627 End
628
629
630 Style Bibliography
631         Category              BackMatter
632         Margin                First_Dynamic
633         LatexType             Bib_Environment
634         LatexName             thebibliography
635         NextNoIndent          1
636         ToggleIndent          Never
637         LeftMargin            MM
638         ParSkip               0.4
639         ItemSep               0
640         TopSep                0.7
641         BottomSep             0.7
642         ParSep                0.5
643         Align                 Block
644         AlignPossible         Block, Left
645         LabelType             Bibliography
646         LabelString           "References"
647         LabelBottomSep        0.7
648         LabelFont
649           Series              Bold
650         EndFont
651         TocLevel              1
652         IsTocCaption          0
653         Argument listpreamble:1
654           LabelString    "Bib preamble"
655           MenuString     "Bibliography Preamble"
656           Tooltip        "LaTeX code to be inserted before the first bibliography item"
657           PassThru       1
658           Font
659             Family typewriter
660             Color latex
661           EndFont
662         EndArgument
663 End
664
665
666
667
668 Style Section*
669         Margin                Static
670         LatexType             Command
671         LatexName             section*
672         NextNoIndent          1
673         LabelSep              xxx
674         ParSkip               0.4
675         TopSep                1.3
676         BottomSep             0.7
677         ParSep                0.7
678         Align                 Block
679         AlignPossible         Block, Left, Right, Center
680         LabelType             No_Label
681         Font
682           Series              Bold
683 #    Size               Larger
684         EndFont
685 End
686
687
688 Style Subsection*
689         Margin                Static
690         LatexType             Command
691         LatexName             subsection*
692         NextNoIndent          1
693         LabelSep              xxx
694         ParSkip               0.4
695         TopSep                0.9
696         BottomSep             0.5
697         ParSep                0.5
698         Align                 Block
699         AlignPossible         Block, Left, Right, Center
700         LabelType             No_Label
701 End
702
703
704 Style LaTeX
705         Margin                Static
706         LatexType             Paragraph
707         LatexName             dummy
708         NewLine               0
709         ParIndent             MM
710         ParSkip               0.4
711         ParSep                0.5
712         Align                 Block
713         AlignPossible         Block, Left, Right, Center
714         LabelType             No_Label
715         FreeSpacing           1
716         Font
717           Color               red
718         EndFont
719 End
720
721
722 Style LyX-Code
723         Margin                Static
724         LatexType             Environment
725         LatexName             lyxcode
726         NextNoIndent          1
727         LeftMargin            MMM
728         RightMargin           MMM
729         TopSep                0.5
730         BottomSep             0.5
731         Align                 Left
732         AlignPossible         Block, Left, Right, Center
733         LabelType             No_Label
734         FreeSpacing           1
735         Font
736           Family              Typewriter
737         EndFont
738         DocBookTag            programlisting
739     DocBookTagType        paragraph
740         DocBookAttr                       language='lyx'
741 End
742
743
744 Input stdinsets.inc
745 Input stdfloats.inc
746 Input numarticle.inc
747 Input stdcounters.inc
748 Input stdrefprefix.inc