]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsart.layout
a6906f80cc15446cb0bd0b1beeb042f044044a81
[lyx.git] / lib / layouts / amsart.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{American Mathematical Society (AMS) Article}
3 #  \DeclareCategory{Articles}
4 # AMS-Article textclass definition file. Taken from initial LyX source code
5 # and from the Article textclass definition file, following the AMS sample
6 # paper "testmath.tex" of January, 1995
7 # Author : David L. Johnson <dlj0@lehigh.edu>
8 # Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
9 # modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
10 # Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
11 # Modularized Jan '08 by Richard Heck <rgheck@brown.edu>
12 # Moved "number within sections" to modules Aug '09 (Paul Rubin <rubin@msu.edu>)
13
14 Format 68
15
16 Columns                 1
17 Sides                   2
18 PageStyle               Headers
19
20 Provides amsmath         1
21 Provides makeidx         1
22
23 ClassOptions
24         FontSize   8|9|10|11|12
25 End
26
27 DefaultModule theorems-ams
28 DefaultModule eqs-within-sections
29 DefaultModule figs-within-sections
30
31 Style Standard
32         Category      MainText
33         Margin        Static
34         LatexType     Paragraph
35         LatexName     dummy
36         ParIndent     MM
37         ParSkip       0.4
38         Align         Block
39         AlignPossible Block, Left, Right, Center
40         LabelType     No_Label
41 End
42
43 Input stdfloats.inc
44 Input stdcounters.inc
45 Input stdinsets.inc
46 Input stdsections.inc
47 Input stdstarsections.inc
48 Input lyxmacros.inc
49 Input stdlayouts.inc
50 Input stdlists.inc
51 Input amsdefs.inc
52
53 NoStyle         Chapter
54 NoCounter       chapter
55 NoStyle         Paragraph
56 NoCounter       paragraph
57 NoStyle         Subparagraph
58 NoCounter       subparagraph
59 NoStyle         Chapter*
60 NoStyle Verse    # Although mathematicians tend to be poets at times,
61                  # we don't need this.
62
63
64 Style Section
65         Align        Center
66         Font
67           Series     Medium
68           Shape      Smallcaps
69           Size       Normal
70         EndFont
71         TocLevel 1
72 End
73
74
75 Style Section*
76         Align        Center
77         Font
78           Series     Medium
79           Shape      Smallcaps
80           Size       Normal
81         EndFont
82 End
83
84
85 Style SpecialSection
86         CopyStyle   Section
87         LatexName   specialsection
88         Font
89           Shape      Up
90         EndFont
91 End
92
93
94 Style SpecialSection*
95         CopyStyle    SpecialSection
96         Category     Unnumbered
97         LatexName    specialsection*
98         Margin       Static
99         LabelType    No_Label
100         LabelCounter ""
101         ResetArgs    1
102 End
103
104
105 Style Subsection
106         Font
107           Series     Bold
108           Size       Normal
109         EndFont
110         LabelFont
111           Series     Medium
112         EndFont
113         TocLevel 2
114 End
115
116
117 Style Subsection*
118         Font
119           Series     Bold
120           Size       Normal
121         EndFont
122         LabelFont
123           Series     Medium
124         EndFont
125 End
126
127
128 Style Subsubsection
129         Font
130           Shape      Italic
131           Series     Medium
132           Size       Normal
133         EndFont
134         TocLevel 3
135 End
136
137
138 Style Subsubsection*
139         Font
140           Shape      Italic
141           Series     Medium
142           Size       Normal
143         EndFont
144 End