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