]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/amsdefs.inc
The achemso class provides the float package internally.
[lyx.git] / lib / layouts / amsdefs.inc
index 6e4d20eedea79dcc50530cb862fa8eb2e3672324..5c6d4bb8033d7a5e721e73e75ce11d48e9b64b29 100644 (file)
@@ -1,10 +1,11 @@
 # Author : David L. Johnson <dlj0@lehigh.edu>
 # Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
 # modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
+# Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
+# Modularized Jan '08 by Richard Heck <rgheck@brown.edu>
 
 # Including the maths stuff
-Format 5
-Input amsmaths.inc
+Format 33
 
 # The AMS documentclasses use the package amsmath and provide the
 # functionality of makeidx.sty.
@@ -13,7 +14,6 @@ Provides makeidx         1
 
 
 # the environments copied from the old amsart.layout are:
-# - Proof
 # - Bibliography
 # - Title
 # - Author
@@ -25,39 +25,10 @@ Provides makeidx         1
 # - Subjectclass
 
 
-Style Proof
-       Margin                First_Dynamic
-       LatexType             Environment
-       LatexName             proof
-       NextNoIndent          1
-       LabelSep              xx
-       ParIndent             MMM
-       ParSkip               0.4
-       ItemSep               0.2
-       TopSep                0.7
-       BottomSep             0.7
-       ParSep                0.3
-       Align                 Block
-       AlignPossible         Block, Left
-       LabelType             Static
-       LabelString           "Proof."
-       EndLabelType          Box
-       Font
-         Shape               Up
-         Size                Normal
-       EndFont
-       LabelFont
-         Shape               Italic
-       EndFont
-       # We don't want the preamble from Theorem
-       Preamble
-       EndPreamble
-End
-
-
 ### Now the title stuff. We copy do not use stdstruct.inc to keep
 ### things in the right order
 Style Title
+       Category              FrontMatter
        Margin                Static
        LatexType             Command
        InTitle               1
@@ -68,7 +39,6 @@ Style Title
        BottomSep             1
        ParSep                1
        Align                 Center
-       AlignPossible         Center
        LabelType             No_Label
        OptionalArgs          1
        Font
@@ -76,10 +46,12 @@ Style Title
          Series              Bold
          Size                Larger
        EndFont
+       HTMLTitle             true
 End
 
 
 Style Author
+       Category              FrontMatter
        Margin                Static
        LatexType             Command
        InTitle               1
@@ -90,7 +62,6 @@ Style Author
        BottomSep             0.7
        ParSep                0.7
        Align                 Center
-       AlignPossible         Center
        LabelType             No_Label
        Font
          Size                Large
@@ -100,6 +71,7 @@ End
 
 
 Style Date
+       Category              FrontMatter
        Margin                Dynamic
        LatexType             Command
        InTitle               1
@@ -110,7 +82,6 @@ Style Date
        BottomSep             0.5
        ParSep                1
        Align                 Center
-       AlignPossible         Center
        LabelType             Static
        LabelString           "Date:"
        Font
@@ -124,6 +95,7 @@ End
 
 
 Style Abstract
+       Category              FrontMatter
        Margin                First_Dynamic
        LatexType             Environment
        InTitle               1
@@ -135,7 +107,6 @@ Style Abstract
        TopSep                0.7
        BottomSep             0.7
        Align                 Block
-       AlignPossible         Block
        LabelType             Static
        LabelString           "Abstract."
        LabelSep              M
@@ -151,6 +122,7 @@ End
 NoStyle Address
 
 Style Address
+       Category              FrontMatter
        Margin                Dynamic
        LatexType             Command
        InTitle               1
@@ -222,8 +194,8 @@ End
 
 Style Subjectclass
        CopyStyle             Address
-       LatexName             subjclass
-       LabelString           "1991 Mathematics Subject Classification:"
+       LatexName             subjclass[2000]
+       LabelString           "2000 Mathematics Subject Classification:"
 End