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