]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/amsart.layout
Change LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move...
[lyx.git] / lib / layouts / amsart.layout
index 5ac19e1392f175d7eb8181c605653de56de17e24..8e05e848d1004e36e9983d399d61ac278cca8297 100644 (file)
@@ -7,19 +7,17 @@
 # Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
 # modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
 
-
-# General textclass parameters
-# Description          "article (AMS)"
+Format 5
 Columns                 1
 Sides                   2
 PageStyle               Headers
-MaxCounter              Counter_Section
+
 
 ClassOptions
        FontSize   8|9|10|11|12
-End  
+End
+
 
-# Standard style definition
 Style Standard
        Margin                Static
        LatexType             Paragraph
@@ -31,17 +29,39 @@ Style Standard
        LabelType             No_Label
 End
 
-############### Sections.
-# First the standard numbered definitions
+
+Preamble
+       \theoremstyle{plain}
+       \newtheorem{thm}{Theorem}[section]
+       \numberwithin{equation}{section} %% Comment out for sequentially-numbered
+       \numberwithin{figure}{section} %% Comment out for sequentially-numbered
+EndPreamble
+
+
+Input stdinsets.inc
 Input stdsections.inc
+Input stdstarsections.inc
+Input lyxmacros.inc
+Input amsdefs.inc
+Input stdlayouts.inc
+Input stdlists.inc
+Input stdfloats.inc
+Input stdcounters.inc
+
+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.
 
 
-# Redefine some of the section styles.
 Style Section
        Align                 Center
        AlignPossible         Block, Center, Left
-
-       # standard font definition
        Font
          Series              Medium
          Shape               Smallcaps
@@ -49,61 +69,18 @@ Style Section
        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
 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
-EndPreamble
-
-
-
-Input lyxmacros.inc
-NoStyle Address
-Input amsdefs.inc
-
-Input stdlayouts.inc
-NoStyle Verse    # Although mathematicians tend to be poets at times, 
-                      # we don't need this.
-
-
-Input stdlists.inc
-Input stdfloats.inc
-Input stdcounters.inc
-
-### Finally a few obsolete definitions for compatibility
-Input obsolete.inc
-