]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsart.layout
Update all layouts to format 35.
[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 # Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
10 # Modularized Jan '08 by Richard Heck <rgheck@brown.edu>
11 # Moved "number within sections" to modules Aug '09 (Paul Rubin <rubin@msu.edu>)
12
13 Format 35
14
15 Columns                 1
16 Sides                   2
17 PageStyle               Headers
18
19 Provides amsmath         1
20 Provides makeidx         1
21
22 ClassOptions
23         FontSize   8|9|10|11|12
24 End
25
26 DefaultModule theorems-ams
27 DefaultModule eqs-within-sections
28 DefaultModule figs-within-sections
29
30 Style Standard
31         Category      MainText
32         Margin        Static
33         LatexType     Paragraph
34         LatexName     dummy
35         ParIndent     MM
36         ParSkip       0.4
37         Align         Block
38         AlignPossible Block, Left, Right, Center
39         LabelType     No_Label
40 End
41
42 Input stdfloats.inc
43 Input stdcounters.inc
44 Input stdinsets.inc
45 Input stdsections.inc
46 Input stdstarsections.inc
47 Input lyxmacros.inc
48 Input stdlayouts.inc
49 Input stdlists.inc
50 Input amsdefs.inc
51
52 NoStyle         Chapter
53 NoCounter       chapter
54 NoStyle         Paragraph
55 NoCounter       paragraph
56 NoStyle         Subparagraph
57 NoCounter       subparagraph
58 NoStyle         Chapter*
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         Font
66           Series     Medium
67           Shape      Smallcaps
68           Size       Normal
69         EndFont
70         TocLevel 1
71 End
72
73
74 Style Section*
75         Align        Center
76         Font
77           Series     Medium
78           Shape      Smallcaps
79           Size       Large
80         EndFont
81 End
82
83
84 Style SpecialSection
85         CopyStyle   Section
86         LatexName   specialsection
87         Font
88           Shape      Up
89         EndFont
90 End
91
92
93 Style SpecialSection*
94         CopyStyle    SpecialSection
95         Category     Unnumbered
96         LatexName    specialsection*
97         Margin       Static
98         LabelType    No_Label
99         LabelCounter ""
100         OptionalArgs 0
101 End
102
103
104 Style Subsection
105         Font
106           Series     Bold
107           Size       Normal
108         EndFont
109         LabelFont
110           Series     Medium
111         EndFont
112         TocLevel 2
113 End
114
115
116 Style Subsection*
117         Font
118           Series     Bold
119           Size       Normal
120         EndFont
121         LabelFont
122           Series     Medium
123         EndFont
124 End
125
126
127 Style Subsubsection
128         Font
129           Shape      Italic
130           Series     Medium
131           Size       Normal
132         EndFont
133         TocLevel 3
134 End
135
136
137 Style Subsubsection*
138         Font
139           Shape      Italic
140           Series     Medium
141           Size       Normal
142         EndFont
143 End