1999-09-27 18:44:28 +00:00
|
|
|
#% Do not delete the line below; configure depends on this
|
|
|
|
# \DeclareLaTeXClass{article (AMS)}
|
|
|
|
# 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>
|
|
|
|
|
|
|
|
|
|
|
|
# General textclass parameters
|
|
|
|
# Description "article (AMS)"
|
2003-05-02 08:55:48 +00:00
|
|
|
Columns 1
|
|
|
|
Sides 2
|
|
|
|
PageStyle Headers
|
|
|
|
MaxCounter Counter_Section
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
ClassOptions
|
2003-05-02 08:55:48 +00:00
|
|
|
FontSize 8|9|10|11|12
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Standard style definition
|
|
|
|
Style Standard
|
2003-05-02 08:55:48 +00:00
|
|
|
Margin Static
|
|
|
|
LatexType Paragraph
|
|
|
|
LatexName dummy
|
|
|
|
ParIndent MM
|
|
|
|
ParSkip 0.4
|
|
|
|
Align Block
|
|
|
|
AlignPossible Block, Left, Right, Center
|
|
|
|
LabelType No_Label
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
############### Sections.
|
|
|
|
# First the standard numbered definitions
|
|
|
|
Input stdsections.inc
|
|
|
|
|
|
|
|
|
|
|
|
# Redefine some of the section styles.
|
|
|
|
Style Section
|
2003-05-02 08:55:48 +00:00
|
|
|
Align Center
|
|
|
|
AlignPossible Block, Center, Left
|
|
|
|
|
|
|
|
# standard font definition
|
|
|
|
Font
|
|
|
|
Series Medium
|
|
|
|
Shape Smallcaps
|
|
|
|
Size Large
|
|
|
|
EndFont
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Subsection-numbered style definition
|
|
|
|
Style Subsection
|
2003-05-02 08:55:48 +00:00
|
|
|
# standard font definition
|
|
|
|
Font
|
|
|
|
Series Bold
|
|
|
|
Size Normal
|
|
|
|
EndFont
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# Subsubsection-numbered style definition
|
|
|
|
Style Subsubsection
|
2003-05-02 08:55:48 +00:00
|
|
|
# standard font definition
|
|
|
|
Font
|
|
|
|
Shape Italic
|
|
|
|
Size Normal
|
|
|
|
EndFont
|
1999-09-27 18:44:28 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
# then define the unumbered sections, based on the numbered ones.
|
|
|
|
Input stdstarsections.inc
|
|
|
|
|
|
|
|
# remove the layouts that we do not need.
|
2003-05-02 08:55:48 +00:00
|
|
|
NoStyle Chapter
|
|
|
|
NoStyle Paragraph
|
|
|
|
NoStyle Subparagraph
|
|
|
|
NoStyle Chapter*
|
|
|
|
#NoStyle Paragraph*
|
|
|
|
#NoStyle Subparagraph*
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
# Perharp's we should put this at the end of the file so it appears at the end
|
|
|
|
# of the list box ??
|
|
|
|
|
|
|
|
Preamble
|
2003-05-02 08:55:48 +00:00
|
|
|
\theoremstyle{plain}
|
|
|
|
\newtheorem{thm}{Theorem}[section]
|
|
|
|
\numberwithin{equation}{section} %% Comment out for sequentially-numbered
|
|
|
|
\numberwithin{figure}{section} %% Comment out for sequentially-numbered
|
1999-09-27 18:44:28 +00:00
|
|
|
EndPreamble
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-01-30 13:45:03 +00:00
|
|
|
Input lyxmacros.inc
|
|
|
|
NoStyle Address
|
1999-09-27 18:44:28 +00:00
|
|
|
Input amsdefs.inc
|
|
|
|
|
|
|
|
|
|
|
|
Input stdlayouts.inc
|
|
|
|
NoStyle Verse # Although mathematicians tend to be poets at times,
|
2003-05-02 08:55:48 +00:00
|
|
|
# we don't need this.
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
Input stdlists.inc
|
2002-10-24 14:09:08 +00:00
|
|
|
Input stdfloats.inc
|
|
|
|
Input stdcounters.inc
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
### Finally a few obsolete definitions for compatibility
|
|
|
|
Input obsolete.inc
|
|
|
|
|