]> git.lyx.org Git - lyx.git/blob - lib/layouts/aguplus.inc
9a0dce9f4f475b1375317364f1dc0cbe6f63dba3
[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 68
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         TocLevel              1
180         IsTocCaption          0
181 End
182
183
184 OutlinerName plate        "Plates" #no AddToToc
185 OutlinerName planotable  "Planotables" #no AddToToc
186
187 Float
188         Type                  plate
189         GuiName               Plate
190         Placement             htbp
191         Extension             lof
192         NumberWithin          none
193         Style                 plain
194         IsPredefined          true
195         UsesFloatPkg          false
196 End
197
198
199 Float
200         GuiName               Planotable
201         Type                  planotable
202         Placement             htbp
203         Extension             lot
204         NumberWithin          none
205         Style                 Ruled
206         IsPredefined          true
207         UsesFloatPkg          false
208 End
209
210
211 InsetLayout Caption:Table
212         LabelString          table
213         LaTeXType            command
214         LatexName            tablecaption
215         NeedProtect          1
216         MultiPar             false
217         HTMLStyle
218                 div.float-caption {
219                         text-align: center;
220                         border: 2px solid black;
221                         padding: 1ex;
222                         margin: 1ex;
223                 }
224         EndHTMLStyle
225         HTMLAttr "class='float-caption float-caption-table'"
226 End
227
228
229 Counter plate
230         Within                none
231 End
232
233
234 Counter planotable
235         Within                none
236 End