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