]> git.lyx.org Git - lyx.git/blob - lib/layouts/ijmpd.layout
From Jean-Marc: Make sure that standard sectioning styles have proper counters
[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
13
14 Format 2
15 Input stdclass.inc
16
17 NoStyle Chapter
18 NoStyle Chapter*
19 NoStyle Part
20 NoStyle Verse
21
22 SecNumDepth             3
23 TocDepth                0
24 ProvidesAmsmath         0
25 ProvidesNatbib          0
26 ProvidesUrl             0
27
28
29 ClassOptions
30         FontSize              ""
31         PageStyle             ""
32 End
33
34
35 Style Title
36         Align                 Center
37         AlignPossible         Center
38         Font
39           Size                Large
40         EndFont
41 End
42
43
44 Style Author
45         Align                 Center
46         AlignPossible         Center
47         Font
48           Series              Medium
49           Size                Normal
50         EndFont
51 End
52
53
54 Style Address
55         LatexType             Command
56         InTitle               1
57         LatexName             address
58         ParSkip               0.4
59         BottomSep             0.4
60         Align                 Center
61         AlignPossible         Center
62         LabelType             No_Label
63         Font
64           Series              Medium
65           Shape               Italic
66           Size                Normal
67         EndFont
68 End
69
70
71 Style Abstract
72         LatexType             Environment
73         Align                 Block
74         AlignPossible         Block
75         LabelType             No_Label
76         Font
77           Size                Small
78         EndFont
79 End
80
81
82 Style Section
83         Align                 Block
84         AlignPossible         Block
85         Font
86           Size                Normal
87         EndFont
88 End
89
90
91 Style Section*
92         Align                 Block
93         AlignPossible         Block
94         Font
95           Size                Normal
96         EndFont
97 End
98
99
100 Style Subsection
101         Align                 Block
102         AlignPossible         Block
103         Font
104           Shape               Italic
105           Size                Normal
106         EndFont
107 End
108
109
110 Style Subsubsection
111         Align                 Block
112         AlignPossible         Block
113         Font
114           Series              Medium
115           Shape               Italic
116           Size                Normal
117         EndFont
118 End
119
120
121 Style Theorem
122         LatexType             Environment
123         LatexName             theorem
124         Margin                First_Dynamic
125         Align                 Block
126         AlignPossible         Block
127         LabelType             Static
128         LabelString           "Theorem:"
129         LabelSep              M
130         LabelFont
131           Series              Bold
132           Size                Normal
133         EndFont
134 End
135
136
137 Style Proof
138         LatexType             Environment
139         LatexName             proof
140         Margin                First_Dynamic
141         Align                 Block
142         AlignPossible         Block
143         LabelType             Static
144         LabelString           "Proof:"
145         LabelSep              M
146         LabelFont
147           Series              Bold
148           Size                Normal
149         EndFont
150 End
151
152
153 Style Bibliography
154         Align                 Block
155         AlignPossible         Block
156         LabelFont
157           Size                Normal
158         EndFont
159 End
160
161
162 Style Appendix
163         Margin                Static
164         LatexType             Command
165         LatexName             appendix
166         KeepEmpty             1
167         Align                 Block
168         AlignPossible         Block
169         LabelType             Centered_Top_Environment
170         LabelString           "Appendix"
171         Font
172           Series              Bold
173           Size                Normal
174         EndFont
175 End