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