]> git.lyx.org Git - lyx.git/blob - lib/layouts/ijmpc.layout
specify a background color for listings and allow the user to change it, patch by...
[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 8
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         TextFont
36           Size                Large
37         EndFont
38 End
39
40 Style Author
41         Align                 Center
42         TextFont
43           Series              Medium
44           Size                Normal
45         EndFont
46 End
47
48 Style Address
49         LatexType             Command
50         InTitle               1
51         LatexName             address
52         ParSkip               0.4
53         BottomSep             0.4
54         Align                 Center
55         LabelType             No_Label
56         TextFont
57           Series              Medium
58           Shape               Italic
59           Size                Normal
60         EndFont
61 End
62
63 Style Abstract
64         LatexType             Environment
65         ParIndent             ""
66         Align                 Block
67         LabelType             No_Label
68         TextFont
69           Size                Small
70         EndFont
71 End
72
73 Style Keywords
74         CopyStyle             Abstract
75         LatexType             Command
76         LatexName             keywords
77         Margin                Dynamic
78         LabelType             Static
79         LabelString           "Keywords:"
80         LabelSep              M
81         LabelFont
82           Series              Medium
83           Shape               Italic
84           Size                Small
85         EndFont
86 End
87
88 Style Classification_Codes
89         CopyStyle             Abstract
90         LatexType             Command
91         LatexName             ccode
92         Margin                Static
93 End
94
95 Style Section
96         Align                 Block
97         Font
98           Size                Normal
99         EndFont
100 End
101
102 Style Section*
103         Align                 Block
104         Font
105           Size                Normal
106         EndFont
107 End
108
109 Style Subsection
110         Align                 Block
111         TextFont
112           Shape               Italic
113           Size                Normal
114         EndFont
115 End
116
117 Style Subsubsection
118         Align                 Block
119         LabelFont
120           Series              Medium
121         EndFont
122         TextFont
123           Series              Medium
124           Shape               Italic
125           Size                Normal
126         EndFont
127 End
128
129 Counter
130         Name                  definition
131 End
132 Style Definition
133         LatexType             Environment
134         LatexName             definition
135         Margin                First_Dynamic
136         TopSep                0.6
137         BottomSep             0.6
138         Align                 Block
139         LabelType             Counter
140         LabelCounter          definition
141         LabelString           "Definition \thedefinition."
142         LabelSep              M
143         NextNoIndent          1
144         LabelFont
145           Series              Bold
146         EndFont
147 End
148
149 Counter
150         Name                  step
151 End
152 Style Step
153         CopyStyle             Definition
154         LatexName             step
155         LabelCounter          step
156         LabelString           "Step \thestep."
157         LabelFont
158           Series              Medium
159           Shape               Italic
160         EndFont
161 End
162
163 Counter
164         Name                  example
165 End
166 Style Example
167         CopyStyle             Definition
168         LatexName             example
169         LabelCounter          example
170         LabelString           "Example \theexample."
171 End
172
173 Counter
174         Name                  remark
175 End
176 Style Remark
177         CopyStyle             Definition
178         LatexName             remark
179         LabelCounter          remark
180         LabelString           "Remark \theremark."
181 End
182
183 Counter
184         Name                  notation
185 End
186 Style Notation
187         CopyStyle             Definition
188         LatexName             notation
189         LabelCounter          notation
190         LabelString           "Notation \thenotation."
191 End
192
193 Counter
194         Name                  theorem
195 End
196 Style Theorem
197         LatexType             Environment
198         LatexName             theorem
199         Margin                First_Dynamic
200         TopSep                0.6
201         BottomSep             0.6
202         Align                 Block
203         NextNoIndent          1
204         LabelType             Counter
205         LabelCounter          theorem
206         LabelString           "Theorem \thetheorem."
207         LabelSep              M
208         LabelFont
209           Series              Bold
210           Shape               Up
211         EndFont
212         TextFont
213           Shape               Italic
214         EndFont
215 End
216
217 Style Proof
218         LatexType             Environment
219         LatexName             proof
220         Margin                First_Dynamic
221         TopSep                0.6
222         BottomSep             0.6
223         Align                 Block
224         LabelType             Static
225         LabelString           "Proof."
226         LabelSep              M
227         LabelFont
228           Series              Bold
229         EndFont
230         EndLabelType          Box
231 End
232
233 Counter
234         Name                  corollary
235 End
236 Style Corollary
237         CopyStyle             Theorem
238         LatexName             corollary
239         LabelCounter          corollary
240         LabelString           "Corollary \thecorollary."
241 End
242
243 Counter
244         Name                  lemma
245 End
246 Style Lemma
247         CopyStyle             Theorem
248         LatexName             lemma
249         LabelCounter          lemma
250         LabelString           "Lemma \thelemma."
251 End
252
253 Counter
254         Name                  proposition
255 End
256 Style Proposition
257         CopyStyle             Theorem
258         LatexName             proposition
259         LabelCounter          proposition
260         LabelString           "Proposition \theproposition."
261 End
262
263 Counter
264         Name                  prop
265 End
266 Style Prop
267         CopyStyle             Definition
268         LatexName             prop
269         LabelCounter          prop
270         LabelString           "Prop \theprop."
271 End
272
273 Counter
274         Name                  question
275 End
276 Style Question
277         CopyStyle             Definition
278         LatexName             question
279         LabelCounter          question
280         LabelString           "Question \thequestion."
281 End
282
283 Counter
284         Name                  claim
285 End
286 Style Claim
287         CopyStyle             Theorem
288         LatexName             claim
289         LabelCounter          claim
290         LabelString           "Claim \theclaim."
291 End
292
293 Counter
294         Name                  conjecture
295 End
296 Style Conjecture
297         CopyStyle             Theorem
298         LatexName             conjecture
299         LabelCounter          conjecture
300         LabelString           "Conjecture \theconjecture."
301 End
302
303 Style Appendices_Section
304         Margin                Static
305         LatexType             Command
306         LatexName             appendix
307         KeepEmpty             1
308         TopSep                0.6
309         BottomSep             0
310         Align                 Block
311         LabelType             Centered_Top_Environment
312         LabelString           "--- Appendices ---"
313         Font
314           Series              Bold
315           Size                Normal
316           Color               Blue
317         EndFont
318 End
319
320 Counter
321         Name                  appendix
322 End
323 Style Appendix
324         LatexType             Command
325         LatexName             section
326         TopSep                0.6
327         BottomSep             0.6
328         Margin                First_Dynamic
329         Align                 Block
330         NextNoIndent          1
331         LabelType             Counter
332         LabelCounter          appendix
333         LabelString           "Appendix \Alph{appendix}."
334         LabelSep              M
335         LabelFont
336           Series              Bold
337           Shape               Up
338           Size                Normal
339         EndFont
340         TextFont
341           Series              Bold
342         EndFont
343 End
344
345 Style Bibliography
346         Align                 Block
347         LabelFont
348           Size                Normal
349         EndFont
350 End