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