]> git.lyx.org Git - lyx.git/blob - lib/layouts/seminar.layout
Rename file.
[lyx.git] / lib / layouts / seminar.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{seminar}
3 # Initial attemt at makeing a LyX layout file for the seminar class.
4 # Author : Lars Gullik Bjønnes <larsbj@lyx.org>
5
6 # Input general definitions
7 Input stdclass.inc
8
9 Sides   1
10 Columns 1
11
12 ClassOptions
13               FontSize 8|9|10|11|12|14|17
14               Other slidesec
15 End
16
17 # There are no chapters in an article.
18 NoStyle Chapter
19 NoStyle Chapter*
20
21 MaxCounter              Counter_Section
22 SecNumDepth             3
23 TocDepth                3
24
25 # Change a bit Part and Part*
26 Style Part
27         Align                 Left
28         AlignPossible         Left
29         TopSep                2
30         BottomSep             1.5
31
32         Font
33           Size                Larger
34         EndFont
35 End
36
37 Style Part*
38         Align                 Left
39         AlignPossible         Left
40         TopSep                2
41         BottomSep             1.5
42
43         Font
44           Size                Larger
45         EndFont
46 End
47
48
49 Style LandscapeSlide
50               CopyStyle       Standard
51               LatexType       Environment
52               LatexName       slide
53               KeepEmpty       1
54               Labeltype       Static
55               LabelString     "Landscape Slide"
56               LabelSep        "MMMMMMM"
57 End
58
59 Style PortraitSlide
60               CopyStyle       Standard
61               LatexType       Environment
62               LatexName       slide*
63               KeepEmpty       1
64               Labeltype       Static
65               LabelString     "Portrait Slide"
66 End
67
68 Style Slide
69               Obsoletedby     LandscapeSlide
70 End
71
72 Style Slide*
73               Obsoletedby     PortraitSlide
74 End
75
76 Style SlideHeading
77               CopyStyle       Section
78               LatexName       slideheading
79 End
80
81 Style SlideSubHeading
82               CopyStyle       Subsection
83               LatexName       slidesubheading
84 End
85
86 Style ListOfSlides
87               KeepEmpty       1
88               Align           Center
89               LatexType       Command
90               LatexName       listofslides
91               Labeltype       Static
92               LabelString     "List Of Slides"
93 End
94
95 Style SlideContents
96               KeepEmpty       1
97               Align           Center
98               LatexType       Command
99               LatexName       slidecontents
100               Labeltype       Static
101               LabelString     "Slidecontents"
102 End
103
104 Style ProgressContents
105               KeepEmpty       1
106               Align           Center
107               LatexType       Command
108               LatexName       Slidecontents
109               Labeltype       Static
110               LabelString     "Progress Contents"
111 End
112