]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/amsart.layout
Allow literate documents other than noweb to work out of the box. Currently
[lyx.git] / lib / layouts / amsart.layout
index e9745131628da6e786c3a17d941a82b4769466ff..f133008d6f62e8db289e5620ab9f54682f06e717 100644 (file)
 # 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>
 
+Format 11
+Columns                 1
+Sides                   2
+PageStyle               Headers
 
-# General textclass parameters
-# Description          "article (AMS)"
-Columns                        1
-Sides                  2
-PageStyle              Headers
-MaxCounter             Counter_Section
 
 ClassOptions
-  FontSize   8|9|10|11|12
-End  
-
-# Standard style definition
-Style Standard
-  Margin               Static
-  LatexType            Paragraph
-  LatexName            dummy
-  ParIndent            MM
-  ParSkip              0.4
-  Align                Block
-  AlignPossible        Block, Left, Right, Center
-  LabelType            No_Label
+       FontSize   8|9|10|11|12
 End
 
-############### Sections.
-# First the standard numbered definitions
-Input stdsections.inc
-
+DefaultModule theorems-ams
 
-# Redefine some of the section styles.
-Style Section
-  Align                        Center
-  AlignPossible                Block, Center, Left
-
-  # standard font definition
-  Font
-    Series             Medium
-    Shape              Smallcaps
-    Size               Large
-  EndFont
-End
-
-# Subsection-numbered style definition
-Style Subsection
-  # standard font definition
-  Font
-    Series             Bold
-    Size               Normal
-  EndFont
-End
-
-# Subsubsection-numbered style definition
-Style Subsubsection
-  # standard font definition
-  Font
-    Shape              Italic
-    Size               Normal
-  EndFont
+Style Standard
+       Category              MainText
+       Margin                Static
+       LatexType             Paragraph
+       LatexName             dummy
+       ParIndent             MM
+       ParSkip               0.4
+       Align                 Block
+       AlignPossible         Block, Left, Right, Center
+       LabelType             No_Label
 End
 
-# then define the unumbered sections, based on the numbered ones.
-Input stdstarsections.inc
-
-# remove the layouts that we do not need.
-NoStyle                Chapter
-NoStyle                Paragraph
-NoStyle                Subparagraph
-NoStyle                Chapter*
-#NoStyle               Paragraph*
-#NoStyle               Subparagraph*
-
-# Perharp's we should put this at the end of the file so it appears at the end
-# of the list box ??
 
 Preamble
-  \theoremstyle{plain}    
-  \newtheorem{thm}{Theorem}[section]
-  \numberwithin{equation}{section} %% Comment out for sequentially-numbered
-  \numberwithin{figure}{section} %% Comment out for sequentially-numbered
+       \numberwithin{equation}{section} %% Comment out for sequentially-numbered
+       \numberwithin{figure}{section} %% Comment out for sequentially-numbered
 EndPreamble
 
 
-
+Input stdfloats.inc
+Input stdcounters.inc
+Input stdinsets.inc
+Input stdsections.inc
+Input stdstarsections.inc
+Input lyxmacros.inc
+Input stdlayouts.inc
+Input stdlists.inc
 Input amsdefs.inc
 
-Input stdlayouts.inc
-NoStyle Verse    # Although mathematicians tend to be poets at times, 
+NoStyle                 Chapter
+NoStyle                 Paragraph
+NoStyle                 Subparagraph
+NoStyle                 Chapter*
+#NoStyle                Paragraph*
+#NoStyle                Subparagraph*
+
+NoStyle Verse    # Although mathematicians tend to be poets at times,
                  # we don't need this.
 
 
-Input stdlists.inc
+Style Section
+       Align                 Center
+       Font
+         Series              Medium
+         Shape               Smallcaps
+         Size                Large
+       EndFont
+End
 
 
-### Finally a few obsolete definitions for compatibility
-Input obsolete.inc
+Style Subsection
+       Font
+         Series              Bold
+         Size                Normal
+       EndFont
+End
 
+
+Style Subsubsection
+       Font
+         Shape               Italic
+         Size                Normal
+       EndFont
+End