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