lyx_mirror/lib/layouts/seminar.layout
Uwe Stöhr 25b3a8c611 layout files:
- remove dependencies of standard LaTeX-packages like article, fontenc, babel, etc.
- The class need only be specified as optional argument if the name of the LaTeX class file and the name of the layout file are different or if there are no packages to load.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35139 a592a061-630c-0410-9148-cb99ea01b6c8
2010-08-14 01:28:47 +00:00

93 lines
2.1 KiB
Plaintext

#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[seminar,sem-page.sty]{transparencies (seminar)}
# Versions:
# 1.0 Initial attemt at makeing a LyX layout file for the seminar class.
# Author : Lars Gullik Bjønnes <larsbj@lyx.org>
# 1.1 08-04-2002 Günter Milde <milde users.sf.net>
# 1.2 11-12-2002 Günter Milde (copying some stuff from L. G. Bjønnes
# version in LyX 1.3)
# 1.3 2007-09-18 GM (adapted to LyX 1.5)
# 1.4 2008-10-08 GM (use --Separator-- "look")
Format 27
Sides 1
Columns 1
ClassOptions
FontSize 8|9|10|11|12|14|17
Other slidesec
End
# Input general definitions: (seminar is based on the article class)
Input article.layout
Style LandscapeSlide
CopyStyle --Separator--
LatexType Environment
LatexName slide
NextNoIndent 1
Margin Static
LeftMargin N
ParIndent ""
TopSep 0.4
LabelType Top_Environment
LabelString "Landscape Slide:"
End
Style Slide
Obsoletedby LandscapeSlide
End
Style PortraitSlide
CopyStyle LandscapeSlide
LatexName slide*
LabelString "Portrait Slide:"
End
Style Slide*
Obsoletedby PortraitSlide
End
# EndOfSlide was a dummy style whose main purpose is to separate subsequent
# Slide environments. Nowadays lyx has the special --Separator-- style as
# workaround:
Style EndOfSlide
ObsoletedBy --Separator--
End
# Note: \slideheading is only defined when the option slidesec is present
Style SlideHeading
CopyStyle Section*
LatexName slideheading
Align Center
End
# Note: \slidesubheading is only defined when the option slidesec is present
Style SlideSubHeading
CopyStyle Subsection*
LatexName slidesubheading
Align Center
End
Style ListOfSlides
CopyStyle --Separator--
LatexType Command
LatexName listofslides
TopSep 0.5
BottomSep 0.5
Align Center
# BottomSep 0
LabelString "[List Of Slides]"
End
Style SlideContents
CopyStyle ListOfSlides
LatexName slidecontents
LabelString "[Slide Contents]"
End
Style ProgressContents
CopyStyle ListOfSlides
LatexName Slidecontents
LabelString "[Progress Contents]"
End