]> git.lyx.org Git - lyx.git/blob - lib/layouts/agu_stdclass.inc
replace 'ascii' by 'plain text' (more to come)
[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 Format 2
10 OutputType              docbook
11
12 Columns                 1
13 Sides                   1
14 SecNumDepth             3
15 TocDepth                3
16 DefaultStyle            Standard
17
18 ClassOptions
19         Header              "PUBLIC &quot;-//AGU//DTD article American Geophysical Union DTD version 3.42//EN&quot; &quot;AGU-Article-3.42.dtd&quot; "
20 End
21
22 Style Standard
23         Margin                Static
24         LatexType             Paragraph
25         LatexName             p
26         ParIndent             MM
27         ParSkip               0.4
28         Align                 Block
29         AlignPossible         Block
30         LabelType             No_Label
31         LatexParam            "id=<para#>"
32 End
33
34
35 CharStyle Firstname
36         LatexType             Command
37         LatexName             firstname
38         Font
39           Shape               SmallCaps
40         EndFont
41         LabelFont
42           Shape               Up
43           Color               blue
44         EndFont
45 End
46
47 CharStyle Fname
48         LatexType             Command
49         LatexName             fname
50         Font
51           Shape               SmallCaps
52         EndFont
53         LabelFont
54           Shape               Up
55           Color               blue
56         EndFont
57 End
58
59
60 CharStyle Surname
61         LatexType             Command
62         LatexName             surname
63         Font
64           Shape               SmallCaps
65         EndFont
66         LabelFont
67           Shape               Up
68           Color               blue
69         EndFont
70 End
71
72
73 CharStyle Filename
74         LatexType             Command
75         LatexName             filename
76         Font
77           Family              Typewriter
78         EndFont
79         LabelFont
80           Family              Roman
81           Color               blue
82         EndFont
83 End
84
85
86 CharStyle Literal
87         LatexType             Command
88         LatexName             literal
89         Font
90           Family              Typewriter
91         EndFont
92         LabelFont
93           Family              Roman
94           Color               blue
95         EndFont
96 End
97
98
99 CharStyle Emph
100         LatexType             Command
101         LatexName             emph
102         LatexParam            "type=<italic>"
103         Font
104           Shape               Italic
105         EndFont
106         LabelFont
107           Shape               Up
108           Color               blue
109         EndFont
110 End
111
112
113 CharStyle Abbrev
114         LatexType             Command
115         LatexName             abbrev
116         LabelFont
117           Color               blue
118         EndFont
119 End
120
121
122 CharStyle Citation-number
123         LatexType             Command
124         LatexName             citation-number
125         LabelFont
126           Color               blue
127         EndFont
128 End
129
130
131 CharStyle Volume
132         LatexType             Command
133         LatexName             volume
134         LabelFont
135           Color               blue
136         EndFont
137 End
138
139
140 CharStyle Day
141         LatexType             Command
142         LatexName             day
143         LabelFont
144           Color               blue
145         EndFont
146 End
147
148
149 CharStyle Month
150         LatexType             Command
151         LatexName             month
152         LabelFont
153           Color               blue
154         EndFont
155 End
156
157
158 CharStyle Year
159         LatexType             Command
160         LatexName             year
161         LabelFont
162           Color               blue
163         EndFont
164 End
165
166
167 CharStyle Issue-number
168         LatexType             Command
169         LatexName             issue-number
170         LabelFont
171           Color               blue
172         EndFont
173 End
174
175
176 CharStyle Issue-day
177         LatexType             Command
178         LatexName             issue-day
179         LabelFont
180           Color               blue
181         EndFont
182 End
183
184
185 CharStyle Issue-months
186         LatexType             Command
187         LatexName             issue-months
188         LabelFont
189           Color               blue
190         EndFont
191 End
192
193
194 Input agu_stdlists.inc
195 Input agu_stdsections.inc
196 Input db_stdstarsections.inc
197 Input agu_stdtitle.inc
198 Input db_stdstruct.inc
199 Input db_lyxmacros.inc
200 Input db_stdlayouts.inc
201 Input stdcounters.inc
202 Input agu_stdcounters.inc
203 Input stdfloats.inc