]> git.lyx.org Git - lyx.git/blob - lib/layouts/IEEEtran.layout
Add some tipa accents
[lyx.git] / lib / layouts / IEEEtran.layout
1 #% Do not delete he line below; configure depends on this
2 #  \DeclareLaTeXClass{article (IEEEtran)}
3 # Based on Article textclass definition file.
4 #
5 # Author : Allan Rae <rae@lyx.org>
6 #
7 # IEEEtran is the class used for submitting to any of the IEEE Transactions.
8 # The on-screen display in LyX is set to reflect the appearance of two column
9 # text.  The section counters appear correctly in the output but are
10 # in arabic numerals in LyX -- this requires some additional code in LyX
11 # to get right (maybe LyX-2.0 ;-).
12 #
13 # IEEEtran.cls can be obtained from the www.ieee.org website -- look for
14 # the author information area.  There is a LaTeX 2.09 IEEEtran.sty available
15 # also but LyX doesn't support 2.09 stuff so don't get that one.
16
17 Format 3
18 Style Standard
19         Margin                Static
20         LatexType             Paragraph
21         LatexName             dummy
22         ParIndent             MM
23         ParSkip               0.4
24         Align                 Block
25         AlignPossible         Block, Left, Right, Center
26         LabelType             No_Label
27 End
28
29
30
31 ##
32 ## stdlists
33 ##
34
35 Input stdlists.inc
36
37 # First cut at theorem environment support.
38 # What other theorem-like environments are needed?
39 # How many of these should be discarded?
40 # I got this list from amsmaths*.inc but I haven't
41 # found an official list of theorem environments for
42 # IEEE Transactions.
43 # OH!  and all theorems are numbered.  Is that a problem?
44 # Tell me:  rae@lyx.org
45
46
47 # Theorem-numbered style *Template* declaration
48 Style TheoremTemplate
49         Margin                First_Dynamic
50         LatexType             Environment
51         LabelSep              M
52         ParIndent             MM
53         ParSep                0.4
54         Align                 Block
55         AlignPossible         Block, Left
56         LabelType             Static
57         LabelFont
58           Shape               Italic
59         EndFont
60 End
61
62
63 Style Proof
64         CopyStyle             TheoremTemplate
65         LatexName             proof
66         LabelString           "Proof:"
67         EndLabelType          Filled_Box
68 End
69
70
71 Style Theorem
72         CopyStyle             TheoremTemplate
73         LatexName             thm
74         LabelString           "Theorem #:"
75         Preamble
76           \newtheorem{thm}{Theorem}
77         EndPreamble
78 End
79
80
81 Style Lemma
82         CopyStyle             TheoremTemplate
83         LatexName             lemma
84         LabelString           "Lemma #:"
85         Preamble
86           \newtheorem{lemma}{Lemma}
87         EndPreamble
88 End
89
90
91 Style Corollary
92         CopyStyle             TheoremTemplate
93         LatexName             cor
94         LabelString           "Corollary #:"
95         Preamble
96           \newtheorem{cor}{Corollary}
97         EndPreamble
98 End
99
100
101 Style Proposition
102         CopyStyle             TheoremTemplate
103         LatexName             prop
104         LabelString           "Proposition #:"
105         Preamble
106           \newtheorem{prop}{Proposition}
107         EndPreamble
108 End
109
110
111 Style Conjecture
112         CopyStyle             TheoremTemplate
113         LatexName             conject
114         LabelString           "Conjecture #:"
115         Preamble
116           \newtheorem{conject}{Conjecture}
117         EndPreamble
118 End
119
120
121 Style Criterion
122         CopyStyle             TheoremTemplate
123         LatexName             criter
124         LabelString           "Criterion #:"
125         Preamble
126           \newtheorem{criter}{Criterion}
127         EndPreamble
128 End
129
130
131 Style Fact
132         CopyStyle             TheoremTemplate
133         LatexName             fact
134         LabelString           "Fact #:"
135         Preamble
136           \newtheorem{fact}{Fact}
137         EndPreamble
138 End
139
140
141 Style Axiom
142         CopyStyle             TheoremTemplate
143         LatexName             axi
144         LabelString           "Axiom #:"
145         Preamble
146           \newtheorem{axi}{Axiom}
147         EndPreamble
148 End
149
150
151 Style Definition
152         CopyStyle             TheoremTemplate
153         LatexName             definitn
154         LabelString           "Definition #:"
155         Preamble
156           \newtheorem{definitn}{Definition}
157         EndPreamble
158 End
159
160
161 Style Example
162         CopyStyle             TheoremTemplate
163         LatexName             example
164         LabelString           "Example #:"
165         Preamble
166           \newtheorem{example}{Example}
167         EndPreamble
168 End
169
170
171 Style Condition
172         CopyStyle             TheoremTemplate
173         LatexName             condition
174         LabelString           "Condition #:"
175         Preamble
176           \newtheorem{condition}{Condition}
177         EndPreamble
178 End
179
180
181 Style Problem
182         CopyStyle             TheoremTemplate
183         LatexName             problem
184         LabelString           "Problem #:"
185         Preamble
186           \newtheorem{problem}{Problem}
187         EndPreamble
188 End
189
190
191 Style Exercise
192         CopyStyle             TheoremTemplate
193         LatexName             exacise
194         LabelString           "Exercise #:"
195         Preamble
196           \newtheorem{exacise}{Exercise}
197         EndPreamble
198 End
199
200
201 Style Remark
202         CopyStyle             TheoremTemplate
203         LatexName             remrk
204         LabelString           "Remark #:"
205         Preamble
206           \newtheorem{remrk}{Remark}
207         EndPreamble
208 End
209
210
211 Style Claim
212         CopyStyle             TheoremTemplate
213         LatexName             claim
214         LabelString           "Claim #:"
215         Preamble
216           \newtheorem{claim}{Claim}
217         EndPreamble
218 End
219
220
221 Style Note
222         CopyStyle             TheoremTemplate
223         LatexName             note
224         LabelString           "Note #:"
225         Preamble
226           \newtheorem{note}{Note}
227         EndPreamble
228 End
229
230
231 Style Notation
232         CopyStyle             TheoremTemplate
233         LatexName             notation
234         LabelString           "Notation #:"
235         Preamble
236           \newtheorem{notation}{Notation}
237         EndPreamble
238 End
239
240
241 Style Case
242         CopyStyle             TheoremTemplate
243         LatexName             case
244         LabelString           "Case #:"
245         Preamble
246           \newtheorem{case}{Case}
247         EndPreamble
248 End
249
250 NoStyle TheoremTemplate
251
252
253
254 ##
255 ## stdsections and stdstarsections
256 ##
257
258 Input stdsections.inc
259 Input stdstarsections.inc
260
261 NoStyle                 Part
262 NoStyle                 Part*
263 NoStyle                 Chapter
264 NoStyle                 Chapter*
265 NoStyle                 Subparagraph
266 NoStyle                 Subparagraph*
267
268
269 Style Section
270         Align                 Center
271         AlignPossible         Block, Center, Left
272         Font
273            Shape              Smallcaps
274            Size               Normal
275         EndFont
276 End
277
278
279 Style Subsection
280         Font
281            Shape              Italic
282            Size               Normal
283         EndFont
284 End
285
286
287 Style Subsubsection
288         Font
289            Shape              Up
290            Size               Normal
291         EndFont
292 End
293
294
295 Style Section*
296         Align                 Center
297         AlignPossible         Block, Center, Left
298         Font
299            Shape              Smallcaps
300            Size               Normal
301         EndFont
302 End
303
304
305 Style Subsection*
306         Font
307            Shape              Italic
308            Size               Normal
309         EndFont
310 End
311
312
313 Style Subsubsection*
314         Font
315            Shape              Up
316            Size               Normal
317         EndFont
318 End
319
320
321
322 ##
323 ## stdstruct
324 ##
325 Input stdtitle.inc
326 Input stdstruct.inc
327
328 Style Abstract
329         Margin                First_Dynamic
330         LeftMargin            ""
331         RightMargin           ""
332 #  ParIndent            MM
333         LabelType             Static
334         LabelString           "Abstract---"
335 #  LabelBottomSep        0.0
336         Font
337           Series              Bold
338           Size                Small
339         EndFont
340         LabelFont
341           Shape               Italic
342           Series              Medium
343           Size                Small
344         EndFont
345 End
346
347
348 Style Keywords
349         Margin                Dynamic
350         LatexType             Environment
351         InTitle               0
352         LatexName             keywords
353         ParSkip               0.4
354         BottomSep             1.5
355         ParSep                1.5
356         Align                 Left
357         AlignPossible         Block, Left, Right, Center
358         LabelType             Static
359         LabelString           "Index Terms---"
360         TextFont
361           Shape               Up
362           Size                Small
363         EndFont
364         LabelFont
365           Shape               Italic
366           Size                Small
367         EndFont
368 End
369
370
371 Style Bibliography
372         LabelFont
373           Shape               Smallcaps
374           Series              Medium
375           Size                Normal
376         EndFont
377 End
378
379
380 Style Appendix
381         Margin                Static
382         LatexType             Command
383         InTitle               0
384         LatexName             appendix
385         ParSkip               0.4
386         BottomSep             1.5
387         ParSep                1.5
388         Align                 Block
389         AlignPossible         Block, Left, Right, Center
390         LabelType             Static
391         LabelString           "Appendix"
392         TextFont
393           Shape               Up
394           Size                Normal
395         EndFont
396         LabelFont
397           Shape               Smallcaps
398           Size                Normal
399         EndFont
400 End
401
402
403 Style Appendices
404         CopyStyle             Appendix
405         LatexName             appendices
406         LabelString           "Appendices"
407 End
408
409
410 Style Biography
411         LaTeXType             Environment
412         LaTeXName             biography
413         Align                 Block
414         AlignPossible         Block
415         TextFont
416           Size                Small
417         EndFont
418 End
419
420
421 Style BiographyNoPhoto
422         LaTeXType             Environment
423         LaTeXName             biographynophoto
424         Align                 Block
425         AlignPossible         Block
426         TextFont
427           Size                Small
428         EndFont
429 End
430
431
432 ##
433 ##  stdlayouts
434 ##
435
436 Input stdlayouts.inc
437
438
439
440
441 Style Footernote
442         Margin                Static
443         LatexType             Command
444         InTitle               0
445         LatexName             footernote
446         ParSkip               0.4
447         BottomSep             1.5
448         ParSep                1.5
449         Align                 Center
450         AlignPossible         Block, Left, Right, Center
451         LabelType             Static
452         LabelString           "Footernote"
453         TextFont
454           Shape               Up
455           Size                Small
456         EndFont
457         LabelFont
458           Shape               Italic
459           Size                Small
460         EndFont
461 End
462
463
464 Style MarkBoth
465         LaTeXType             Command
466         LaTeXName             markboth
467         Align                 Center
468         AlignPossible         Center
469 End
470
471
472 ##
473 ## Others
474 ##
475
476 Input stdfloats.inc
477 Input stdcounters.inc
478 Input lyxmacros.inc
479
480
481 Columns                 1
482 Sides                   1
483 SecNumDepth             3
484 TocDepth                3
485
486
487 ClassOptions
488         FontSize              9|10|11|12
489 End
490
491