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