]> git.lyx.org Git - features.git/blob - lib/layouts/seminar.layout
cleanup stuff separated by Lars from the counter patch
[features.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
26 # Change Part and Part* a bit
27
28 Style Part
29         Align                 Left
30         AlignPossible         Left
31         TopSep                2
32         BottomSep             1.5
33
34         Font
35           Size                Larger
36         EndFont
37 End
38
39 Style Part*
40         Align                 Left
41         AlignPossible         Left
42         TopSep                2
43         BottomSep             1.5
44
45         Font
46           Size                Larger
47         EndFont
48 End
49
50
51 Style LandscapeSlide
52               CopyStyle       Standard
53               LatexType       Environment
54               LatexName       slide
55               KeepEmpty       1
56               Labeltype       Static
57               LabelString     "Landscape Slide"
58               LabelSep        "MMMMMMM"
59 End
60
61
62 Style PortraitSlide
63               CopyStyle       Standard
64               LatexType       Environment
65               LatexName       slide*
66               KeepEmpty       1
67               Labeltype       Static
68               LabelString     "Portrait Slide"
69 End
70
71
72 Style Slide
73               Obsoletedby     LandscapeSlide
74 End
75
76
77 Style Slide*
78               Obsoletedby     PortraitSlide
79 End
80
81
82 Style SlideHeading
83               CopyStyle       Section
84               LatexName       slideheading
85 End
86
87
88 Style SlideSubHeading
89               CopyStyle       Subsection
90               LatexName       slidesubheading
91 End
92
93
94 Style ListOfSlides
95               KeepEmpty       1
96               Align           Center
97               LatexType       Command
98               LatexName       listofslides
99               Labeltype       Static
100               LabelString     "List Of Slides"
101 End
102
103
104 Style SlideContents
105               KeepEmpty       1
106               Align           Center
107               LatexType       Command
108               LatexName       slidecontents
109               Labeltype       Static
110               LabelString     "Slidecontents"
111 End
112
113
114 Style ProgressContents
115               KeepEmpty       1
116               Align           Center
117               LatexType       Command
118               LatexName       Slidecontents
119               Labeltype       Static
120               LabelString     "Progress Contents"
121 End