]> git.lyx.org Git - lyx.git/blob - lib/layouts/aguplus.inc
Add Affiliation layout.
[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 Input stdclass.inc
10 Input numarticle.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         AlignPossible         Left
88         LabelType             Static
89         LabelString           "Left Header:"
90         InTitle               1
91         LabelFont
92           Series              Bold
93           Shape               Italic
94           Color               red
95         EndFont
96 End
97
98
99 Style Right_Header
100         CopyStyle             Left_Header
101         LatexName             righthead
102         LeftMargin            "Right Header:xx"
103         LabelString           "Right Header:"
104 End
105
106
107 Style Received
108         CopyStyle             Left_Header
109         LatexName             received
110         LeftMargin            Received:xx
111         LabelString           Recieved:
112 End
113
114
115 Style Revised
116         CopyStyle             Left_Header
117         LatexName             revised
118         LeftMargin            Revised:xx
119         LabelString           Revised:
120 End
121
122
123 Style Accepted
124         CopyStyle             Left_Header
125         LatexName             accepted
126         LeftMargin            Accepted:xx
127         LabelString           Accepted:
128 End
129
130
131 Style CCC
132         CopyStyle             Left_Header
133         LatexName             ccc
134         LeftMargin            "CCC code:xx"
135         LabelString           "CCC code:"
136 End
137
138
139 # cpright
140 # journalid
141 # articleid
142
143
144 Style PaperId
145         CopyStyle             Left_Header
146         LatexName             paperid
147         LeftMargin            "Paper Id:xx"
148         LabelString           "Paper Id:"
149 End
150
151
152 Style AuthorAddr
153         CopyStyle             Left_Header
154         LatexName             authoraddr
155         LeftMargin            "Author Address:xx"
156         LabelString           "Author Address:"
157 End
158
159
160 Style SlugComment
161         CopyStyle             Left_Header
162         LatexName             slugcomment
163         LeftMargin            "Slug Comment:xx"
164         LabelString           "Slug Comment:"
165 End
166
167
168 Style Bibliography
169         TopSep                4
170         LabelString           Bibliography
171         LabelFont
172           Series              Bold
173           Size                Huge
174         EndFont
175 End
176
177
178 Float
179         Type                  plate
180         GuiName               Plate
181         Placement             htbp
182         Extension             lof
183         NumberWithin          none
184         Style                 plain
185         LatexBuiltin          true
186 End
187
188
189 Float
190         GuiName               Planotable
191         Type                  planotable
192         Placement             htbp
193         Extension             lot
194         NumberWithin          none
195         Style                 Ruled
196         LatexBuiltin          true
197 End
198
199
200
201 Style Table_Caption
202         Margin                First_Dynamic
203         LatexType             Command
204         LatexName             tablecaption
205         NeedProtect           1
206         LabelSep              xx
207         ParSkip               0.4
208         TopSep                0.5
209         Align                 Center
210         AlignPossible         Center
211         LabelType             Sensitive
212         LabelString           TableCaption
213         LabelFont
214           Series              Bold
215         EndFont
216 End
217
218
219 Counter
220         Name                  plate
221         Within                none
222 End
223
224
225 Counter
226         Name                  planotable
227         Within                none
228 End