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