]> git.lyx.org Git - features.git/blob - lib/layouts/agu_stdclass.inc
Migrate the existing layouts to the new DocBook attributes.
[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 Format 82
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         Category              MainText
24         Margin                Static
25         LatexType             Paragraph
26         LatexName             p
27         ParIndent             MM
28         ParSkip               0.4
29         Align                 Block
30         LabelType             No_Label
31         LatexParam            "id=<para#>"
32 End
33
34
35 InsetLayout Flex:Firstname
36         LabelString Firstname
37         LatexType             Command
38         DocBookTag            firstname
39         Font
40           Shape               SmallCaps
41         EndFont
42         LabelFont
43           Shape               Up
44           Color               blue
45         EndFont
46         ResetsFont true
47 End
48
49 InsetLayout Flex:Fname
50         LabelString Fname
51         LatexType             Command
52         DocBookTag            fname
53         Font
54           Shape               SmallCaps
55         EndFont
56         LabelFont
57           Shape               Up
58           Color               blue
59         EndFont
60         ResetsFont true
61 End
62
63
64 InsetLayout Flex:Surname
65         LabelString Surname
66         LatexType             Command
67         DocBookTag            surname
68         Font
69           Shape               SmallCaps
70         EndFont
71         LabelFont
72           Shape               Up
73           Color               blue
74         EndFont
75         ResetsFont true
76 End
77
78
79 InsetLayout Flex:Filename
80         LabelString Filename
81         LatexType             Command
82         DocBookTag            filename
83         Font
84           Family              Typewriter
85         EndFont
86         LabelFont
87           Family              Roman
88           Color               blue
89         EndFont
90         ResetsFont true
91 End
92
93
94 InsetLayout Flex:Literal
95         LabelString Literal
96         LatexType             Command
97         DocBookTag            literal
98         Font
99           Family              Typewriter
100         EndFont
101         LabelFont
102           Family              Roman
103           Color               blue
104         EndFont
105         ResetsFont true
106 End
107
108
109 InsetLayout Flex:Emph
110         LabelString Emph
111         LatexType             Command
112         DocBookTag            emph
113         DocBookAttr           "type='italic'"
114         Font
115           Shape               Italic
116         EndFont
117         LabelFont
118           Shape               Up
119           Color               blue
120         EndFont
121         ResetsFont true
122 End
123
124
125 InsetLayout Flex:Abbrev
126         LabelString Abbrev
127         LatexType             Command
128         DocBookTag            abbrev
129         LabelFont
130           Color               blue
131         EndFont
132         ResetsFont true
133 End
134
135
136 InsetLayout Flex:Citation-number
137         LabelString Citation-number
138         LatexType             Command
139         DocBookTag            citation-number
140         LabelFont
141           Color               blue
142         EndFont
143         ResetsFont true
144 End
145
146
147 InsetLayout Flex:Volume
148         LabelString Volume
149         LatexType             Command
150         DocBookTag            volume
151         LabelFont
152           Color               blue
153         EndFont
154         ResetsFont true
155 End
156
157
158 InsetLayout Flex:Day
159         LabelString Day
160         LatexType             Command
161         DocBookTag            day
162         LabelFont
163           Color               blue
164         EndFont
165         ResetsFont true
166 End
167
168
169 InsetLayout Flex:Month
170         LabelString Month
171         LatexType             Command
172         DocBookTag            month
173         LabelFont
174           Color               blue
175         EndFont
176         ResetsFont true
177 End
178
179
180 InsetLayout Flex:Year
181         LabelString Year
182         LatexType             Command
183         DocBookTag            year
184         LabelFont
185           Color               blue
186         EndFont
187         ResetsFont true
188 End
189
190
191 InsetLayout Flex:Issue-number
192         LabelString Issue-number
193         LatexType             Command
194         DocBookTag            issue-number
195         LabelFont
196           Color               blue
197         EndFont
198         ResetsFont true
199 End
200
201
202 InsetLayout Flex:Issue-day
203         LabelString Issue-day
204         LatexType             Command
205         DocBookTag            issue-day
206         LabelFont
207           Color               blue
208         EndFont
209         ResetsFont true
210 End
211
212
213 InsetLayout Flex:Issue-months
214         LabelString Issue-months
215         LatexType             Command
216         DocBookTag            issue-months
217         LabelFont
218           Color               blue
219         EndFont
220         ResetsFont true
221 End
222
223
224 Input stdinsets.inc
225 Input agu_stdlists.inc
226 Input agu_stdsections.inc
227 Input db_stdstarsections.inc
228 Input agu_stdtitle.inc
229 Input db_stdstruct.inc
230 Input db_lyxmacros.inc
231 Input db_stdlayouts.inc
232 Input stdcounters.inc
233 Input agu_stdcounters.inc
234 Input stdfloats.inc