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