]> git.lyx.org Git - lyx.git/blob - lib/layouts/iopart.layout
include intl/libintl.h that is relative to $TOP_SRCDIR/src
[lyx.git] / lib / layouts / iopart.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[iopart]{article (IOP)}
3 # IOP article textclass definition file.
4 # Author: Uwe Stöhr (uwestoehr@web.de)
5
6 Format 5
7
8 Columns                 1
9 Sides                   1
10 SecNumDepth             3
11 TocDepth                3
12 DefaultStyle            Standard
13
14 ClassOptions
15         FontSize                10|12
16 end
17
18 Preamble
19         \usepackage{iopams}
20         \usepackage{setstack}
21 EndPreamble
22
23 # This is just to show how to declare the default font.
24 # The defaults are exactly those shown here.
25 DefaultFont
26         Family                  Roman
27         Series                  Medium
28         Shape                   Up
29         Size                    Normal
30         Color                   None
31 EndFont
32
33
34 Style Standard
35         Margin                  Static
36         LatexType               Paragraph
37         LatexName               dummy
38         ParIndent               MM
39         ParSkip                 0.4
40         Align                   Block
41         AlignPossible           Block, Left, Right, Center
42         LabelType               No_Label
43 End
44
45
46 Input stdlists.inc
47 Input stdsections.inc
48 Input stdstarsections.inc
49
50 NoStyle Chapter
51 NoStyle Chapter*
52
53 Style Title
54         Margin                  Static
55         LatexType               Command
56         InTitle                 1
57         OptionalArgs            1
58         LatexName               title
59         ParSkip                 0.4
60         ItemSep                 0
61         TopSep                  0
62         BottomSep               1
63         ParSep                  1
64         Align                   Center
65         LabelType               No_Label
66         Font
67           Size                  Largest
68         EndFont
69 End
70
71
72 Style Review
73         CopyStyle               Title
74         LatexName               review
75 End
76
77
78 Style Topical
79         CopyStyle               Title
80         LatexName               topical
81 End
82
83
84 Style Comment
85         CopyStyle               Title
86         LatexName               comment
87 End
88
89
90 Style Note
91         CopyStyle               Title
92         LatexName               note
93 End
94
95
96 Style Paper
97         CopyStyle               Title
98         LatexName               paper
99 End
100
101
102 Style Prelim
103         CopyStyle               Title
104         LatexName               prelim
105 End
106
107
108 Style Rapid
109         CopyStyle               Title
110         LatexName               rapid
111 End
112
113
114 Style Letter
115         CopyStyle               Title
116         OptionalArgs            0
117         LatexName               letter
118 End
119
120
121 Style Author
122         Margin                Static
123         LatexType             Command
124         InTitle               1
125         LatexName             author
126         LabelSep              xxx
127         ParSkip               0.4
128         TopSep                1.3
129         BottomSep             0.7
130         ParSep                0.7
131         Align                 Center
132         LabelType             No_Label
133         Font
134           Size                Large
135         EndFont
136 End
137
138
139 Style Address
140         Margin                  Static
141         LatexType               Command
142         LatexName               address
143         InTitle                 1
144         ParSkip                 0.4
145         Align                   Left
146         AlignPossible           Block, Left, Right, Center
147         LabelType               No_Label
148 End
149
150
151 Style Email
152         Margin                  Static
153         LatexType               Command
154         LatexName               ead
155         InTitle                 1
156         ParSkip                 0.4
157         BottomSep               0.5
158         Align                   Left
159         AlignPossible           Block, Left, Right, Center
160         LabelType               No_Label
161 End
162
163
164 Style Abstract
165         Margin                  Static
166         LatexType               Environment
167         LatexName               abstract
168         InTitle                 1
169         NextNoIndent            1
170         LeftMargin              MMM
171         RightMargin             MMM
172         ParIndent               MM
173         ItemSep                 0
174         TopSep                  0.7
175         BottomSep               0.7
176         ParSep                  0
177         Align                   Block
178         LabelType               Centered_Top_Environment
179         LabelString             "Abstract"
180         LabelBottomSep          0.5
181         Font
182           Size                  Small
183         EndFont
184         LabelFont
185           Series                Bold
186           Size                  Large
187         EndFont
188 End
189
190
191 Style Keywords
192         Margin                  Dynamic
193         LatexType               Command
194         LatexName               "noindent{\it Keywords\/}: "
195         InTitle                 1
196         ParSkip                 0.4
197         BottomSep               0.5
198         Align                   Left
199         LabelSep                xx
200         LabelType               Static
201         LabelString             "Keywords:"
202         LabelFont
203           Color                 Green
204           Series                Bold
205         EndFont
206 End
207
208
209 Style PACS
210         CopyStyle               Keywords
211         LatexName               pacs
212         LabelString             "Physics and Astronomy Classification System number:"
213 End
214
215
216 Style MSC
217         CopyStyle               Keywords
218         LatexName               ams
219         LabelString             "Mathematics Subject Classification number:"
220 End
221
222
223 Style submitto
224         CopyStyle               Keywords
225         LatexName               submitto
226         LabelString             "submit to paper:"
227 End
228
229
230 Style Acknowledgments
231         Margin                  Dynamic
232         LatexType               Command
233         LatexName               ack{}
234         NeedProtect             1
235         NextNoIndent            1
236         KeepEmpty               1
237         LabelSep                xxx
238         ParSkip                 0.4
239         TopSep                  0.7
240         BottomSep               0.4
241         Align                   Block
242         LabelType               Static
243         LabelString             "Acknowledgments"
244         Font
245           Series              Bold
246           Size                Normal
247         EndFont
248 End
249
250
251 Style "Bibliography (plain)"
252         Margin                  First_Dynamic
253         LatexType               Bib_Environment
254         LatexName               thebibliography
255         NextNoIndent            1
256         LeftMargin              MM
257         ParSkip                 0.4
258         ItemSep                 0
259         TopSep                  0.7
260         BottomSep               0.7
261         ParSep                  0.5
262         Align                   Block
263         AlignPossible           Block, Left
264         LabelType               Bibliography
265         LabelString             "References"
266         LabelBottomSep          1.2
267         LabelFont
268           Series                Bold
269           Size                  Larger
270         EndFont
271 End
272
273
274 Style "Bibliography heading"
275         CopyStyle               Section
276         LatexName               section*{References}
277         KeepEmpty               1
278         LabelType               Static
279         LabelString             "References"
280 End
281
282
283 Input stdfloats.inc
284 Input stdcounters.inc
285