]> git.lyx.org Git - lyx.git/blob - lib/layouts/aguplus.inc
Update all layout files to format 21.
[lyx.git] / lib / layouts / aguplus.inc
1 # AGUplus textclass definition file.
2 # Author: Martin Vermeer <martin.vermeer@hut.fi>
3 #
4 # Necessary LaTeX files to be found on
5 #
6 # ftp://ftp.agu.org/journals/latex/journals
7
8
9 Format 21
10 Input stdclass.inc
11
12 SecNumDepth             4
13
14 Preamble
15         \usepackage{times}
16         \sectionnumbers
17 EndPreamble
18
19
20 NoStyle Chapter
21 NoStyle Chapter*
22
23 NoStyle Subparagraph
24 NoStyle Subparagraph*
25
26
27 Style Section
28         Font
29           Size                Large
30         EndFont
31         TocLevel 1
32 End
33
34
35 Style Section*
36         Font
37           Size                Large
38         EndFont
39 End
40
41
42 Style Subsection
43         Font
44           Size                Normal
45         EndFont
46         TocLevel 2
47 End
48
49
50 Style Subsection*
51         Font
52           Size                Normal
53         EndFont
54 End
55
56
57 Style Paragraph
58         LatexName             subsubsection
59         TocLevel 4
60 End
61
62
63 Style Affiliation
64         CopyStyle             Author
65         LatexName             affil
66 End
67
68
69 Style Paragraph*
70         CopyStyle             Paragraph
71         Margin                Static
72         LatexName             subsubsubsection*
73         LabelType             No_Label
74         OptionalArgs          0
75 End
76
77
78 Style Left_Header
79         Margin                Static
80         LatexType             Command
81         LatexName             lefthead
82         NextNoIndent          1
83         LeftMargin            "Left Header:xx"
84         LabelSep              xxx
85         ParSkip               0.4
86         TopSep                1.3
87         BottomSep             0.7
88         ParSep                0.7
89         Align                 Left
90         LabelType             Static
91         LabelString           "Left Header:"
92         InTitle               1
93         LabelFont
94           Series              Bold
95           Shape               Italic
96           Color               red
97         EndFont
98 End
99
100
101 Style Right_Header
102         CopyStyle             Left_Header
103         LatexName             righthead
104         LeftMargin            "Right Header:xx"
105         LabelString           "Right Header:"
106 End
107
108
109 Style Received
110         CopyStyle             Left_Header
111         LatexName             received
112         LeftMargin            Received:xx
113         LabelString           "Received:"
114 End
115
116
117 Style Revised
118         CopyStyle             Left_Header
119         LatexName             revised
120         LeftMargin            Revised:xx
121         LabelString           "Revised:"
122 End
123
124
125 Style Accepted
126         CopyStyle             Left_Header
127         LatexName             accepted
128         LeftMargin            Accepted:xx
129         LabelString           "Accepted:"
130 End
131
132
133 Style CCC
134         CopyStyle             Left_Header
135         LatexName             ccc
136         LeftMargin            "CCC code:xx"
137         LabelString           "CCC code:"
138 End
139
140
141 # cpright
142 # journalid
143 # articleid
144
145
146 Style PaperId
147         CopyStyle             Left_Header
148         LatexName             paperid
149         LeftMargin            "Paper Id:xx"
150         LabelString           "Paper Id:"
151 End
152
153
154 Style AuthorAddr
155         CopyStyle             Left_Header
156         LatexName             authoraddr
157         LeftMargin            "Author Address:xx"
158         LabelString           "Author Address:"
159 End
160
161
162 Style SlugComment
163         CopyStyle             Left_Header
164         LatexName             slugcomment
165         LeftMargin            "Slug Comment:xx"
166         LabelString           "Slug Comment:"
167 End
168
169
170 Style Bibliography
171         TopSep                4
172         LabelString           "Bibliography"
173         LabelFont
174           Series              Bold
175           Size                Huge
176         EndFont
177 End
178
179
180 Float
181         Type                  plate
182         GuiName               Plate
183         Placement             htbp
184         Extension             lof
185         NumberWithin          none
186         Style                 plain
187         LatexBuiltin          true
188 End
189
190
191 Float
192         GuiName               Planotable
193         Type                  planotable
194         Placement             htbp
195         Extension             lot
196         NumberWithin          none
197         Style                 Ruled
198         LatexBuiltin          true
199 End
200
201
202
203 Style Table_Caption
204         Margin                First_Dynamic
205         LatexType             Command
206         LatexName             tablecaption
207         NeedProtect           1
208         LabelSep              xx
209         ParSkip               0.4
210         TopSep                0.5
211         Align                 Center
212         LabelType             Sensitive
213         LabelString           "TableCaption"
214         LabelFont
215           Series              Bold
216         EndFont
217 End
218
219
220 Counter plate
221         Within                none
222 End
223
224
225 Counter planotable
226         Within                none
227 End