]> git.lyx.org Git - lyx.git/blob - lib/layouts/ijmpc.layout
Change LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move...
[lyx.git] / lib / layouts / ijmpc.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[ws-ijmpc]{article (IJMPC)}
3 #
4 # Textclass definition file for ws-ijmpc.cls
5 # For publications in the International Journal of Modern Physics C
6 # (usually abbreviated as IJMPC).
7 #
8 # Author: Panayotis "PAP" Papasotiriou <papasot@physics.upatras.gr>
9 #
10 # Version 1  2006-04-09  -  First version, for LyX 1.4.0.
11
12 Format 5
13
14 Input stdclass.inc
15 Input numarticle.inc
16
17 NoStyle Chapter
18 NoStyle Chapter*
19 NoStyle Part
20 NoStyle Verse
21
22 Sides                   1
23 Columns                 1
24 SecNumDepth             3
25 TocDepth                3
26 DefaultStyle            Standard
27
28 ClassOptions
29         FontSize              ""
30         PageStyle             ""
31 End
32
33 Style Title
34         Align                 Center
35         AlignPossible         Center
36         TextFont
37           Size                Large
38         EndFont
39 End
40
41 Style Author
42         Align                 Center
43         AlignPossible         Center
44         TextFont
45           Series              Medium
46           Size                Normal
47         EndFont
48 End
49
50 Style Address
51         LatexType             Command
52         InTitle               1
53         LatexName             address
54         ParSkip               0.4
55         BottomSep             0.4
56         Align                 Center
57         AlignPossible         Center
58         LabelType             No_Label
59         TextFont
60           Series              Medium
61           Shape               Italic
62           Size                Normal
63         EndFont
64 End
65
66 Style Abstract
67         LatexType             Environment
68         ParIndent             ""
69         Align                 Block
70         AlignPossible         Block
71         LabelType             No_Label
72         TextFont
73           Size                Small
74         EndFont
75 End
76
77 Style Keywords
78         CopyStyle             Abstract
79         LatexType             Command
80         LatexName             keywords
81         Margin                Dynamic
82         LabelType             Static
83         LabelString           "Keywords:"
84         LabelSep              M
85         LabelFont
86           Series              Medium
87           Shape               Italic
88           Size                Small
89         EndFont
90 End
91
92 Style Classification_Codes
93         CopyStyle             Abstract
94         LatexType             Command
95         LatexName             ccode
96         Margin                Static
97 End
98
99 Style Section
100         Align                 Block
101         AlignPossible         Block
102         Font
103           Size                Normal
104         EndFont
105 End
106
107 Style Section*
108         Align                 Block
109         AlignPossible         Block
110         Font
111           Size                Normal
112         EndFont
113 End
114
115 Style Subsection
116         Align                 Block
117         AlignPossible         Block
118         TextFont
119           Shape               Italic
120           Size                Normal
121         EndFont
122 End
123
124 Style Subsubsection
125         Align                 Block
126         AlignPossible         Block
127         LabelFont
128           Series              Medium
129         EndFont
130         TextFont
131           Series              Medium
132           Shape               Italic
133           Size                Normal
134         EndFont
135 End
136
137 Counter
138         Name                  definition
139 End
140 Style Definition
141         LatexType             Environment
142         LatexName             definition
143         Margin                First_Dynamic
144         TopSep                0.6
145         BottomSep             0.6
146         Align                 Block
147         AlignPossible         Block
148         LabelType             Counter
149         LabelCounter          definition
150         LabelString           "Definition \arabic{definition}."
151         LabelSep              M
152         NextNoIndent          1
153         LabelFont
154           Series              Bold
155         EndFont
156 End
157
158 Counter
159         Name                  step
160 End
161 Style Step
162         CopyStyle             Definition
163         LatexName             step
164         LabelCounter          step
165         LabelString           "Step \arabic{step}."
166         LabelFont
167           Series              Medium
168           Shape               Italic
169         EndFont
170 End
171
172 Counter
173         Name                  example
174 End
175 Style Example
176         CopyStyle             Definition
177         LatexName             example
178         LabelCounter          example
179         LabelString           "Example \arabic{example}."
180 End
181
182 Counter
183         Name                  remark
184 End
185 Style Remark
186         CopyStyle             Definition
187         LatexName             remark
188         LabelCounter          remark
189         LabelString           "Remark \arabic{remark}."
190 End
191
192 Counter
193         Name                  notation
194 End
195 Style Notation
196         CopyStyle             Definition
197         LatexName             notation
198         LabelCounter          notation
199         LabelString           "Notation \arabic{notation}."
200 End
201
202 Counter
203         Name                  theorem
204 End
205 Style Theorem
206         LatexType             Environment
207         LatexName             theorem
208         Margin                First_Dynamic
209         TopSep                0.6
210         BottomSep             0.6
211         Align                 Block
212         AlignPossible         Block
213         NextNoIndent          1
214         LabelType             Counter
215         LabelCounter          theorem
216         LabelString           "Theorem \arabic{theorem}."
217         LabelSep              M
218         LabelFont
219           Series              Bold
220           Shape               Up
221         EndFont
222         TextFont
223           Shape               Italic
224         EndFont
225 End
226
227 Style Proof
228         LatexType             Environment
229         LatexName             proof
230         Margin                First_Dynamic
231         TopSep                0.6
232         BottomSep             0.6
233         Align                 Block
234         AlignPossible         Block
235         LabelType             Static
236         LabelString           "Proof."
237         LabelSep              M
238         LabelFont
239           Series              Bold
240         EndFont
241         EndLabelType          Box
242 End
243
244 Counter
245         Name                  corollary
246 End
247 Style Corollary
248         CopyStyle             Theorem
249         LatexName             corollary
250         LabelCounter          corollary
251         LabelString           "Corollary \arabic{corollary}."
252 End
253
254 Counter
255         Name                  lemma
256 End
257 Style Lemma
258         CopyStyle             Theorem
259         LatexName             lemma
260         LabelCounter          lemma
261         LabelString           "Lemma \arabic{lemma}."
262 End
263
264 Counter
265         Name                  proposition
266 End
267 Style Proposition
268         CopyStyle             Theorem
269         LatexName             proposition
270         LabelCounter          proposition
271         LabelString           "Proposition \arabic{proposition}."
272 End
273
274 Counter
275         Name                  prop
276 End
277 Style Prop
278         CopyStyle             Definition
279         LatexName             prop
280         LabelCounter          prop
281         LabelString           "Prop \arabic{prop}."
282 End
283
284 Counter
285         Name                  question
286 End
287 Style Question
288         CopyStyle             Definition
289         LatexName             question
290         LabelCounter          question
291         LabelString           "Question \arabic{question}."
292 End
293
294 Counter
295         Name                  claim
296 End
297 Style Claim
298         CopyStyle             Theorem
299         LatexName             claim
300         LabelCounter          claim
301         LabelString           "Claim \arabic{claim}."
302 End
303
304 Counter
305         Name                  conjecture
306 End
307 Style Conjecture
308         CopyStyle             Theorem
309         LatexName             conjecture
310         LabelCounter          conjecture
311         LabelString           "Conjecture \arabic{conjecture}."
312 End
313
314 Style Appendices_Section
315         Margin                Static
316         LatexType             Command
317         LatexName             appendix
318         KeepEmpty             1
319         TopSep                0.6
320         BottomSep             0
321         Align                 Block
322         AlignPossible         Block
323         LabelType             Centered_Top_Environment
324         LabelString           "--- Appendices ---"
325         Font
326           Series              Bold
327           Size                Normal
328           Color               Blue
329         EndFont
330 End
331
332 Counter
333         Name                  appendix
334 End
335 Style Appendix
336         LatexType             Command
337         LatexName             section
338         TopSep                0.6
339         BottomSep             0.6
340         Margin                First_Dynamic
341         Align                 Block
342         AlignPossible         Block
343         NextNoIndent          1
344         LabelType             Counter
345         LabelCounter          appendix
346         LabelString           "Appendix \Alph{appendix}."
347         LabelSep              M
348         LabelFont
349           Series              Bold
350           Shape               Up
351           Size                Normal
352         EndFont
353         TextFont
354           Series              Bold
355         EndFont
356 End
357
358 Style Bibliography
359         Align                 Block
360         AlignPossible         Block
361         LabelFont
362           Size                Normal
363         EndFont
364 End