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