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