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