]> git.lyx.org Git - lyx.git/blob - lib/layouts/seminar.layout
9fa19f691a4409481fd60909f34d8de608c7b7c3
[lyx.git] / lib / layouts / seminar.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[seminar,sem-page.sty]{Seminar}
3 #  \DeclareCategory{Presentations}
4 # Versions:
5 #   1.0 Initial attemt at makeing a LyX layout file for the seminar class.
6 #       Author : Lars Gullik Bjønnes <larsbj@lyx.org>
7 #   1.1 08-04-2002 Günter Milde <milde users.sf.net>
8 #   1.2 11-12-2002 Günter Milde (copying some stuff from L. G. Bjønnes
9 #                                version in LyX 1.3)
10 #   1.3 2007-09-18 Günter Milde (adapted to LyX 1.5)
11 #   1.4 2008-10-08 Günter Milde (use --Separator-- "look")
12 #   1.5 2011-06-09 Günter Milde (Use Flex insets)
13
14 Format 68
15 Sides   1
16 Columns 1
17
18 ClassOptions
19         FontSize        8|9|10|11|12|14|17
20         Other           "slidesec"
21 End
22
23 # Input general definitions: (seminar is based on the article class)
24 Input article.layout
25
26 InsetLayout Flex:LandscapeSlide
27         LabelString     "Landscape Slide"
28         LatexType       Environment
29         LatexName       slide
30         LyXType         custom
31         Decoration      classic
32         MultiPar        true
33         KeepEmpty               true
34         LabelFont
35                 Size    Small
36         EndFont
37         ResetsFont true
38 End
39
40 InsetLayout Flex:PortraitSlide
41         CopyStyle       Flex:LandscapeSlide
42         LabelString     "Portrait Slide"
43         LatexName       slide*
44 End
45
46 # Note: \slideheading is only defined when the option slidesec is present
47 Style SlideHeading
48         CopyStyle               Section*
49         LatexName               slideheading
50         Align                   Center
51 End
52
53 # Note: \slidesubheading is only defined when the option slidesec is present
54 Style SlideSubHeading
55         CopyStyle               Subsection*
56         LatexName               slidesubheading
57         Align                   Center
58 End
59
60
61 InsetLayout Flex:ListOfSlides
62         CopyStyle               Flex:LandscapeSlide
63         LabelString             "List of Slides"
64         LatexType               Command
65         LyxType                 custom
66         LatexName               listofslides
67         BgColor                 listingsbg
68         MultiPar                false
69         Spellcheck              false
70 End
71
72 InsetLayout Flex:SlideContents
73         CopyStyle               Flex:ListOfSlides
74         LabelString             "Slide Contents"
75         LatexName               slidecontents
76 End
77
78 InsetLayout Flex:ProgressContents
79         CopyStyle               Flex:ListOfSlides
80         LabelString             "Progress Contents"
81         LatexName               Slidecontents
82 End
83
84 # Compatibility definitions for old documents
85 # -------------------------------------------
86 #
87 # It is recommended to use the custom insets instead of paragraph styles.
88
89 Style LandscapeSlide
90         Category                Slides
91         KeepEmpty               1
92         LatexType               Environment
93         LatexName               slide
94         NextNoIndent            1
95         Margin                  Static
96         LeftMargin              N
97         ParIndent               ""
98         TopSep                  0.4
99         Align                   Block
100         LabelType               Above
101         LabelString             "Landscape Slide:"
102         LabelFont
103           Family                Roman
104           Series                Medium
105           Size                  Normal
106           Color                 Blue
107         EndFont
108         HTMLLabel               NONE
109 End
110
111 Style Slide
112         Obsoletedby             LandscapeSlide
113 End
114
115 Style PortraitSlide
116         CopyStyle               LandscapeSlide
117         LatexName               slide*
118         LabelString             "Portrait Slide:"
119 End
120 Style Slide*
121         ObsoletedBy             PortraitSlide
122 End
123
124 Style ListOfSlides
125         Category                "List/TOC"
126         KeepEmpty               1
127         LatexType               Command
128         LatexName               listofslides
129         Margin                  Dynamic
130         ParIndent               MM
131         TopSep                  0.5
132         BottomSep               0.5
133         Align                   Center
134         LabelType               Static
135         LabelString             "[List Of Slides]"
136         LabelFont
137           Family                Roman
138           Series                Medium
139           Size                  Normal
140           Color                 Blue
141         EndFont
142         HTMLLabel               NONE
143 End
144
145 Style SlideContents
146         CopyStyle               ListOfSlides
147         LatexName               slidecontents
148         LabelString             "[Slide Contents]"
149 End
150
151 Style ProgressContents
152         CopyStyle               ListOfSlides
153         LatexName               Slidecontents
154         LabelString             "[Progress Contents]"
155 End