]> git.lyx.org Git - lyx.git/blob - lib/layouts/agu_stdtitle.inc
1e30a07969af34afcd1bf6e25a900e0d2f6168ba
[lyx.git] / lib / layouts / agu_stdtitle.inc
1 # Textclass definition file for agu-dtd.
2 # Author : José Abílio Oliveira Matos <jamatos@lyx.org>
3 # Modified Martin Vermeer <martin.vermeer@hut.fi> 
4 #
5 # This file is the counterpart of stdstyle.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 Input stdtitle.inc
10
11
12 Style Header
13         Margin                First_dynamic
14         LatexType             Command
15         LatexName             header
16         LabelSep              xx
17         LabelType             Centered_Top_Environment
18         LabelString           "<header>"
19         CommandDepth          2
20         KeepEmpty             1
21         NextNoIndent          1
22         LabelFont
23           Color               green
24         EndFont
25 End
26
27
28 Style Special-section
29         CopyStyle             Header
30         LatexName             special-section
31         LabelType             Static
32         LabelString           "<special-section>"
33         CommandDepth          3
34         LabelFont
35           Color               blue
36         EndFont
37 End
38
39
40 Style AGU-journal
41         CopyStyle             Special-section
42         LatexName             AGU-journal
43         LabelString           "<AGU-journal>"
44         CommandDepth          3
45 End
46
47
48 Style AGU-volume
49         CopyStyle             Special-section
50         LatexName             AGU-volume
51         LabelString           "<AGU-volume>"
52         CommandDepth          3
53 End
54
55
56 Style AGU-issue
57         CopyStyle             Special-section
58         LatexName             AGU-issue
59         LabelString           "<AGU-issue>"
60         CommandDepth          3
61 End
62
63
64 Style Copyright
65         CopyStyle             Special-section
66         LatexName             copyright
67         LabelString           "<copyright>"
68         CommandDepth          3
69 End
70
71
72 Style Indexterms
73         CopyStyle             Special-section
74         LatexName             index-terms
75         LabelString           "<index-terms>"
76         CommandDepth          3
77 End
78
79
80 Style Keywords
81         CopyStyle             Special-section
82         LatexName             keywords
83         LabelString           "<keywords>"
84         CommandDepth          3
85 End
86
87
88 Style Affiliation
89         CopyStyle             Special-section
90         LatexName             affiliation
91         LabelString           "<affiliation>"
92         CommandDepth          3
93 End
94
95
96 Style Supplementary
97         CopyStyle             Special-section
98         LatexName             sup-mat-ref
99         LabelString           "<sup-mat-ref>"
100         CommandDepth          3
101 End
102
103
104 Style Author
105         CopyStyle             Special-section
106         LatexName             author
107         LabelString           "<author>"
108         CommandDepth          3
109 End
110
111
112 Style Abstract
113         LatexType             Environment
114         LabelType             Centered_Top_Environment
115         LabelString           "Abstract"
116         CommandDepth          3
117 End
118
119
120 Style Received
121         CopyStyle             Special-section
122         LatexName             received
123         LabelString           "<received>"
124         CommandDepth          3
125 End
126
127
128 Style Revised
129         CopyStyle             Special-section
130         LatexName             revised
131         LabelString           "<revised>"
132         CommandDepth          3
133 End
134
135
136 Style Accepted
137         CopyStyle             Special-section
138         LatexName             accepted
139         LabelString           "<accepted>"
140         CommandDepth          3
141 End
142
143
144 Style Identline
145         CopyStyle             Special-section
146         LatexName             ident-line
147         LabelString           "<ident-line>"
148         CommandDepth          3
149 End
150
151
152 Style Runhead
153         CopyStyle             Special-section
154         LatexName             runhead
155         LabelString           "<runhead>"
156         CommandDepth          3
157 End
158
159
160 Style Date
161         CopyStyle             Special-section
162         LatexName             date
163         LabelString           "<date>"
164         CommandDepth          3
165 End
166
167
168 Style Title
169         CopyStyle             Special-section
170         LatexName             title
171         LabelString           "<title>"
172         CommandDepth          3
173 End
174
175
176 Style Citation
177         CopyStyle             Special-section
178         LatexName             citation
179         LabelString           "<citation>"
180         CommandDepth          3
181 End
182
183