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