]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/spie.layout
Allow footnotes in floating tables via tablefootnote package
[lyx.git] / lib / layouts / spie.layout
index 7db9e29f69d61aeb895563ff667b336a7139cade..100a41d0521dbd0942150d854ca0ab000efdf5bd 100644 (file)
@@ -1,25 +1,23 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass[spie]{article (SPIE-Proceedings)}
+#  \DeclareLaTeXClass[spie,cite.sty]{SPIE Proceedings}
+#  \DeclareCategory{Articles}
 # 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 65
 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 +25,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 +38,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 +64,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 +87,11 @@ Style Abstract
        EndFont
 End
 
+
 Style Acknowledgments
        CopyStyle             Abstract
-#  NextNoIndent                 1
+#  NextNoIndent          1
 #  LatexType             Command
        LatexName             acknowledgments
-       LabelString           ACKNOWLEDGMENTS
+       LabelString           "ACKNOWLEDGMENTS"
 End