]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/amsbook.layout
Update my email and status.
[lyx.git] / lib / layouts / amsbook.layout
index 4eb2ff4a89939178e3dc03bebd4feb9ba5d1bda6..38a7f7c9fbfd555900965f52e86aa71faf2a477c 100644 (file)
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass{book (AMS)}
+#  \DeclareLaTeXClass{American Mathematical Society (AMS) Book}
+#  \DeclareCategory{Books}
 # AMS-Article textclass definition file. Taken from initial LyX source code
 # and from the Article textclass definition file, following the AMS sample
 # paper "testmath.tex" of January, 1995
 # 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>
+# Moved "number within sections" to modules Aug '09 (Paul Rubin <rubin@msu.edu>)
 
 
-Format 3
+Format 43
+
 Columns                 1
 Sides                   2
 PageStyle               Headers
 
+Provides amsmath         1
+Provides makeidx         1
 
 ClassOptions
        FontSize   8|9|10|11|12
 End
 
+DefaultModule theorems-ams
+DefaultModule eqs-within-sections
+DefaultModule figs-within-sections
 
 Style Standard
-       Margin                Static
-       LatexType             Paragraph
-       LatexName             dummy
-       ParIndent             MM
-       ParSkip               0.4
-       Align                 Block
-       AlignPossible         Block, Left, Right, Center
-       LabelType             No_Label
+       Category       MainText
+       Margin         Static
+       LatexType      Paragraph
+       LatexName      dummy
+       ParIndent      MM
+       ParSkip        0.4
+       Align          Block
+       AlignPossible  Block, Left, Right, Center
+       LabelType      No_Label
 End
 
 
 Preamble
        \numberwithin{section}{chapter}
-       \theoremstyle{plain}
-       \newtheorem{thm}{Theorem}[section]
-       \numberwithin{equation}{section} %% Comment out for sequentially-numbered
-       \numberwithin{figure}{section} %% Comment out for sequentially-numbered
 EndPreamble
 
 
 Input stdsections.inc
+Input stdinsets.inc
 Input numreport.inc
 
 
 Style Section
-       Align                 Center
-       AlignPossible         Block, Center, Left
+       Align          Center
        Font
-         Series              Medium
-         Shape               Smallcaps
-         Size                Large
+         Series       Bold
+         Size         Large
        EndFont
+       TocLevel 1
 End
 
 
 Style Subsection
        Font
-         Series              Bold
-         Size                Normal
+         Series       Bold
+         Size         Normal
        EndFont
+       TocLevel 2
 End
 
 
 Style Subsubsection
        Font
-         Shape               Italic
-         Size                Normal
+         Shape        Italic
+         Size         Normal
        EndFont
+       TocLevel 3
 End
 
-
 Input stdstarsections.inc
 
-
-Input lyxmacros.inc
-NoStyle Address
+Style Section*
+       Align          Center
+       Font
+         Series       Bold
+         Size         Large
+       EndFont
+End
 
 
-Input amsdefs.inc
+Style Subsection*
+       Font
+         Series       Bold
+         Size         Normal
+       EndFont
+End
 
 
-Input stdlayouts.inc
-NoStyle Verse
-NoStyle Abstract
+Style Subsubsection*
+       Font
+         Shape        Italic
+         Size         Normal
+       EndFont
+End
 
 
+Input lyxmacros.inc
+Input stdlayouts.inc
 Input stdlists.inc
 Input stdfloats.inc
 Input stdcounters.inc
+Input amsdefs.inc
 
+# Unwanted styles from the includes
+NoStyle Verse
 
 # Chapter is _not_ prepended
-Style Section
-       LabelString          "\arabic{section}"
-       LabelStringAppendix  "\arabic{section}"
-End
+# JSpitz: this seems to be not true (anymore?)
+#Style Section
+#      LabelString          "\arabic{section}"
+#      LabelStringAppendix  "\arabic{section}"
+#End
 
 
 Style Paragraph
        Font
-         Series Medium
+         Series       Medium
        EndFont
+       TocLevel 4
 End