]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/spie.layout
Updates to the sv* series of layouts form Marcus Kriele.
[lyx.git] / lib / layouts / spie.layout
index 7db9e29f69d61aeb895563ff667b336a7139cade..e0158c2cbf45eb971ed1fa8e27391d440c207cb1 100644 (file)
@@ -1,25 +1,22 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass[spie]{article (SPIE-Proceedings)}
+#  \DeclareLaTeXClass[spie,cite.sty]{article (SPIE Proceedings)}
 # SPIE-Article textclass definition file.
 # Author : Guenter Milde <g.milde@physik.tu-dresden.de>
 # to be used with the spie.cls LaTex-style available at
 # http://public.lanl.gov/kmh/spie/
 
-# Input general definitions
+Format 35
 Input stdclass.inc
 
-# no pagenumbers by default
-PageStyle empty
-
-# There are no chapters in an article.
 NoStyle Chapter
+NoCounter chapter
 NoStyle Chapter*
 
-MaxCounter              Counter_Section
+PageStyle               empty
 SecNumDepth             3
 TocDepth                3
 
-# Section-numbered style definition
+
 Style Section
        Align                 Center
        AlignPossible         Block, Center, Left
@@ -27,9 +24,10 @@ Style Section
          Series              Bold
          Size                large
        EndFont
+       TocLevel 1
 End
 
-# Section-unnumbered style definition
+
 Style Section*
        Align                 Center
        AlignPossible         Block, Center, Left
@@ -39,19 +37,21 @@ Style Section*
        EndFont
 End
 
+
 Style Keywords
        Margin                First_Dynamic
        NextNoIndent          1
        LatexType             Command
        LatexName             keywords
        LabelType             Static
-       LabelString           "Keywords: "
-       # label font definition
+       LabelSep              M
+       LabelString           "Keywords:"
        LabelFont
          Series              Bold
        EndFont
 End
 
+
 Style Authorinfo
        Margin                Dynamic
        NextNoIndent          1
@@ -63,20 +63,21 @@ Style Authorinfo
        AlignPossible         Block, Left, Right, Center
        BottomSep             1.5
        LabelType             Static
-       LabelString           "Authorinfo: "
+       LabelSep              M
+       LabelString           "Authorinfo:"
        LabelFont
          Series              Bold
          Shape               Italic
        EndFont
-End  
+End
+
 
-# Abstract style definition changes: 
 Style Abstract
        LeftMargin            ""
        RightMargin           ""
        ParIndent             ""
        ParSep                0.5
-       LabelString           ABSTRACT
+       LabelString           "ABSTRACT"
        LabelFont
          Series              Bold
        EndFont
@@ -85,10 +86,11 @@ Style Abstract
        EndFont
 End
 
+
 Style Acknowledgments
        CopyStyle             Abstract
-#  NextNoIndent                 1
+#  NextNoIndent          1
 #  LatexType             Command
        LatexName             acknowledgments
-       LabelString           ACKNOWLEDGMENTS
+       LabelString           "ACKNOWLEDGMENTS"
 End