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