The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 95da2247583177efd531be2e944c0e11049b1f85
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Fri May 18 21:24:28 2012 +0200

    seminar.layout: new version from Günter Milde (bug #7624)

diff --git a/lib/layouts/seminar.layout b/lib/layouts/seminar.layout
index 31b7522..0525ee6 100644
--- a/lib/layouts/seminar.layout
+++ b/lib/layouts/seminar.layout
@@ -6,8 +6,9 @@
 #   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")
+#   1.3 2007-09-18 Günter Milde (adapted to LyX 1.5)
+#   1.4 2008-10-08 Günter Milde (use --Separator-- "look")
+#   1.5 2011-06-09 Günter Milde (Use Flex insets)
 
 Format 36
 Sides  1
@@ -15,12 +16,71 @@ Columns     1
 
 ClassOptions
        FontSize        8|9|10|11|12|14|17
-       Other   slidesec
+       Other           "slidesec,semrot,portrait"
 End
 
 # Input general definitions: (seminar is based on the article class)
 Input article.layout
 
+InsetLayout Flex:LandscapeSlide
+       LabelString     "Landscape Slide"
+       LatexType       Environment
+       LatexName       slide
+       LyXType         custom
+       Decoration      classic
+       MultiPar        true
+       KeepEmpty               true
+       LabelFont
+               Size    Small
+       EndFont
+End
+
+InsetLayout Flex:PortraitSlide
+       CopyStyle       Flex:LandscapeSlide
+       LabelString     "Portrait Slide"
+       LatexName       slide*
+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
+
+InsetLayout Flex:ListOfSlides
+       CopyStyle               Flex:LandscapeSlide
+       LabelString             "List of Slides"
+       LatexType               Command
+       LatexName               listofslides
+       BgColor                 listingsbg
+       Spellcheck              0
+End
+
+InsetLayout Flex:SlideContents
+       CopyStyle               Flex:ListOfSlides
+       LabelString             "Slide Contents"
+       LatexName               slidecontents
+End
+
+InsetLayout Flex:ProgressContents
+       CopyStyle               Flex:ListOfSlides
+       LabelString             "Progress Contents"
+       LatexName               Slidecontents
+End
+
+# Compatibility definitions for old documents
+# -------------------------------------------
+#
+# It is recommended to use the custom insets instead of paragraph styles.
+
 Style LandscapeSlide
        CopyStyle               --Separator-- 
        LatexType               Environment
@@ -43,7 +103,7 @@ Style PortraitSlide
        LabelString             "Portrait Slide:"
 End
 Style Slide*
-       Obsoletedby             PortraitSlide
+       ObsoletedBy             PortraitSlide
 End
 
 # EndOfSlide was a dummy style whose main purpose is to separate subsequent
@@ -53,20 +113,6 @@ 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
@@ -77,7 +123,6 @@ Style ListOfSlides
 #      BottomSep               0
        LabelString             "[List Of Slides]"
 End
-
 Style SlideContents
        CopyStyle               ListOfSlides
        LatexName               slidecontents
@@ -89,4 +134,3 @@ Style ProgressContents
        LatexName               Slidecontents
        LabelString             "[Progress Contents]"
 End
-

-----------------------------------------------------------------------

Summary of changes:
 lib/layouts/seminar.layout |   84 +++++++++++++++++++++++++++++++++----------
 1 files changed, 64 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to