]> git.lyx.org Git - wiki-uploads.git/blob - Layouts/seminar/seminar.layout
Import uploads from wiki
[wiki-uploads.git] / Layouts / seminar / seminar.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{seminar}
3 # Versions:
4 #   1.0 Initial attemt at makeing a LyX layout file for the seminar class.
5 #       Author : Lars Gullik Bjønnes <larsbj@lyx.org>
6 #   1.1 08-04-2002 Günter Milde <g.milde@web.de>
7 #   1.2 11-12-2002 Günter Milde (copying some stuff from L. G. Bjønnes 
8 #                                version in LyX 3.1.3)
9
10 Sides   1
11 Columns 1
12
13 ClassOptions
14         FontSize 8|9|10|11|12|14|17
15         Other slidesec
16 End
17
18 # Input general definitions: (seminar is based on the article class)
19 Input article.layout
20
21
22 Style LandscapeSlide
23   LatexType     Environment
24   LatexName     slide
25   KeepEmpty     1
26   NextNoIndent  1
27   LabelType     Centered_Top_Environment
28   LabelString   "____________________________    Landscape Slide    ____________________________"
29   LabelFont 
30     Shape       Italic
31     Color       blue
32   #  Size       small
33   EndFont
34 End
35 Style Slide
36         Obsoletedby     LandscapeSlide
37 End
38
39 Style PortraitSlide
40   CopyStyle     LandscapeSlide
41   LatexName     slide*
42   LabelString   "____________________________    Portrait Slide    ____________________________"
43 End
44 Style Slide*
45         Obsoletedby     PortraitSlide
46 End
47
48 # This is a dummy style whose main purpose is to separate subsequent Slide
49 # environments. For latex it is a normal Standard style, but in LyX you will 
50 # also see a nice label and have the possibility to leave the paragraph empty
51 Style EndOfSlide
52   CopyStyle     LandscapeSlide
53   LatexType     Paragraph
54   LabelString   "____________________________    End of Slide    ____________________________"
55   LabelBottomSep 1.5
56 #  LeftMargin   ""
57 End
58
59 # Note: \slideheading is only defined when the option slidesec is present
60 Style SlideHeading
61   CopyStyle     Section
62   LatexName     slideheading
63   Align         Center
64 End
65
66 # Note: \slidesubheading is only defined when the option slidesec is present
67 Style SlideSubHeading
68   CopyStyle     Subsection
69   LatexName     slidesubheading
70   Align         Center
71 End
72
73 Style ListOfSlides
74   CopyStyle     LandscapeSlide
75   LatexType     Command
76   LatexName     listofslides
77   LabelString   "List Of Slides"
78   LabelFont 
79     Shape       Roman
80   EndFont
81 End
82
83 Style SlideContents
84   CopyStyle     ListOfSlides
85   LatexName     slidecontents
86   LabelString   "Slide Contents"
87 End
88
89 Style ProgressContents
90   CopyStyle     ListOfSlides
91   LatexName     Slidecontents
92   LabelString   "Progress Contents"
93 End
94
95 # obsoletes should always come last, as there is a bug in the GUI preventing
96 # the arrow keys to go past an obsolete entry in the styles list.
97
98 Input obsolete.inc