]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/amsbook.layout
fix typos.
[lyx.git] / lib / layouts / amsbook.layout
index 63bd37a09a2715b058e1069c8ad07b48c2931775..c127f7465765167deb7b1b689ebe66e497e3574d 100644 (file)
@@ -6,8 +6,12 @@
 # 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 11
 Columns                 1
 Sides                   2
 PageStyle               Headers
@@ -17,8 +21,12 @@ ClassOptions
        FontSize   8|9|10|11|12
 End
 
+DefaultModule theorems-ams
+DefaultModule eqs-within-sections
+DefaultModule figs-within-sections
 
 Style Standard
+       Category              MainText
        Margin                Static
        LatexType             Paragraph
        LatexName             dummy
@@ -32,23 +40,18 @@ 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
        Font
-         Series              Medium
-         Shape               Smallcaps
+         Series              Bold
          Size                Large
        EndFont
 End
@@ -73,35 +76,53 @@ 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 Address
+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
 
 
-# Paragraph doesn't have numbered labels
 Style Paragraph
-       LabelString          ""
-       LabelStringAppendix  ""
        Font
+         Series Medium
        EndFont
 End