]> git.lyx.org Git - lyx.git/blob - lib/layouts/agu_stdclass.inc
slight changes for the new counter support in agu.
[lyx.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              "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            "id=<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 CharStyle Fname
47         LatexType             Command
48         LatexName             fname
49         Font
50           Shape               SmallCaps
51         EndFont
52         LabelFont
53           Shape               Up
54           Color               blue
55         EndFont
56 End
57
58
59 CharStyle Surname
60         LatexType             Command
61         LatexName             surname
62         Font
63           Shape               SmallCaps
64         EndFont
65         LabelFont
66           Shape               Up
67           Color               blue
68         EndFont
69 End
70
71
72 CharStyle Filename
73         LatexType             Command
74         LatexName             filename
75         Font
76           Family              Typewriter
77         EndFont
78         LabelFont
79           Family              Roman
80           Color               blue
81         EndFont
82 End
83
84
85 CharStyle Literal
86         LatexType             Command
87         LatexName             literal
88         Font
89           Family              Typewriter
90         EndFont
91         LabelFont
92           Family              Roman
93           Color               blue
94         EndFont
95 End
96
97
98 CharStyle Emph
99         LatexType             Command
100         LatexName             emph
101         LatexParam            "type=&quot;italic&quot;"
102         Font
103           Shape               Italic
104         EndFont
105         LabelFont
106           Shape               Up
107           Color               blue
108         EndFont
109 End
110
111
112 CharStyle Abbrev
113         LatexType             Command
114         LatexName             abbrev
115         LabelFont
116           Color               blue
117         EndFont
118 End
119
120
121 CharStyle Citation-number
122         LatexType             Command
123         LatexName             citation-number
124         LabelFont
125           Color               blue
126         EndFont
127 End
128
129
130 CharStyle Volume
131         LatexType             Command
132         LatexName             volume
133         LabelFont
134           Color               blue
135         EndFont
136 End
137
138
139 CharStyle Day
140         LatexType             Command
141         LatexName             day
142         LabelFont
143           Color               blue
144         EndFont
145 End
146
147
148 CharStyle Month
149         LatexType             Command
150         LatexName             month
151         LabelFont
152           Color               blue
153         EndFont
154 End
155
156
157 CharStyle Year
158         LatexType             Command
159         LatexName             year
160         LabelFont
161           Color               blue
162         EndFont
163 End
164
165
166 CharStyle Issue-number
167         LatexType             Command
168         LatexName             issue-number
169         LabelFont
170           Color               blue
171         EndFont
172 End
173
174
175 CharStyle Issue-day
176         LatexType             Command
177         LatexName             issue-day
178         LabelFont
179           Color               blue
180         EndFont
181 End
182
183
184 CharStyle Issue-months
185         LatexType             Command
186         LatexName             issue-months
187         LabelFont
188           Color               blue
189         EndFont
190 End
191
192
193 Input agu_stdlists.inc
194 Input agu_stdsections.inc
195 Input db_stdstarsections.inc
196 Input agu_stdtitle.inc
197 Input db_stdstruct.inc
198 Input db_lyxmacros.inc
199 Input db_stdlayouts.inc
200 Input stdcounters.inc
201 Input agu_stdcounters.inc
202 Input stdfloats.inc