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