]> git.lyx.org Git - lyx.git/blob - lib/layouts/siamltex.layout
specify a background color for listings and allow the user to change it, patch by...
[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 8
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         EndLabelType          Static
52         EndLabelString        "."
53         Font
54           Series              Bold
55         EndFont
56 End
57
58
59 Style Subsection
60         CopyStyle             Section
61         LatexName             subsection
62 End
63
64
65 Style Subsubsection
66         CopyStyle             Subsection
67         LatexName             subsubsection
68 End
69
70
71 Style Paragraph
72         CopyStyle             Subsubsection
73         LatexName             paragraph
74         Font
75           Shape               Italic
76           Series              Medium
77         EndFont
78 End
79
80
81 Style Section*
82         CopyStyle             Section
83         LatexName             section*
84         LabelType             No_Label
85 End
86
87
88 Style Subsection*
89         CopyStyle             Subsection
90         LatexName             subsection*
91         LabelType             No_Label
92 End
93
94
95 Style Subsubsection*
96         CopyStyle             Subsubsection
97         LatexName             subsubsection*
98         LabelType             No_Label
99 End
100
101
102 Style Paragraph*
103         CopyStyle             Paragraph
104         LatexName             paragraph*
105         LabelType             No_Label
106 End
107
108
109 Style Title
110         Margin                Static
111         LatexType             Command
112         InTitle               1
113         LatexName             title
114         BottomSep             1
115         Align                 Center
116         LabelType             No_Label
117         Font
118           Size                Larger
119           Shape               SmallCaps
120           Series              Bold
121         EndFont
122 End
123
124
125 Style Author
126         CopyStyle             Title
127         LatexName             author
128         Font
129           Size                Normal
130           Shape               SmallCaps
131           Series              Medium
132         EndFont
133 End
134
135
136 Style Date
137         CopyStyle             Author
138         LatexName             date
139 End
140
141
142 Style Abstract
143         Margin                First_Dynamic
144         LatexType             Environment
145 #  InTitle               1
146         LatexName             abstract
147         ParIndent             ........
148         NextNoIndent          1
149         TopSep                0.7
150         BottomSep             0.7
151         ParSkip               0.7
152         Align                 Block
153         LabelType             Static
154         LabelString           "Abstract."
155         LabelSep              M
156         LabelIndent           ........
157         Font
158           Size                Small
159         EndFont
160         LabelFont
161           Series              Bold
162           Size                Small
163         EndFont
164 End
165
166
167 Style Keywords
168         CopyStyle             Abstract
169         LatexName             keywords
170         LabelString           "Key words."
171 End
172
173
174 Style AMS
175         CopyStyle             Abstract
176         LatexName             AMS
177         LabelString           "AMS subject classifications."
178 End
179
180
181 Style Bibliography
182         Margin                Dynamic
183         LatexType             Bib_Environment
184         LatexName             thebibliography
185         NextNoIndent          0
186         LeftMargin            M
187         RightMargin           M
188         Align                 Block
189         AlignPossible         Block,  Center
190         LabelType             Bibliography
191         #LabelType             centered_top_environment
192         LabelString           "References"
193         LabelBottomSep        0.7
194         LabelFont
195           Shape                      SmallCaps
196         EndFont
197 End
198
199
200 Style Theorem
201         CopyStyle             Standard
202         LabelSep              xx
203         LabelType             Static
204         LabelString           "Theorem #."
205         TextFont
206           Shape               Slanted
207           Size                Normal
208         EndFont
209         LabelFont
210           Shape               SmallCaps
211         EndFont
212 End
213
214
215 Style Lemma
216         CopyStyle             Theorem
217         LatexName             lemma
218         LabelString           "Lemma #."
219 End
220
221
222 Style Corollary
223         CopyStyle             Theorem
224         LatexName             corollary
225         LabelString           "Corollary #."
226 End
227
228
229 Style Proposition
230         CopyStyle             Theorem
231         LatexName             proposition
232         LabelString           "Proposition #."
233 End
234
235
236 Style Definition
237         CopyStyle             Theorem
238         LatexName             Definition
239         LabelString           "Definition #."
240         Font
241           Shape               Up
242         EndFont
243         LabelFont
244           Shape               Up
245           Series              Bold
246         EndFont
247 End
248
249
250 Style Proof
251         CopyStyle             Theorem
252         LatexName             proof
253         LabelString           "Proof."
254         EndLabelType          Box
255         Font
256           Shape               Up
257           Color               Blue
258         EndFont
259         LabelFont
260           Shape               Slanted
261         EndFont
262 End
263
264
265 Style Theorem*
266         CopyStyle             Theorem
267         LatexName             theorem*
268         LabelString           "Theorem."
269  End
270
271
272 Style Lemma*
273         CopyStyle             Lemma
274         LatexName             lemma*
275         LabelString           "Lemma."
276 End
277
278
279 Style Corollary*
280         CopyStyle             Corollary
281         LatexName             corollary*
282         LabelString           "Corollary."
283 End
284
285
286 Style Proposition*
287         CopyStyle             Proposition
288         LatexName             proposition*
289         LabelString           "Proposition."
290 End
291
292 Style Definition*
293         CopyStyle             Definition
294         LatexName             definition*
295         LabelString           "Definition."
296 End