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