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