]> git.lyx.org Git - features.git/blob - lib/layouts/agu_stdclass.inc
Conglomerate-style CharStyles
[features.git] / lib / layouts / agu_stdclass.inc
1 # Textclass definition file for AGU-Article.
2 # Author : José Abílio Oliveira Matos <jamatos@lyx.org>
3 #          Martin Vermeer <martin.vermeer@hut.fi>
4
5 # This file is the counterpart of stdclass.inc
6 # It is desirable, as far as possible, to have the same look and feel for
7 # related layouts in latex and docbook.
8
9 OutputType              docbook
10
11 Columns                 1
12 Sides                   1
13 SecNumDepth             3
14 TocDepth                3
15 DefaultStyle            Standard
16
17 ClassOptions
18         Header              "<!DOCTYPE # PUBLIC &quot;-//AGU//DTD article American Geophysical Union DTD version 3.42//EN&quot; &quot;AGU-Article-3.42.dtd&quot; "
19 End
20
21 Style Standard
22         Margin                Static
23         LatexType             Paragraph
24         LatexName             p
25         ParIndent             MM
26         ParSkip               0.4
27         Align                 Block
28         AlignPossible         Block
29         LabelType             No_Label
30         LatexParam            "para#"
31 End
32
33
34 CharStyle Firstname
35         LatexType             Command
36         LatexName             firstname
37         Font
38           Shape               SmallCaps
39         EndFont
40         LabelFont
41           Shape               Up
42           Color               blue
43         EndFont
44 End
45
46
47 CharStyle Surname
48         LatexType             Command
49         LatexName             firstname
50         Font
51           Shape               SmallCaps
52         EndFont
53         LabelFont
54           Shape               Up
55           Color               blue
56         EndFont
57 End
58
59
60 CharStyle Filename
61         LatexType             Command
62         LatexName             firstname
63         Font
64           Family              Typewriter
65         EndFont
66         LabelFont
67           Family              Roman
68           Color               blue
69         EndFont
70 End
71
72
73 CharStyle Literal
74         LatexType             Command
75         LatexName             firstname
76         Font
77           Family              Typewriter
78         EndFont
79         LabelFont
80           Family              Roman
81           Color               blue
82         EndFont
83 End
84
85
86 CharStyle Emph
87         LatexType             Command
88         LatexName             emph
89         LatexParam            "type=&quot;italic&quot;"
90         Font
91           Shape               Italic
92         EndFont
93         LabelFont
94           Shape               Up
95           Color               blue
96         EndFont
97 End
98
99
100 Input agu_stdlists.inc
101 Input agu_stdsections.inc
102 Input db_stdstarsections.inc
103 Input db_stdtitle.inc
104 Input db_stdstruct.inc
105 Input db_lyxmacros.inc
106 Input db_stdlayouts.inc
107 Input stdcounters.inc
108 Input agu_stdcounters.inc
109 Input stdfloats.inc