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