]> git.lyx.org Git - lyx.git/blob - lib/layouts/foils.layout
include intl/libintl.h that is relative to $TOP_SRCDIR/src
[lyx.git] / lib / layouts / foils.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{presentation (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 Format 5
10 Columns                 1
11 Sides                   1
12
13
14 DefaultFont
15         Family                Sans
16         Series                Medium
17         Shape                 Up
18         Size                  Normal
19         Color                 None
20 EndFont
21
22
23 ClassOptions
24         FontSize              17|20|25|30
25         PageStyle             "empty|plain|foilheadings|fancy"
26         Other                 "dvips"
27 End
28
29
30 Style Standard
31         Margin                Static
32         LatexType             Paragraph
33         LatexName             dummy
34         ParIndent             MM
35         ParSkip               0.4
36         Align                 Block
37         AlignPossible         Block, Left, Right, Center
38         LabelType             No_Label
39 End
40
41
42 Style Foilhead
43         TocLevel              1
44         Margin                Static
45         LatexType             Command
46         LatexName             foilhead
47         LabelSep              xxx
48         ParSkip               0.4
49         TopSep                1.3
50         BottomSep             0.7
51         ParSep                0.7
52         Align                 Center
53         LabelType             No_Label
54         Font
55           Series              Bold
56           Size                Large
57         EndFont
58 End
59
60
61 Style ShortFoilhead
62         CopyStyle             Foilhead
63         LatexParam            "[-0.5in]"
64 End
65
66
67 Style Rotatefoilhead
68         CopyStyle             Foilhead
69         LatexName             rotatefoilhead
70 End
71
72
73 Style ShortRotatefoilhead
74         CopyStyle             Rotatefoilhead
75         LatexParam            "[-0.5in]"
76 End
77
78
79 # We add there a few additional lists that look good in foils.
80 Input stdlists.inc
81
82 Style TickList
83         Margin                Static
84         LatexType             Item_Environment
85         LatexName             dinglist
86         LatexParam            "{52}"
87         NextNoIndent          1
88         LeftMargin            MMN
89         LabelSep              xx
90         ItemSep               0.2
91         TopSep                0.7
92         BottomSep             0.7
93         ParSep                0.3
94         Align                 Block
95         AlignPossible         Block, Left
96         LabelType             Static
97         LabelString           "_/"
98         Preamble
99            \usepackage{pifont}
100         EndPreamble
101 End
102
103 Style CrossList
104         Margin                Static
105         LatexType             Item_Environment
106         LatexName             dinglist
107         LatexParam            "{56}"
108         NextNoIndent          1
109         LeftMargin            MMN
110         LabelSep              xx
111         ItemSep               0.2
112         TopSep                0.7
113         BottomSep             0.7
114         ParSep                0.3
115         Align                 Block
116         AlignPossible         Block, Left
117         LabelType             Static
118         LabelString           "><"
119         Preamble
120           \usepackage{pifont}
121         EndPreamble
122 End
123
124
125 Input stdtitle.inc
126 Input stdstruct.inc
127
128
129 Style Title
130         Font
131           Series              Bold
132           Size                Largest
133         EndFont
134 End
135
136
137 Style Author
138         Font
139           Size                Large
140         EndFont
141 End
142
143
144 Style Date
145         Font
146           Size                Large
147         EndFont
148 End
149
150
151 Style Abstract
152         Font
153           Size                Normal
154           Series              Medium
155         EndFont
156         LabelFont
157           Size                Large
158           Series              Bold
159         EndFont
160 End
161
162
163 # Header definitions:
164 Style My_Logo
165         Margin                Static
166         LatexType             Command
167         LatexName             MyLogo
168         LeftMargin            My_Logo:xx
169         LabelSep              xxx
170         Align                 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