]> git.lyx.org Git - lyx.git/blob - lib/layouts/powerdot.layout
Change LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move...
[lyx.git] / lib / layouts / powerdot.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[powerdot,enumitem.sty,pstricks.sty,xkeyval.sty]{presentation (powerdot)}
3 # PowerDot textclass definition file.
4 # Created: 29-Aug-05 by Mael Hilléreau
5 # Last modified: 20-May-06 by Uwe Stöhr
6
7
8 ###
9 # General textclass parameters
10 ###
11 Format 5
12 Columns         1
13 Sides           1
14 Provides url     1
15 DefaultStyle        Standard
16
17 DefaultFont
18   Family        Sans
19   Series        Medium
20   Shape         Up
21   Size          Normal
22   Color         None
23 EndFont
24
25 ###
26 # General textclass parameters
27 ###
28 ClassOptions
29   FontSize   size=8|size=9|size=10|size=11|size=12|size=14|size=17|size=20
30   PageStyle  ""
31 End
32
33 ###
34 # Title style definition
35 ###
36 Style Title
37   Margin        Static
38   LatexType     Command
39   InTitle       1
40   LatexName     title
41   ParSkip       0.4
42   ItemSep       0
43   TopSep        0
44   BottomSep     1
45   ParSep        1
46   Align         Center
47   AlignPossible     Center
48   LabelType     No_Label
49
50   Font
51     Series      Bold
52     Size        Largest
53     Color       Blue
54   EndFont
55 End
56
57 ###
58 # Author style definition
59 ###
60 Style Author
61   Margin        Static
62   LatexType     Command
63   InTitle       1
64   LatexName     author
65   LabelSep      xxx
66   ParSkip       0.4
67   TopSep        1.3
68   BottomSep     0.7
69   ParSep        0.7
70   Align         Center
71   AlignPossible     Center
72   LabelType     No_Label
73
74   Font
75     Size        Large
76     Color       Blue
77   EndFont
78 End
79
80 ###
81 # Date style definition
82 ###
83 Style Date
84   Margin        Dynamic
85   LatexType     Command
86   InTitle       1
87   LatexName     date
88   LabelSep      xxx
89   ParSkip       0.4
90   TopSep        0.9
91   BottomSep     0.5
92   ParSep        1
93   Align         Center
94   AlignPossible     Center
95   LabelType     No_Label
96
97   Font
98     Size        Large
99     Color       Blue
100   EndFont
101 End
102
103 ###
104 # Standard style definition
105 ###
106 Style Standard
107   Margin        Static
108   LatexType         Paragraph
109   LatexName         dummy
110   ParSkip       0.4
111   Align         Block
112   AlignPossible     Block, Left, Right, Center
113   LabelType         No_Label
114 End
115
116 ###
117 # Slide styles definition
118 ###
119 Style Slide
120   Margin        Static
121   LatexType     Command
122   LatexName     lyxend\lyxslide
123   LabelSep      xxx
124   ParSkip       0.4
125   TopSep        1.3
126   BottomSep     0.7
127   ParSep        0.7
128   Align         Center
129   AlignPossible     Center
130   LabelType     Counter
131   LabelCounter subsection
132   LabelString       "    "
133   OptionalArgs      1
134
135   Font
136     Series      Bold
137     Size        Large
138     Color       Magenta
139   EndFont
140 End
141
142 Style EndSlide
143   CopyStyle     Slide
144   KeepEmpty     1
145   LatexName     lyxend
146   Margin            Static
147   ParSkip           0
148   TopSep            0
149   BottomSep         1
150   ParSep            0
151   LabelType         Static
152   LabelBottomSep    0
153   LeftMargin        MMMMMMM
154   LabelString       "~=~"
155   OptionalArgs      0
156
157   Font
158     Color       None
159   EndFont
160 End
161
162
163
164 ###
165 # Wideslide style definition
166 ###
167 Style WideSlide
168   CopyStyle     Slide
169   LatexName     lyxend\lyxwideslide
170
171   Font
172     Color       Green
173   EndFont
174 End
175
176 ###
177 # EmptySlide style definition
178 ###
179 Style EmptySlide
180   CopyStyle     Slide
181   LatexName     lyxend\lyxemptyslide
182   LeftMargin        MMMMMMMMMMMMMM
183   LabelString       "Empty slide:"
184   LabelType         Static
185   KeepEmpty     1
186
187   Font
188     Color       Cyan
189   EndFont
190 End
191
192 ###
193 # Note style definition
194 ###
195 Style Note
196   CopyStyle     Slide
197   LatexName     lyxend\lyxnote
198   LeftMargin        MMMMMMM
199   LabelString       "Note:"
200   LabelType         Static
201   KeepEmpty     1
202   OptionalArgs      0
203
204   Font
205     Color       Red
206   EndFont
207 End
208
209 ###
210 # Section style definition
211 ###
212 Style Section
213   CopyStyle     Slide
214   LatexName     lyxend\section
215   LabelType     Counter
216   LabelCounter section
217   LabelString       "\arabic{section}"
218
219   Font
220     Size        Larger
221     Color       Blue
222   EndFont
223   LabelStringAppendix "\Alph{section}"
224 End
225
226 ###
227 # Itemize styles definition
228 ###
229 Style Itemize
230   Margin        Static
231   LatexType     Item_Environment
232   LatexName     itemize
233   NextNoIndent      1
234   LeftMargin        MMN
235   LabelSep      xx
236   ItemSep       0.2
237   TopSep        0.7
238   BottomSep     0.7
239   ParSep        0.3
240   Align         Block
241   AlignPossible     Block, Left
242   LabelType     Itemize
243   LabelString       *
244 End
245
246 Style ItemizeType1
247   CopyStyle     Itemize
248   LatexParam        [type=1]
249 End
250
251 ###
252 # Enumerate styles definition
253 ###
254 Style Enumerate
255   Margin        Static
256   LatexType     Item_Environment
257   LatexName     enumerate
258   NextNoIndent      1
259   LeftMargin        MMN
260   LabelSep      xx
261   ParSkip       0.0
262   ItemSep       0.2
263   TopSep        0.7
264   BottomSep     0.7
265   ParSep        0.3
266   Align         Block
267   AlignPossible     Block, Left
268   LabelType     Enumerate
269 End
270
271 Style EnumerateType1
272   CopyStyle     Enumerate
273   LatexParam        [type=1]
274 End
275
276 ###
277 # Bibliography style definition
278 ###
279 Style Bibliography
280   Margin        First_Dynamic
281   LatexType     Bib_Environment
282   LatexName     thebibliography
283   NextNoIndent      1
284   LeftMargin        MM
285   ParSkip       0.4
286   ItemSep       0
287   TopSep        0.7
288   BottomSep     0.7
289   ParSep        0.5
290   Align         Block
291   AlignPossible     Block, Left
292   LabelType     Bibliography
293   LabelString       ""
294   LabelBottomSep    0
295 End
296
297 ###
298 # Quotation style definition
299 ###
300 Style Quotation
301   Margin        Static
302   LatexType     Environment
303   LatexName     quotation
304   NextNoIndent      1
305   LeftMargin        MMM
306   RightMargin       MMM
307   ParIndent     MM
308   ParSkip       0
309   ItemSep       0
310   TopSep        0.5
311   BottomSep     0.5
312   ParSep        0
313   Align         Block
314   AlignPossible     Block, Left, Right, Center
315 End
316
317 ###
318 # Quote style definition
319 ###
320 Style Quote
321   Margin        Static
322   LatexType     Environment
323   LatexName     quote
324   NextNoIndent      1
325   LeftMargin        MMM
326   RightMargin       MMM
327   TopSep        0.5
328   ParSep        0.5
329   BottomSep     0.5
330   Align         Block
331   AlignPossible     Block, Left, Right, Center
332   LabelType     No_Label
333 End
334
335 ###
336 # Verse style definition
337 ###
338 Style Verse
339 # LaTeX type is first dynamic because of LaTeX implementation.
340 # In LyX this does not make sense.
341   LatexType     Environment
342   LatexName     verse
343   Margin        First_Dynamic
344   NextNoIndent      1
345   LeftMargin        MMMM
346   LabelIndent       MMMM
347   ParSkip       0.4
348   TopSep        0.7
349   BottomSep     0.7
350   ParSep        0.5
351   Align         Block
352   AlignPossible     Block, Left
353   LabelType     No_Label
354 End
355
356 ###
357 # Caption style definition
358 ###
359
360 ###
361 # Floats definitions
362 ###
363 Float
364   Type                  table
365   GuiName       Table
366   Extension             lot
367   NumberWithin          none
368   Style                 plain
369   ListName              "List of Tables"
370   LaTeXBuiltin          true
371 End
372   
373 Float
374   Type                  figure
375   GuiName               Figure
376   Extension             lof
377   NumberWithin          none
378   Style                 plain
379   ListName              "List of Figures"
380   LaTeXBuiltin          true
381 End
382
383 Float
384   Type                  algorithm
385   GuiName               Algorithm
386   Extension             loa
387   NumberWithin          none
388   Style                 ruled
389   ListName              "List of Algorithms"
390   LaTeXBuiltin          false
391 End
392
393 ###
394 # Counters definitions
395 ###
396 Counter
397   Name          enumi
398 End
399
400 Counter
401   Name          enumii
402   Within        enumi
403 End
404
405 Counter
406   Name          enumiii
407   Within        enumii
408 End
409
410 Counter
411   Name          enumiv
412   Within        enumiii
413 End
414
415 Counter
416   Name          bibitem
417 End
418
419 Counter
420   Name          figure
421 End
422
423 Counter
424   Name          table
425 End
426
427 Counter
428   Name          algorithm
429 End