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