]> git.lyx.org Git - lyx.git/blob - lib/layouts/foils.layout
more
[lyx.git] / lib / layouts / foils.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{slides (FoilTeX)}
3 # Foils textclass definition file. 
4 # Created (1.Oct.96):   Alejandro Aguilar Sierra
5 # Enhanced (fonts & centering):  Jean-Marc Lasgouttes
6 # To do: Define class specific options.
7
8
9 Columns                 1
10 Sides                   1
11
12
13 DefaultFont
14         Family                Sans
15         Series                Medium
16         Shape                 Up
17         Size                  Normal
18         Color                 None
19 EndFont
20
21
22 ClassOptions
23         FontSize              17|20|25|30
24         PageStyle             "empty|plain|foilheadings|fancy"
25         Other                 "dvips"
26 End
27
28
29 Style Standard
30         Margin                Static
31         LatexType             Paragraph
32         LatexName             dummy
33         ParIndent             MM
34         ParSkip               0.4
35         Align                 Block
36         AlignPossible         Block, Left, Right, Center
37         LabelType             No_Label
38 End
39
40
41 Style Foilhead
42         Margin                Static
43         LatexType             Command
44         LatexName             foilhead
45         LabelSep              xxx
46         ParSkip               0.4
47         TopSep                1.3
48         BottomSep             0.7
49         ParSep                0.7
50         Align                 Center
51         AlignPossible         Center
52         LabelType             No_Label
53         Font 
54           Series              Bold
55           Size                Large
56         EndFont
57 End
58
59
60 Style ShortFoilhead
61         CopyStyle             Foilhead
62         LatexParam            "[-0.5in]"
63 End
64
65
66 Style Rotatefoilhead
67         CopyStyle             Foilhead
68         LatexName             rotatefoilhead
69 End
70
71
72 Style ShortRotatefoilhead
73         CopyStyle             Rotatefoilhead
74         LatexParam            "[-0.5in]"
75 End
76
77
78 # We add there a few additional lists that look good in foils.
79 Input stdlists.inc
80
81 Style TickList
82         Margin                Static
83         LatexType             Item_Environment
84         LatexName             dinglist
85         LatexParam            "{52}"
86         NextNoIndent          1
87         LeftMargin            MMN
88         LabelSep              xx
89         ItemSep               0.2
90         TopSep                0.7
91         BottomSep             0.7
92         ParSep                0.3
93         Align                 Block
94         AlignPossible         Block, Left
95         LabelType             Static
96         LabelString           _/
97         Preamble
98            \usepackage{pifont}
99         EndPreamble
100 End
101
102 Style CrossList
103         Margin                Static
104         LatexType             Item_Environment
105         LatexName             dinglist
106         LatexParam            "{56}"
107         NextNoIndent          1
108         LeftMargin            MMN
109         LabelSep              xx
110         ItemSep               0.2
111         TopSep                0.7
112         BottomSep             0.7
113         ParSep                0.3
114         Align                 Block
115         AlignPossible         Block, Left
116         LabelType             Static
117         LabelString           ><
118         Preamble
119           \usepackage{pifont}
120         EndPreamble
121 End
122
123
124 Input stdtitle.inc
125 Input stdstruct.inc
126
127
128 Style Title
129         Font 
130           Series              Bold
131           Size                Largest
132         EndFont
133 End
134
135
136 Style Author
137         Font 
138           Size                Large
139         EndFont
140 End
141
142
143 Style Date
144         Font 
145           Size                Large
146         EndFont
147 End
148
149
150 Style Abstract
151         Font 
152           Size                Normal
153           Series              Medium
154         EndFont
155         LabelFont 
156           Size                Large
157           Series              Bold
158         EndFont
159 End
160
161
162 # Header definitions:
163 Style My_Logo
164         Margin                Static
165         LatexType             Command
166         LatexName             MyLogo
167         LeftMargin            My_Logo:xx
168         LabelSep              xxx
169         Align                 Left
170         AlignPossible         Left
171         LabelType             Static
172         LabelString           "My Logo:"
173         LabelFont             
174           Series              Bold
175           Shape               Italic
176           Color               red
177         EndFont
178 End
179
180
181 Style Restriction
182         CopyStyle             "My Logo"
183         LatexName             Restriction
184         LeftMargin            Restriction:xx
185         LabelString           "Restriction:"
186 End
187
188
189 Style Left_Header
190         CopyStyle             "My Logo"
191         LatexName             leftheader
192         LeftMargin            Left_Header:xx
193         LabelString           "Left Header:"
194 End
195
196
197 Style Right_Header
198         CopyStyle             "My Logo"
199         LatexName             rightheader
200         LeftMargin            Right_Header:xx
201         LabelString           "Right Header:"
202 End
203
204
205 Style Right_Footer
206         CopyStyle             "My Logo"
207         LatexName             rightfooter
208         LeftMargin            Right_Footer:xx
209         LabelString           "Right Footer:"
210 End
211
212
213
214 Style Bibliography
215         LabelFont 
216           Size                Larger
217           Series              Bold    
218         EndFont
219 End
220
221
222 Style Theorem
223         Margin                First_Dynamic
224         LatexType             Environment
225         LatexName             Theorem
226         NextNoIndent          1
227         LabelSep              xx
228         ParSkip               0.4
229         ItemSep               0.2
230         TopSep                0.7
231         BottomSep             0.7
232         ParSep                0.3
233         Align                 Block
234         AlignPossible         Block, Left
235         LabelType             Static
236         LabelString           "Theorem #."
237         TextFont
238           Shape               Slanted
239           Size                Normal
240         EndFont
241         LabelFont
242           Series              Bold
243         EndFont
244 End
245
246
247 Style Lemma
248         CopyStyle             Theorem
249         LatexName             Lemma
250         LabelString           "Lemma #."
251 End  
252
253
254 Style Corollary
255         CopyStyle             Theorem
256         LatexName             Corollary
257         LabelString           "Corollary #."
258 End  
259
260
261 Style Proposition
262         CopyStyle             Theorem
263         LatexName             Proposition
264         LabelString           "Proposition #."
265 End  
266
267
268 Style Definition
269         CopyStyle             Theorem
270         LatexName             Definition
271         LabelString           "Definition #."
272         Font
273           Shape               Up
274         EndFont
275         LabelFont
276           Shape               Up
277           Series              Bold
278         EndFont
279 End
280
281
282 Style Proof
283         CopyStyle             Theorem
284         LatexName             Proof
285         LabelString           "Proof."
286         Font
287           Shape               Up
288         EndFont
289         LabelFont
290           Shape               Up
291           Series              Bold
292         EndFont
293 End  
294
295
296 Style Theorem*
297         CopyStyle             Theorem
298         LatexName             Theorem*
299         LabelString           "Theorem."
300 End
301
302
303 Style Lemma*
304         CopyStyle             Lemma
305         LatexName             Lemma*
306         LabelString           "Lemma."
307 End  
308
309
310 Style Corollary*
311         CopyStyle             Corollary
312         LatexName             Corollary*
313         LabelString           "Corollary."
314 End  
315
316
317 Style Proposition*
318         CopyStyle             Proposition
319         LatexName             Proposition*
320         LabelString           "Proposition."
321 End  
322
323
324 Style Definition*
325         CopyStyle             Definition
326         LatexName             Definition*
327         LabelString           "Definition."
328 End
329
330
331 Input stdlayouts.inc
332 Input stdfloats.inc
333 Input stdcounters.inc
334 Input lyxmacros.inc