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