]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsart.layout
another update from Hartmut
[lyx.git] / lib / layouts / amsart.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{article (AMS)}
3 # AMS-Article textclass definition file. Taken from initial LyX source code
4 # and from the Article textclass definition file, following the AMS sample
5 # paper "testmath.tex" of January, 1995
6 # Author : David L. Johnson <dlj0@lehigh.edu>
7 # Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
8 # modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
9
10 Format 2
11 Columns                 1
12 Sides                   2
13 PageStyle               Headers
14
15
16 ClassOptions
17         FontSize   8|9|10|11|12
18 End
19
20
21 Style Standard
22         Margin                Static
23         LatexType             Paragraph
24         LatexName             dummy
25         ParIndent             MM
26         ParSkip               0.4
27         Align                 Block
28         AlignPossible         Block, Left, Right, Center
29         LabelType             No_Label
30 End
31
32
33 Preamble
34         \theoremstyle{plain}
35         \newtheorem{thm}{Theorem}[section]
36         \numberwithin{equation}{section} %% Comment out for sequentially-numbered
37         \numberwithin{figure}{section} %% Comment out for sequentially-numbered
38 EndPreamble
39
40
41 Input stdsections.inc
42 Input stdstarsections.inc
43 Input numarticle.inc
44 Input lyxmacros.inc
45 Input amsdefs.inc
46 Input stdlayouts.inc
47 Input stdlists.inc
48 Input stdfloats.inc
49 Input stdcounters.inc
50
51 NoStyle                 Chapter
52 NoStyle                 Paragraph
53 NoStyle                 Subparagraph
54 NoStyle                 Chapter*
55 NoStyle                 Address
56 #NoStyle                Paragraph*
57 #NoStyle                Subparagraph*
58
59 NoStyle Verse    # Although mathematicians tend to be poets at times,
60                        # we don't need this.
61
62
63 Style Section
64         Align                 Center
65         AlignPossible         Block, Center, Left
66         Font
67           Series              Medium
68           Shape               Smallcaps
69           Size                Large
70         EndFont
71 End
72
73
74 Style Subsection
75         Font
76           Series              Bold
77           Size                Normal
78         EndFont
79 End
80
81
82 Style Subsubsection
83         Font
84           Shape               Italic
85           Size                Normal
86         EndFont
87 End