]> git.lyx.org Git - lyx.git/blob - lib/layouts/siamltex.layout
Change LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move...
[lyx.git] / lib / layouts / siamltex.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{article (SIAM)}
3 # Siam Article textclass definition file.
4 # Cut & paste from various LyX layouts plus some minor modifications
5 # Author : Kornelia Pietsch <pietsch@mathematik.tu-chemnitz.de>
6
7 Format 5
8 Columns                 1
9 Sides                   1
10 SecNumDepth             2
11 TocDepth                2
12
13 ClassOptions
14         FontSize              10|11|12
15         Other                 "draft|final"
16 End
17
18
19 Style Standard
20         Margin                Dynamic
21         LatexType             Paragraph
22         LatexName             dummy
23         ParSkip               0
24         ParIndent             ........
25         NextNoIndent          0
26         TopSep                0.7
27         BottomSep             0.7
28         ParSep                0.7
29         Align                 Block
30         AlignPossible         Block, Left, Right, Center
31         LabelType             No_Label
32 End
33
34
35 Input stdinsets.inc
36 Input stdlists.inc
37 Input stdlayouts.inc
38 Input stdcounters.inc
39 Input stdfloats.inc
40 Input numarticle.inc
41
42 Style Section
43         CopyStyle             Standard
44         Margin                First_Dynamic
45         LatexType             Command
46         LatexName             section
47         NeedProtect           1
48         NextNoIndent          1
49         LabelSep              xxx
50         Align                 Block
51         AlignPossible         Block, Left
52         EndLabelType          Static
53         EndLabelString        "."
54         Font
55           Series              Bold
56         EndFont
57 End
58
59
60 Style Subsection
61         CopyStyle             Section
62         LatexName             subsection
63 End
64
65
66 Style Subsubsection
67         CopyStyle             Subsection
68         LatexName             subsubsection
69 End
70
71
72 Style Paragraph
73         CopyStyle             Subsubsection
74         LatexName             paragraph
75         Font
76           Shape               Italic
77           Series              Medium
78         EndFont
79 End
80
81
82 Style Section*
83         CopyStyle             Section
84         LatexName             section*
85         LabelType             No_Label
86 End
87
88
89 Style Subsection*
90         CopyStyle             Subsection
91         LatexName             subsection*
92         LabelType             No_Label
93 End
94
95
96 Style Subsubsection*
97         CopyStyle             Subsubsection
98         LatexName             subsubsection*
99         LabelType             No_Label
100 End
101
102
103 Style Paragraph*
104         CopyStyle             Paragraph
105         LatexName             paragraph*
106         LabelType             No_Label
107 End
108
109
110 Style Title
111         Margin                Static
112         LatexType             Command
113         InTitle               1
114         LatexName             title
115         BottomSep             1
116         Align                 Center
117         AlignPossible         Center
118         LabelType             No_Label
119         Font
120           Size                Larger
121           Shape               SmallCaps
122           Series              Bold
123         EndFont
124 End
125
126
127 Style Author
128         CopyStyle             Title
129         LatexName             author
130         Font
131           Size                Normal
132           Shape               SmallCaps
133           Series              Medium
134         EndFont
135 End
136
137
138 Style Date
139         CopyStyle             Author
140         LatexName             date
141 End
142
143
144 Style Abstract
145         Margin                First_Dynamic
146         LatexType             Environment
147 #  InTitle               1
148         LatexName             abstract
149         ParIndent             ........
150         NextNoIndent          1
151         TopSep                0.7
152         BottomSep             0.7
153         ParSkip               0.7
154         Align                 Block
155         AlignPossible         Block
156         LabelType             Static
157         LabelString           "Abstract."
158         LabelSep              M
159         LabelIndent           ........
160         Font
161           Size                Small
162         EndFont
163         LabelFont
164           Series              Bold
165           Size                Small
166         EndFont
167 End
168
169
170 Style Keywords
171         CopyStyle             Abstract
172         LatexName             keywords
173         LabelString           "Key words."
174 End
175
176
177 Style AMS
178         CopyStyle             Abstract
179         LatexName             AMS
180         LabelString           "AMS subject classifications."
181 End
182
183
184 Style Bibliography
185         Margin                Dynamic
186         LatexType             Bib_Environment
187         LatexName             thebibliography
188         NextNoIndent          0
189         LeftMargin            M
190         RightMargin           M
191         Align                 Block
192         AlignPossible         Block,  Center
193         LabelType             Bibliography
194         #LabelType             centered_top_environment
195         LabelString           "References"
196         LabelBottomSep        0.7
197         LabelFont
198           Shape                      SmallCaps
199         EndFont
200 End
201
202
203 Style Theorem
204         CopyStyle             Standard
205         LabelSep              xx
206         LabelType             Static
207         LabelString           "Theorem #."
208         TextFont
209           Shape               Slanted
210           Size                Normal
211         EndFont
212         LabelFont
213           Shape               SmallCaps
214         EndFont
215 End
216
217
218 Style Lemma
219         CopyStyle             Theorem
220         LatexName             lemma
221         LabelString           "Lemma #."
222 End
223
224
225 Style Corollary
226         CopyStyle             Theorem
227         LatexName             corollary
228         LabelString           "Corollary #."
229 End
230
231
232 Style Proposition
233         CopyStyle             Theorem
234         LatexName             proposition
235         LabelString           "Proposition #."
236 End
237
238
239 Style Definition
240         CopyStyle             Theorem
241         LatexName             Definition
242         LabelString           "Definition #."
243         Font
244           Shape               Up
245         EndFont
246         LabelFont
247           Shape               Up
248           Series              Bold
249         EndFont
250 End
251
252
253 Style Proof
254         CopyStyle             Theorem
255         LatexName             proof
256         LabelString           "Proof."
257         EndLabelType          Box
258         Font
259           Shape               Up
260           Color               Blue
261         EndFont
262         LabelFont
263           Shape               Slanted
264         EndFont
265 End
266
267
268 Style Theorem*
269         CopyStyle             Theorem
270         LatexName             theorem*
271         LabelString           "Theorem."
272  End
273
274
275 Style Lemma*
276         CopyStyle             Lemma
277         LatexName             lemma*
278         LabelString           "Lemma."
279 End
280
281
282 Style Corollary*
283         CopyStyle             Corollary
284         LatexName             corollary*
285         LabelString           "Corollary."
286 End
287
288
289 Style Proposition*
290         CopyStyle             Proposition
291         LatexName             proposition*
292         LabelString           "Proposition."
293 End
294
295 Style Definition*
296         CopyStyle             Definition
297         LatexName             definition*
298         LabelString           "Definition."
299 End