]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/seminar.layout
The achemso class provides the float package internally.
[lyx.git] / lib / layouts / seminar.layout
index 7275b87dd92c9bb387aa379ce165fb226aa49002..31e7ada88b6bdd7dadfff51cee21f9dffbcada22 100644 (file)
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass{seminar}
-# Initial attemt at makeing a LyX layout file for the seminar class.
-# Author : Lars Gullik Bjønnes <larsbj@lyx.org>
-
-# Input general definitions
-Input stdclass.inc
-
+#  \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 33
 Sides  1
 Columns        1
 
 ClassOptions
-       FontSize 8|9|10|11|12|14|17
-       Other slidesec
-End
-
-# There are no chapters in an article.
-NoStyle Chapter
-NoStyle Chapter*
-
-MaxCounter             Counter_Section
-SecNumDepth            3
-TocDepth               3
-
-# Change a bit Part and Part*
-Style Part
-  Align                        Left
-  AlignPossible                Left
-  TopSep                2
-  BottomSep             1.5
-
-  Font
-    Size               Larger
-  EndFont
-End
-
-Style Part*
-  Align                        Left
-  AlignPossible                Left
-  TopSep                2
-  BottomSep             1.5
-
-  Font
-    Size               Larger
-  EndFont
+       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       Standard
-       LatexType       Environment
-       LatexName       slide
-       KeepEmpty       1
-       Labeltype       Static
-       LabelString     "Landscape Slide"
-       LabelSep        "MMMMMMM"
+       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       Standard
-       LatexType       Environment
-       LatexName       slide*
-       KeepEmpty       1
-       Labeltype       Static
-       LabelString     "Portrait Slide"
+       CopyStyle               LandscapeSlide
+       LatexName               slide*
+       LabelString             "Portrait Slide:"
 End
-
-Style Slide
-       Obsoletedby     LandscapeSlide
+Style Slide*
+       Obsoletedby             PortraitSlide
 End
 
-Style Slide*
-       Obsoletedby     PortraitSlide
+# 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
+       CopyStyle               Section*
+       LatexName               slideheading
+       Align                   Center
 End
 
+# Note: \slidesubheading is only defined when the option slidesec is present
 Style SlideSubHeading
-       CopyStyle       Subsection
-       LatexName       slidesubheading
+       CopyStyle               Subsection*
+       LatexName               slidesubheading
+       Align                   Center
 End
 
 Style ListOfSlides
-       KeepEmpty       1
-       Align           Center
-       LatexType       Command
-       LatexName       listofslides
-       Labeltype       Static
-       LabelString     "List Of Slides"
+       CopyStyle               --Separator--
+       LatexType               Command
+       LatexName               listofslides
+       TopSep                  0.5
+       BottomSep               0.5
+       Align                   Center
+#      BottomSep               0
+       LabelString             "[List Of Slides]"
 End
 
 Style SlideContents
-       KeepEmpty       1
-       Align           Center
-       LatexType       Command
-       LatexName       slidecontents
-       Labeltype       Static
-       LabelString     "Slidecontents"
+       CopyStyle               ListOfSlides
+       LatexName               slidecontents
+       LabelString             "[Slide Contents]"
 End
 
 Style ProgressContents
-       KeepEmpty       1
-       Align           Center
-       LatexType       Command
-       LatexName       Slidecontents
-       Labeltype       Static
-       LabelString     "Progress Contents"
+       CopyStyle               ListOfSlides
+       LatexName               Slidecontents
+       LabelString             "[Progress Contents]"
 End