]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsart.layout
Update all layouts to format 33.
[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 33
14 Columns                 1
15 Sides                   2
16 PageStyle               Headers
17
18
19 ClassOptions
20         FontSize   8|9|10|11|12
21 End
22
23 DefaultModule theorems-ams
24 DefaultModule eqs-within-sections
25 DefaultModule figs-within-sections
26
27 Style Standard
28         Category              MainText
29         Margin                Static
30         LatexType             Paragraph
31         LatexName             dummy
32         ParIndent             MM
33         ParSkip               0.4
34         Align                 Block
35         AlignPossible         Block, Left, Right, Center
36         LabelType             No_Label
37 End
38
39 Input stdfloats.inc
40 Input stdcounters.inc
41 Input stdinsets.inc
42 Input stdsections.inc
43 Input stdstarsections.inc
44 Input lyxmacros.inc
45 Input stdlayouts.inc
46 Input stdlists.inc
47 Input amsdefs.inc
48
49 NoStyle                 Chapter
50 NoCounter                 chapter
51 NoStyle                 Paragraph
52 NoCounter                 paragraph
53 NoStyle                 Subparagraph
54 NoCounter                 subparagraph
55 NoStyle                 Chapter*
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         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