]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/amsbook.layout
Fix several layout related problems revealed by -dbg tclass.
[lyx.git] / lib / layouts / amsbook.layout
index 0ab548e1540f41f0fe3045bd8e4e744e5f1317c7..d0a4589630fc1ac511048e312313de47d8c16a24 100644 (file)
@@ -7,9 +7,11 @@
 # 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 5
+Format 31
 Columns                 1
 Sides                   2
 PageStyle               Headers
@@ -19,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
@@ -34,22 +40,21 @@ End
 
 Preamble
        \numberwithin{section}{chapter}
-       \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
        Font
-         Series              Medium
-         Shape               Smallcaps
+         Series              Bold
          Size                Large
        EndFont
+       TocLevel 1
 End
 
 
@@ -58,6 +63,7 @@ Style Subsection
          Series              Bold
          Size                Normal
        EndFont
+       TocLevel 2
 End
 
 
@@ -66,10 +72,38 @@ Style Subsubsection
          Shape               Italic
          Size                Normal
        EndFont
+       TocLevel 3
 End
 
 
 Input stdstarsections.inc
+
+
+Style Section*
+       Align                 Center
+       Font
+         Series              Bold
+         Size                Large
+       EndFont
+End
+
+
+Style Subsection*
+       Font
+         Series              Bold
+         Size                Normal
+       EndFont
+End
+
+
+Style Subsubsection*
+       Font
+         Shape               Italic
+         Size                Normal
+       EndFont
+End
+
+
 Input lyxmacros.inc
 Input stdlayouts.inc
 Input stdlists.inc
@@ -80,19 +114,20 @@ Input amsdefs.inc
 # Unwanted styles from the includes
 NoStyle Address
 NoStyle Verse
-NoStyle Abstract
 
 # 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
        EndFont
+       TocLevel 4
 End