]> git.lyx.org Git - lyx.git/blob - lib/layouts/powerdot.layout
enable the scrlttr 2 class for serial letters:
[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 6
12 Columns             1
13 Sides               1
14 Provides url        1
15 Provides hyperref   1
16 DefaultStyle        Standard
17
18 DefaultFont
19   Family        Sans
20   Series        Medium
21   Shape         Up
22   Size          Normal
23   Color         None
24 EndFont
25
26 ###
27 # General textclass parameters
28 ###
29 ClassOptions
30   FontSize   size=8|size=9|size=10|size=11|size=12|size=14|size=17|size=20
31   PageStyle  ""
32 End
33
34 ###
35 # Title style definition
36 ###
37 Style Title
38   Margin        Static
39   LatexType     Command
40   InTitle       1
41   LatexName     title
42   ParSkip       0.4
43   ItemSep       0
44   TopSep        0
45   BottomSep     1
46   ParSep        1
47   Align         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   LabelType     No_Label
72
73   Font
74     Size        Large
75     Color       Blue
76   EndFont
77 End
78
79 ###
80 # Date style definition
81 ###
82 Style Date
83   Margin        Dynamic
84   LatexType     Command
85   InTitle       1
86   LatexName     date
87   LabelSep      xxx
88   ParSkip       0.4
89   TopSep        0.9
90   BottomSep     0.5
91   ParSep        1
92   Align         Center
93   LabelType     No_Label
94
95   Font
96     Size        Large
97     Color       Blue
98   EndFont
99 End
100
101 ###
102 # Standard style definition
103 ###
104 Style Standard
105   Margin        Static
106   LatexType         Paragraph
107   LatexName         dummy
108   ParSkip       0.4
109   Align         Block
110   AlignPossible     Block, Left, Right, Center
111   LabelType         No_Label
112 End
113
114 ###
115 # Slide styles definition
116 ###
117 Style Slide
118   TocLevel      3
119   Margin        Static
120   LatexType     Command
121   LatexName     lyxend\lyxslide
122   LabelSep      xxx
123   ParSkip       0.4
124   TopSep        1.3
125   BottomSep     0.7
126   ParSep        0.7
127   Align         Center
128   LabelType     Counter
129   LabelCounter subsection
130   LabelString       "    "
131   OptionalArgs      1
132
133   Font
134     Series      Bold
135     Size        Large
136     Color       Magenta
137   EndFont
138 End
139
140 Style EndSlide
141   KeepEmpty         1
142   LatexType         Command
143   LatexName         lyxend
144   Margin            Static
145   ParSkip           0
146   TopSep            0
147   BottomSep         1
148   ParSep            0
149   Align             Center
150   AlignPossible     Center
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   Margin        Static
197   LatexType     Command
198   LatexName     lyxend\lyxnote
199   LabelSep      xxx
200   ParSkip       0.4
201   TopSep        1.3
202   BottomSep     0.7
203   ParSep        0.7
204   Align         Center
205   AlignPossible     Center
206   LabelType         Static
207   LabelString       "Note:"
208   LeftMargin        MMMMMMM
209   KeepEmpty     1
210   OptionalArgs      0
211   Font
212     Series      Bold
213     Size        Large
214     Color       Red
215   EndFont
216 End
217
218 ###
219 # Section style definition
220 ###
221 Style Section
222   CopyStyle     Slide
223   TocLevel      1
224   LatexName     lyxend\section
225   LabelType     Counter
226   LabelCounter section
227   LabelString       "\arabic{section}"
228
229   Font
230     Size        Larger
231     Color       Blue
232   EndFont
233   LabelStringAppendix "\Alph{section}"
234 End
235
236 ###
237 # Itemize styles definition
238 ###
239 Style Itemize
240   Margin        Static
241   LatexType     Item_Environment
242   LatexName     itemize
243   NextNoIndent      1
244   LeftMargin        MMN
245   LabelSep      xx
246   ItemSep       0.2
247   TopSep        0.7
248   BottomSep     0.7
249   ParSep        0.3
250   Align         Block
251   AlignPossible     Block, Left
252   LabelType     Itemize
253   LabelString       *
254 End
255
256 Style ItemizeType1
257   CopyStyle     Itemize
258   LatexParam        [type=1]
259 End
260
261 ###
262 # Enumerate styles definition
263 ###
264 Style Enumerate
265   Margin        Static
266   LatexType     Item_Environment
267   LatexName     enumerate
268   NextNoIndent      1
269   LeftMargin        MMN
270   LabelSep      xx
271   ParSkip       0.0
272   ItemSep       0.2
273   TopSep        0.7
274   BottomSep     0.7
275   ParSep        0.3
276   Align         Block
277   AlignPossible     Block, Left
278   LabelType     Enumerate
279 End
280
281 Style EnumerateType1
282   CopyStyle     Enumerate
283   LatexParam        [type=1]
284 End
285
286 ###
287 # Bibliography style definition
288 ###
289 Style Bibliography
290   Margin        First_Dynamic
291   LatexType     Bib_Environment
292   LatexName     thebibliography
293   NextNoIndent      1
294   LeftMargin        MM
295   ParSkip       0.4
296   ItemSep       0
297   TopSep        0.7
298   BottomSep     0.7
299   ParSep        0.5
300   Align         Block
301   AlignPossible     Block, Left
302   LabelType     Bibliography
303   LabelString       ""
304   LabelBottomSep    0
305 End
306
307 ###
308 # Quotation style definition
309 ###
310 Style Quotation
311   Margin        Static
312   LatexType     Environment
313   LatexName     quotation
314   NextNoIndent      1
315   LeftMargin        MMM
316   RightMargin       MMM
317   ParIndent     MM
318   ParSkip       0
319   ItemSep       0
320   TopSep        0.5
321   BottomSep     0.5
322   ParSep        0
323   Align         Block
324   AlignPossible     Block, Left, Right, Center
325 End
326
327 ###
328 # Quote style definition
329 ###
330 Style Quote
331   Margin        Static
332   LatexType     Environment
333   LatexName     quote
334   NextNoIndent      1
335   LeftMargin        MMM
336   RightMargin       MMM
337   TopSep        0.5
338   ParSep        0.5
339   BottomSep     0.5
340   Align         Block
341   AlignPossible     Block, Left, Right, Center
342   LabelType     No_Label
343 End
344
345 ###
346 # Verse style definition
347 ###
348 Style Verse
349 # LaTeX type is first dynamic because of LaTeX implementation.
350 # In LyX this does not make sense.
351   LatexType     Environment
352   LatexName     verse
353   Margin        First_Dynamic
354   NextNoIndent      1
355   LeftMargin        MMMM
356   LabelIndent       MMMM
357   ParSkip       0.4
358   TopSep        0.7
359   BottomSep     0.7
360   ParSep        0.5
361   Align         Block
362   AlignPossible     Block, Left
363   LabelType     No_Label
364 End
365
366 ###
367 # Caption style definition
368 ###
369
370 ###
371 # Floats definitions
372 ###
373 Float
374   Type                  table
375   GuiName       Table
376   Extension             lot
377   NumberWithin          none
378   Style                 plain
379   ListName              "List of Tables"
380   LaTeXBuiltin          true
381 End
382   
383 Float
384   Type                  figure
385   GuiName               Figure
386   Extension             lof
387   NumberWithin          none
388   Style                 plain
389   ListName              "List of Figures"
390   LaTeXBuiltin          true
391 End
392
393 Float
394   Type                  algorithm
395   GuiName               Algorithm
396   Extension             loa
397   NumberWithin          none
398   Style                 ruled
399   ListName              "List of Algorithms"
400   LaTeXBuiltin          false
401 End
402
403 ###
404 # Counters definitions
405 ###
406 Counter
407   Name          enumi
408 End
409
410 Counter
411   Name          enumii
412   Within        enumi
413 End
414
415 Counter
416   Name          enumiii
417   Within        enumii
418 End
419
420 Counter
421   Name          enumiv
422   Within        enumiii
423 End
424
425 Counter
426   Name          bibitem
427 End
428
429 Counter
430   Name          figure
431 End
432
433 Counter
434   Name          table
435 End
436
437 Counter
438   Name          algorithm
439 End