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