]> git.lyx.org Git - lyx.git/blob - lib/layouts/foils.layout
fix typo that put too many include paths for most people
[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 # General textclass parameters
9 Columns                 1
10 Sides                   1
11 MaxCounter              Counter_Section
12
13 DefaultFont
14   Family                Sans
15   Series                Medium
16   Shape                 Up
17   Size                  Normal
18   Color                 None
19 EndFont
20
21 ClassOptions
22   FontSize   17|20|25|30
23   PageStyle  "empty|plain|foilheadings|fancy"
24   Other      "dvips"
25 End
26
27 # Standard style definition
28 Style Standard
29   Margin                Static
30   LatexType             Paragraph
31   LatexName             dummy
32   ParIndent             MM
33   ParSkip               0.4
34   Align                 Block
35   AlignPossible         Block, Left, Right, Center
36   LabelType             No_Label
37 End
38
39 # foilhead style definition
40 Style Foilhead
41   Margin                Static
42   LatexType             Command
43   LatexName             foilhead
44   LabelSep              xxx
45   ParSkip               0.4
46   TopSep                1.3
47   BottomSep             0.7
48   ParSep                0.7
49   Align                 Center
50   AlignPossible         Center
51   LabelType             No_Label
52
53   # standard font definition
54   Font 
55     Series              Bold
56     Size                Large
57   EndFont
58
59 End
60
61
62 # Shortfoilhead style definition
63 Style ShortFoilhead
64   CopyStyle             Foilhead
65   LatexParam            "[-0.5in]"
66 End
67
68
69 # landscape foilhead style definition
70 Style Rotatefoilhead
71   CopyStyle             Foilhead
72   LatexName             rotatefoilhead
73 End
74
75
76 # ShortRotatefoilhead style definition
77 Style ShortRotatefoilhead
78   CopyStyle             Rotatefoilhead
79   LatexParam            "[-0.5in]"
80 End
81
82 # then a few lists
83 Input stdlists.inc
84
85 # We add there a few additional lists that look good in foils.
86
87 # TickList style definition
88 Style TickList
89   Margin                Static
90   LatexType             Item_Environment
91   LatexName             dinglist
92   LatexParam            "{52}"
93   NextNoIndent          1
94   LeftMargin            MMN
95   LabelSep              xx
96   ItemSep               0.2
97   TopSep                0.7
98   BottomSep             0.7
99   ParSep                0.3
100   Align                 Block
101   AlignPossible         Block, Left
102   LabelType             Static
103   LabelString           _/
104   
105   Preamble
106      \usepackage{pifont}
107   EndPreamble
108 End
109
110 # CrossList style definition
111 Style CrossList
112   Margin                Static
113   LatexType             Item_Environment
114   LatexName             dinglist
115   LatexParam            "{56}"
116   NextNoIndent          1
117   LeftMargin            MMN
118   LabelSep              xx
119   ItemSep               0.2
120   TopSep                0.7
121   BottomSep             0.7
122   ParSep                0.3
123   Align                 Block
124   AlignPossible         Block, Left
125   LabelType             Static
126   LabelString           ><
127   
128   Preamble
129     \usepackage{pifont}
130   EndPreamble
131 End
132
133 # Then the Titles stuff.
134 Input stdtitle.inc
135 Input stdstruct.inc
136
137 # Title style definition. 
138 Style Title
139   Font 
140     Series              Bold
141     Size                Largest
142   EndFont
143 End
144
145 # Author style definition
146 Style Author
147   Font 
148     Size                Large
149   EndFont
150 End
151
152 # Date style definition
153 Style Date
154   Font 
155     Size                Large
156   EndFont
157 End
158
159 # Abstract style definition
160 Style Abstract
161   Font 
162     Size                Normal
163     Series              Medium
164   EndFont
165   
166   LabelFont 
167     Size                Large
168     Series              Bold
169   EndFont
170 End
171
172 # Bibliography style definition
173 Style Bibliography
174   LabelFont 
175     Size                Larger
176     Series              Bold    
177   EndFont
178 End
179
180 # Theorem-numbered style declaration
181 Style Theorem
182   Margin                First_Dynamic
183   LatexType             Environment
184   LatexName             Theorem
185   NextNoIndent          1
186   LabelSep              xx
187   ParSkip               0.4
188   ItemSep               0.2
189   TopSep                0.7
190   BottomSep             0.7
191   ParSep                0.3
192   Align                 Block
193   AlignPossible         Block, Left
194   LabelType             Static
195   LabelString           "Theorem #."
196
197   
198   # standard font definition
199   TextFont
200     Shape               Slanted
201     Size                Normal
202   EndFont
203
204   # label font definition
205   LabelFont
206     Series              Bold
207   EndFont
208 End
209
210 # Lemma-numbered style declaration
211 Style Lemma
212   CopyStyle             Theorem
213   LatexName             Lemma
214   LabelString           "Lemma #."
215 End  
216
217 # Corollary-numbered style declaration
218 Style Corollary
219   CopyStyle             Theorem
220   LatexName             Corollary
221   LabelString           "Corollary #."
222 End  
223
224 # Proposition-numbered style declaration
225 Style Proposition
226   CopyStyle             Theorem
227   LatexName             Proposition
228   LabelString           "Proposition #."
229 End  
230
231 # Definition-numbered style declaration
232 Style Definition
233   CopyStyle             Theorem
234   LatexName             Definition
235   LabelString           "Definition #."
236
237   # standard font definition
238   Font
239     Shape               Up
240   EndFont
241
242   # label font definition
243   LabelFont
244     Shape               Up
245     Series              Bold
246   EndFont
247 End
248
249 # Proof style declaration
250 Style Proof
251   CopyStyle             Theorem
252   LatexName             Proof
253   LabelString           "Proof."
254   
255   # standard font definition
256   Font
257     Shape               Up
258   EndFont
259
260   # label font definition
261   LabelFont
262     Shape               Up
263     Series              Bold
264   EndFont
265 End  
266
267
268 # Theorem-numbered style declaration
269 Style Theorem*
270   CopyStyle             Theorem
271   LatexName             Theorem*
272   LabelString           "Theorem."
273  End
274
275 # Lemma-numbered style declaration
276 Style Lemma*
277   CopyStyle             Lemma
278   LatexName             Lemma*
279   LabelString           "Lemma."
280 End  
281
282 # Corollary-numbered style declaration
283 Style Corollary*
284   CopyStyle             Corollary
285   LatexName             Corollary*
286   LabelString           "Corollary."
287 End  
288
289 # Proposition-numbered style declaration
290 Style Proposition*
291   CopyStyle             Proposition
292   LatexName             Proposition*
293   LabelString           "Proposition."
294 End  
295
296 # Definition-numbered style declaration
297 Style Definition*
298   CopyStyle             Definition
299   LatexName             Definition*
300   LabelString           "Definition."
301 End
302
303 # all the standard LaTeX environments
304 Input stdlayouts.inc
305
306 # Finally add a few weird LyX environments.
307 Input lyxmacros.inc