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