]> git.lyx.org Git - features.git/blob - lib/layouts/egs.layout
DocBook 5: very basic support for simplecv, support for Itemize in many layouts
[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 82
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 End
197
198
199 Style Itemize
200         Category              List
201         Margin                Static
202         LatexType             Item_Environment
203         LatexName             itemize
204         NextNoIndent          1
205         ToggleIndent          Never
206         LeftMargin            MMN
207         LabelSep              xx
208         ItemSep               0.2
209         TopSep                0.7
210         BottomSep             0.7
211         ParSep                0.3
212         Align                 Block
213         AlignPossible         Block, Left
214         LabelType             Itemize
215         Argument item:1
216                 LabelString   "Custom Item|s"
217                 Tooltip       "A customized item string"
218         EndArgument
219         Argument listpreamble:1
220                 LabelString    "List preamble"
221                 MenuString     "List Preamble"
222                 Tooltip        "LaTeX code to be inserted before the first item"
223                 PassThru       1
224                 Font
225                         Family typewriter
226                         Color latex
227                 EndFont
228         EndArgument
229         DocBookTag            itemizedlist
230         DocBookItemTag        listitem
231         DocBookItemInnerTag   para
232 End
233
234
235 Style Description
236         Margin                First_Dynamic
237         LatexType             Item_environment
238         LatexName             description
239         NextNoIndent          1
240         ToggleIndent          Never
241         LeftMargin            MM
242         LabelSep              xxx
243         ParSkip               0.4
244         ItemSep               0.2
245         TopSep                0.7
246         BottomSep             0.7
247         ParSep                0.3
248         Align                 Block
249         AlignPossible         Block, Left
250         LabelType             Manual
251         LabelFont
252           Series              Bold
253         EndFont
254         Argument listpreamble:1
255                 LabelString    "List preamble"
256                 MenuString     "List Preamble"
257                 Tooltip        "LaTeX code to be inserted before the first item"
258                 PassThru       1
259                 Font
260                         Family typewriter
261                         Color latex
262                 EndFont
263         EndArgument
264 End
265
266
267 Style Verse
268 # LaTeX type is first dynamic because of LaTeX implementation.
269 # In LyX this does not make sense.
270         LatexType             Environment
271         LatexName             verse
272         Margin                First_Dynamic
273         NextNoIndent          1
274         LeftMargin            MMMM
275         LabelIndent           MMMM
276         ParSkip               0.4
277         TopSep                0.7
278         BottomSep             0.7
279         ParSep                0.5
280         Align                 Block
281         AlignPossible         Block, Left
282         LabelType             No_Label
283 End
284
285
286 Style Right_Address
287         Margin                Right_Address_Box
288         LatexType             Command
289         LatexName             lyxrightaddress
290         ParSkip               0.4
291         BottomSep             1.5
292         ParSep                1.5
293         Align                 Left
294 End
295
296
297 Style Address
298         Margin                Static
299         LatexType             Command
300         LatexName             lyxaddress
301         ParSkip               0.4
302         BottomSep             1.5
303         ParSep                1.5
304         Align                 Left
305         AlignPossible         Block, Left, Right, Center
306         LabelType             No_Label
307 End
308
309
310 Style Title
311         Category              FrontMatter
312         Margin                Static
313         LatexType             Command
314         LatexName             title
315         NextNoIndent          1
316         ParSkip               0.4
317         TopSep                1.3
318         BottomSep             0.7
319         ParSep                0.7
320         Align                 Left
321         AlignPossible         Block, Center, Left, Right, Center
322         LabelType             No_Label
323         Font
324           Family              Sans
325           Series              Bold
326           Size                Largest
327         EndFont
328         HTMLTitle             true
329 End
330
331
332 Style LaTeX_Title
333         Margin                Static
334         LatexType             Command
335         LatexName             title
336         NextNoIndent          1
337         ParSkip               0.4
338         ItemSep               0
339         TopSep                0
340         BottomSep             0
341         ParSep                0
342         Align                 Center
343         LabelType             No_Label
344         Font
345           Family              Sans
346           Series              Bold
347           Size                Largest
348         EndFont
349         HTMLTitle             true
350 End
351
352
353 Style Author
354         Category              FrontMatter
355         Margin                Static
356         LatexType             Command
357         LatexName             author
358         NextNoIndent          1
359         LeftMargin            Author:xx
360         LabelSep              xxx
361         ParSkip               0.4
362         TopSep                1.3
363         BottomSep             0.7
364         ParSep                0.7
365         Align                 Left
366         LabelType             Static
367         LabelString           "Author:"
368         LabelFont
369           Series              Bold
370           Shape               Italic
371           Color               red
372         EndFont
373 End
374
375
376 Style Affil
377         Margin                Static
378         LatexType             Command
379         LatexName             affil
380         NextNoIndent          1
381         LeftMargin            Affiliation:x
382         LabelSep              xxx
383         ParSkip               0.4
384         TopSep                1.3
385         BottomSep             0.7
386         ParSep                0.7
387         Align                 Left
388         LabelType             Static
389         LabelString           "Affiliation:"
390         LabelFont
391           Series              Bold
392           Shape               Italic
393           Color               red
394         EndFont
395 End
396
397
398 Style Journal
399         Margin                Static
400         LatexType             Command
401         LatexName             journal
402         NextNoIndent          1
403         LeftMargin            Journal:xx
404         LabelSep              xxx
405         ParSkip               0.4
406         TopSep                1.3
407         BottomSep             0.7
408         ParSep                0.7
409         Align                 Left
410         LabelType             Static
411         LabelString           "Journal:"
412         LabelFont
413           Series              Bold
414           Shape               Italic
415           Color               red
416         EndFont
417 End
418
419
420 Style msnumber
421         Margin                Static
422         LatexType             Command
423         LatexName             msnumber
424         NextNoIndent          1
425         LabelSep              xxx
426         LeftMargin            MS_number:xx
427         LabelSep              xxx
428         ParSkip               0.4
429         TopSep                1.3
430         BottomSep             0.7
431         ParSep                0.7
432         Align                 Left
433         LabelType             Static
434         LabelString           "MS_number:"
435         LabelFont
436           Series              Bold
437           Shape               Italic
438           Color               red
439         EndFont
440 End
441
442
443
444 Style FirstAuthor
445         Margin                Static
446         LatexType             Command
447         LatexName             firstauthor
448         NextNoIndent          1
449         LabelSep              xxx
450         LeftMargin            1st_author_surname:xx
451         ParSkip               0.4
452         TopSep                1.3
453         BottomSep             0.7
454         ParSep                0.7
455         Align                 Left
456         LabelType             Static
457         LabelString           "1st_author_surname:"
458         LabelFont
459           Series              Bold
460           Shape               Italic
461           Color               red
462         EndFont
463 End
464
465
466 Style Received
467         Margin                Static
468         LatexType             Command
469         LatexName             received
470         NextNoIndent          1
471         LabelSep              xxx
472         LeftMargin            Received:xx
473         ParSkip               0.4
474         TopSep                1.3
475         BottomSep             0.7
476         ParSep                0.7
477         Align                 Left
478         LabelType             Static
479         LabelString           "Received:"
480         LabelFont
481           Series              Bold
482           Shape               Italic
483           Color               red
484         EndFont
485 End
486
487
488 Style Accepted
489         Margin                Static
490         LatexType             Command
491         LatexName             accepted
492         NextNoIndent          1
493         LabelSep              xxx
494         LeftMargin            Accepted:xx
495         ParSkip               0.4
496         TopSep                1.3
497         BottomSep             0.7
498         ParSep                0.7
499         Align                 Left
500         LabelType             Static
501         LabelString           "Accepted:"
502         LabelFont
503           Series              Bold
504           Shape               Italic
505           Color               red
506         EndFont
507 End
508
509
510 Style Offsets
511         Margin                Static
512         LatexType             Command
513         LatexName             offsets
514         NextNoIndent          1
515         LabelSep              xxx
516         LeftMargin            Reprint_reqs_To:x
517         ParSkip               0.4
518         TopSep                1.3
519         BottomSep             0.7
520         ParSep                0.7
521         Align                 Left
522         LabelType             Static
523         LabelString           "reprint_reqs_to:"
524         LabelFont
525           Series              Bold
526           Shape               Italic
527           Color               red
528         EndFont
529 End
530
531
532 Style Date
533         Margin                Dynamic
534         LatexType             Command
535         LatexName             date
536         NextNoIndent          1
537         LabelSep              xxx
538         ParSkip               0.4
539         TopSep                0.9
540         BottomSep             0.5
541         ParSep                0.5
542         Align                 Left
543         LabelType             No_Label
544 End
545
546
547 Style Abstract
548         Category              FrontMatter
549         Margin                First_Dynamic
550         LatexType             Environment
551         LatexName             abstract
552         NextNoIndent          0
553         ParIndent             MM
554         LabelSep              x
555         ItemSep               0
556         TopSep                0.7
557         BottomSep             0.7
558         ParSep                0
559         Align                 Block
560         AlignPossible         Block, Left
561         LabelType             Static
562         LabelString           "Abstract."
563         LabelFont
564           Series              Bold
565         EndFont
566 End
567
568
569 Style Acknowledgements
570         Category              BackMatter
571         Margin                First_Dynamic
572         LatexType             Environment
573         LatexName             acknowledgements
574         NextNoIndent          0
575         ParIndent             MM
576         LabelSep              x
577         ItemSep               0
578         TopSep                0.7
579         BottomSep             0.7
580         ParSep                0
581         Align                 Block
582         AlignPossible         Block, Left
583         LabelType             Static
584         LabelString           "Acknowledgements."
585         Font
586           Size                Small
587         EndFont
588         LabelFont
589           Shape               Italic
590           Size                Small
591         EndFont
592 End
593
594
595 Style Acknowledgement
596         Margin                First_Dynamic
597         LatexType             Environment
598         LatexName             acknowledgement
599         NextNoIndent          0
600         ParIndent             MM
601         LabelSep              x
602         ItemSep               0
603         TopSep                0.7
604         BottomSep             0.7
605         ParSep                0
606         Align                 Block
607         AlignPossible         Block, Left
608         LabelType             Static
609         LabelString           "Acknowledgement."
610         Font
611           Size                Small
612         EndFont
613         LabelFont
614           Shape               Italic
615           Size                Small
616         EndFont
617 End
618
619
620 Style Bibliography
621         Category              BackMatter
622         Margin                First_Dynamic
623         LatexType             Bib_Environment
624         LatexName             thebibliography
625         NextNoIndent          1
626         ToggleIndent          Never
627         LeftMargin            MM
628         ParSkip               0.4
629         ItemSep               0
630         TopSep                0.7
631         BottomSep             0.7
632         ParSep                0.5
633         Align                 Block
634         AlignPossible         Block, Left
635         LabelType             Bibliography
636         LabelString           "References"
637         LabelBottomSep        0.7
638         LabelFont
639           Series              Bold
640         EndFont
641         TocLevel              1
642         IsTocCaption          0
643         Argument listpreamble:1
644           LabelString    "Bib preamble"
645           MenuString     "Bibliography Preamble"
646           Tooltip        "LaTeX code to be inserted before the first bibliography item"
647           PassThru       1
648           Font
649             Family typewriter
650             Color latex
651           EndFont
652         EndArgument
653 End
654
655
656
657
658 Style Section*
659         Margin                Static
660         LatexType             Command
661         LatexName             section*
662         NextNoIndent          1
663         LabelSep              xxx
664         ParSkip               0.4
665         TopSep                1.3
666         BottomSep             0.7
667         ParSep                0.7
668         Align                 Block
669         AlignPossible         Block, Left, Right, Center
670         LabelType             No_Label
671         Font
672           Series              Bold
673 #    Size               Larger
674         EndFont
675 End
676
677
678 Style Subsection*
679         Margin                Static
680         LatexType             Command
681         LatexName             subsection*
682         NextNoIndent          1
683         LabelSep              xxx
684         ParSkip               0.4
685         TopSep                0.9
686         BottomSep             0.5
687         ParSep                0.5
688         Align                 Block
689         AlignPossible         Block, Left, Right, Center
690         LabelType             No_Label
691 End
692
693
694 Style LaTeX
695         Margin                Static
696         LatexType             Paragraph
697         LatexName             dummy
698         NewLine               0
699         ParIndent             MM
700         ParSkip               0.4
701         ParSep                0.5
702         Align                 Block
703         AlignPossible         Block, Left, Right, Center
704         LabelType             No_Label
705         FreeSpacing           1
706         Font
707           Color               red
708         EndFont
709 End
710
711
712 Style LyX-Code
713         Margin                Static
714         LatexType             Environment
715         LatexName             lyxcode
716         NextNoIndent          1
717         LeftMargin            MMM
718         RightMargin           MMM
719         TopSep                0.5
720         BottomSep             0.5
721         Align                 Left
722         AlignPossible         Block, Left, Right, Center
723         LabelType             No_Label
724         FreeSpacing           1
725         Font
726           Family              Typewriter
727         EndFont
728 End
729
730
731 Input stdinsets.inc
732 Input stdfloats.inc
733 Input numarticle.inc
734 Input stdcounters.inc
735 Input stdrefprefix.inc